diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 14:15:39 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 14:15:39 +0000 |
commit | 50f9c55129cb8a2e7a157737e0c95c9fb16603ea (patch) | |
tree | 6e2fa5c6bc88f017066a00e83d366a79850f2164 | |
parent | 609fb86ce922c5fabfe537c314284ddca6d9e0eb (diff) | |
download | chromium_src-50f9c55129cb8a2e7a157737e0c95c9fb16603ea.zip chromium_src-50f9c55129cb8a2e7a157737e0c95c9fb16603ea.tar.gz chromium_src-50f9c55129cb8a2e7a157737e0c95c9fb16603ea.tar.bz2 |
Fix obsolete dependencies that create needless recompiling.
BUG=71130
Review URL: http://codereview.chromium.org/6529025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77462 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/chrome_browser.gypi | 2 | ||||
-rw-r--r-- | gpu/demos/demos.gyp | 1 | ||||
-rw-r--r-- | skia/skia.gyp | 5 | ||||
-rw-r--r-- | views/views.gyp | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 18 |
5 files changed, 11 insertions, 16 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 812ae9f..0292994 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -388,7 +388,7 @@ 'browser/chromeos/cros/keyboard_library.cc', 'browser/chromeos/cros/keyboard_library.h', 'browser/chromeos/cros/libcros_service_library.cc', - 'browser/chromeos/cros/libcros_servicey_library.h', + 'browser/chromeos/cros/libcros_service_library.h', 'browser/chromeos/cros/login_library.cc', 'browser/chromeos/cros/login_library.h', 'browser/chromeos/cros/mount_library.cc', diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp index 68ac563..767d86b 100644 --- a/gpu/demos/demos.gyp +++ b/gpu/demos/demos.gyp @@ -136,7 +136,6 @@ 'sources': [ 'framework/pepper.cc', '../../third_party/gles2_book/Common/Include/esUtil.h', - '../../third_party/gles2_book/Common/Include/esUtil_win.h', '../../third_party/gles2_book/Common/Source/esShader.c', '../../third_party/gles2_book/Common/Source/esShapes.c', '../../third_party/gles2_book/Common/Source/esTransform.c', diff --git a/skia/skia.gyp b/skia/skia.gyp index bbd33c9..4a5ff10 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -70,7 +70,6 @@ '../third_party/skia/gpu/include/GrPaint.h', '../third_party/skia/gpu/include/GrPath.h', '../third_party/skia/gpu/include/GrPathIter.h', - '../third_party/skia/gpu/include/GrPathRenderer.h', '../third_party/skia/gpu/include/GrPathSink.h', '../third_party/skia/gpu/include/GrPoint.h', '../third_party/skia/gpu/include/GrRandom.h', @@ -424,8 +423,6 @@ '../third_party/skia/src/images/bmpdecoderhelper.cpp', '../third_party/skia/src/images/bmpdecoderhelper.h', - '../third_party/skia/src/images/fpdfemb.h', - '../third_party/skia/src/images/fpdfemb_ext.h', '../third_party/skia/src/images/SkBitmap_RLEPixels.h', '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp', #'../third_party/skia/src/images/SkFDStream.cpp', @@ -482,7 +479,7 @@ #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', '../third_party/skia/src/ports/sk_predefined_gamma.h', - '../third_party/skia/src/include/utils/mac/SkCGUtils.h', + '../third_party/skia/include/utils/mac/SkCGUtils.h', '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', '../third_party/skia/include/core/Sk64.h', diff --git a/views/views.gyp b/views/views.gyp index ec8352b..5bb721b 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -124,7 +124,6 @@ 'controls/listbox/native_listbox_win.h', 'controls/listbox/listbox.cc', 'controls/listbox/listbox.h', - 'controls/menu/controller.h', 'controls/menu/menu.cc', 'controls/menu/menu.h', 'controls/menu/menu_2.cc', diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index 5d2ad7d..969c9f2 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -6,15 +6,15 @@ 'variables': { 'test_shell_windows_resource_files': [ 'resources/test_shell.rc', - 'resources/pan_east.cur', - 'resources/pan_middle.cur', - 'resources/pan_north.cur', - 'resources/pan_north_east.cur', - 'resources/pan_north_west.cur', - 'resources/pan_south.cur', - 'resources/pan_south_east.cur', - 'resources/pan_south_west.cur', - 'resources/pan_west.cur', + '../../glue/resources/pan_east.cur', + '../../glue/resources/pan_middle.cur', + '../../glue/resources/pan_north.cur', + '../../glue/resources/pan_north_east.cur', + '../../glue/resources/pan_north_west.cur', + '../../glue/resources/pan_south.cur', + '../../glue/resources/pan_south_east.cur', + '../../glue/resources/pan_south_west.cur', + '../../glue/resources/pan_west.cur', 'resources/small.ico', 'resources/test_shell.ico', 'resource.h', |