Commit f0909385 authored by jeanluc@chromium.org's avatar jeanluc@chromium.org

Fix obsolete dependencies so that needless recompilation does not happen.

BUG=71130
Review URL: http://codereview.chromium.org/7545020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95527 0039d316-1c4b-4281-b951-d872f2087c98
parent d68070cb
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
'<(tcmalloc_dir)/src/base/spinlock_posix-inl.h', '<(tcmalloc_dir)/src/base/spinlock_posix-inl.h',
'<(tcmalloc_dir)/src/base/spinlock_win32-inl.h', '<(tcmalloc_dir)/src/base/spinlock_win32-inl.h',
'<(tcmalloc_dir)/src/base/stl_allocator.h', '<(tcmalloc_dir)/src/base/stl_allocator.h',
'<(tcmalloc_dir)/src/base/src/synchronization_profiling.h', '<(tcmalloc_dir)/src/base/synchronization_profiling.h',
'<(tcmalloc_dir)/src/base/sysinfo.cc', '<(tcmalloc_dir)/src/base/sysinfo.cc',
'<(tcmalloc_dir)/src/base/sysinfo.h', '<(tcmalloc_dir)/src/base/sysinfo.h',
'<(tcmalloc_dir)/src/base/thread_annotations.h', '<(tcmalloc_dir)/src/base/thread_annotations.h',
......
...@@ -1187,7 +1187,7 @@ ...@@ -1187,7 +1187,7 @@
'browser/fullscreen_win.cc', 'browser/fullscreen_win.cc',
'browser/geolocation/access_token_store.cc', 'browser/geolocation/access_token_store.cc',
'browser/geolocation/chrome_geolocation_permission_context.cc', 'browser/geolocation/chrome_geolocation_permission_context.cc',
'browser/geolocation/chrome_geolocation_permission_contexth', 'browser/geolocation/chrome_geolocation_permission_context.h',
'browser/geolocation/geolocation_content_settings_map.cc', 'browser/geolocation/geolocation_content_settings_map.cc',
'browser/geolocation/geolocation_content_settings_map.h', 'browser/geolocation/geolocation_content_settings_map.h',
'browser/geolocation/geolocation_prefs.cc', 'browser/geolocation/geolocation_prefs.cc',
...@@ -1794,7 +1794,7 @@ ...@@ -1794,7 +1794,7 @@
'browser/printing/print_preview_tab_controller.h', 'browser/printing/print_preview_tab_controller.h',
'browser/printing/print_view_manager.cc', 'browser/printing/print_view_manager.cc',
'browser/printing/print_view_manager.h', 'browser/printing/print_view_manager.h',
'browser/printing/print_view_manager_delegate.h', 'browser/printing/print_view_manager_observer.h',
'browser/printing/printer_manager_dialog.h', 'browser/printing/printer_manager_dialog.h',
'browser/printing/printer_manager_dialog_linux.cc', 'browser/printing/printer_manager_dialog_linux.cc',
'browser/printing/printer_manager_dialog_mac.mm', 'browser/printing/printer_manager_dialog_mac.mm',
......
...@@ -244,7 +244,6 @@ ...@@ -244,7 +244,6 @@
'common/thumbnail_score.h', 'common/thumbnail_score.h',
'common/url_constants.cc', 'common/url_constants.cc',
'common/url_constants.h', 'common/url_constants.h',
'common/utility_messages.h',
'common/visitedlink_common.cc', 'common/visitedlink_common.cc',
'common/visitedlink_common.h', 'common/visitedlink_common.h',
'common/web_apps.cc', 'common/web_apps.cc',
......
...@@ -712,8 +712,6 @@ ...@@ -712,8 +712,6 @@
'register_bho.rgs', 'register_bho.rgs',
'stream_impl.cc', 'stream_impl.cc',
'stream_impl.h', 'stream_impl.h',
'third_party/active_doc/in_place_menu.h',
'third_party/active_doc/ole_document_impl.h',
'urlmon_bind_status_callback.h', 'urlmon_bind_status_callback.h',
'urlmon_bind_status_callback.cc', 'urlmon_bind_status_callback.cc',
'urlmon_moniker.h', 'urlmon_moniker.h',
...@@ -727,6 +725,8 @@ ...@@ -727,6 +725,8 @@
'utils.cc', 'utils.cc',
'vtable_patch_manager.cc', 'vtable_patch_manager.cc',
'vtable_patch_manager.h', 'vtable_patch_manager.h',
'../third_party/active_doc/in_place_menu.h',
'../third_party/active_doc/ole_document_impl.h',
], ],
'include_dirs': [ 'include_dirs': [
'<(INTERMEDIATE_DIR)/../chrome_frame', '<(INTERMEDIATE_DIR)/../chrome_frame',
......
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
'common/notification_service.h', 'common/notification_service.h',
'common/notification_source.cc', 'common/notification_source.cc',
'common/notification_source.h', 'common/notification_source.h',
'common/notification_type.h',
'common/p2p_messages.h', 'common/p2p_messages.h',
'common/p2p_sockets.h', 'common/p2p_sockets.h',
'common/page_transition_types.cc', 'common/page_transition_types.cc',
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
'../third_party/skia/gpu/src/GrRenderTarget.cpp', '../third_party/skia/gpu/src/GrRenderTarget.cpp',
'../third_party/skia/gpu/src/GrResource.cpp', '../third_party/skia/gpu/src/GrResource.cpp',
'../third_party/skia/gpu/src/GrResourceCache.cpp', '../third_party/skia/gpu/src/GrResourceCache.cpp',
'../third_party/skia/gpu/src/GrResourceCache.h',
'../third_party/skia/gpu/src/GrStencil.cpp', '../third_party/skia/gpu/src/GrStencil.cpp',
'../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp',
'../third_party/skia/gpu/src/GrTexture.cpp', '../third_party/skia/gpu/src/GrTexture.cpp',
...@@ -78,7 +79,6 @@ ...@@ -78,7 +79,6 @@
'../third_party/skia/gpu/include/GrInstanceCounter.h', '../third_party/skia/gpu/include/GrInstanceCounter.h',
'../third_party/skia/gpu/include/GrKey.h', '../third_party/skia/gpu/include/GrKey.h',
'../third_party/skia/gpu/include/GrMatrix.h', '../third_party/skia/gpu/include/GrMatrix.h',
'../third_party/skia/gpu/include/GrMemory.h',
'../third_party/skia/gpu/include/GrMesh.h', '../third_party/skia/gpu/include/GrMesh.h',
'../third_party/skia/gpu/include/GrNoncopyable.h', '../third_party/skia/gpu/include/GrNoncopyable.h',
'../third_party/skia/gpu/include/GrPaint.h', '../third_party/skia/gpu/include/GrPaint.h',
...@@ -90,7 +90,6 @@ ...@@ -90,7 +90,6 @@
'../third_party/skia/gpu/include/GrRectanizer.h', '../third_party/skia/gpu/include/GrRectanizer.h',
'../third_party/skia/gpu/include/GrRefCnt.h', '../third_party/skia/gpu/include/GrRefCnt.h',
'../third_party/skia/gpu/include/GrRenderTarget.h', '../third_party/skia/gpu/include/GrRenderTarget.h',
'../third_party/skia/gpu/include/GrResourceCache.h',
'../third_party/skia/gpu/include/GrSamplerState.h', '../third_party/skia/gpu/include/GrSamplerState.h',
'../third_party/skia/gpu/include/GrScalar.h', '../third_party/skia/gpu/include/GrScalar.h',
'../third_party/skia/gpu/include/GrStencil.h', '../third_party/skia/gpu/include/GrStencil.h',
...@@ -627,7 +626,6 @@ ...@@ -627,7 +626,6 @@
'../third_party/skia/include/gpu/SkGpuCanvas.h', '../third_party/skia/include/gpu/SkGpuCanvas.h',
'../third_party/skia/include/gpu/SkGpuDevice.h', '../third_party/skia/include/gpu/SkGpuDevice.h',
'../third_party/skia/include/gpu/SkGpuDeviceFactory.h',
'../third_party/skia/include/gpu/SkGr.h', '../third_party/skia/include/gpu/SkGr.h',
'../third_party/skia/include/gpu/SkGrTexturePixelRef.h', '../third_party/skia/include/gpu/SkGrTexturePixelRef.h',
...@@ -958,7 +956,7 @@ ...@@ -958,7 +956,7 @@
'../third_party/skia/third_party/glu', '../third_party/skia/third_party/glu',
], ],
'sources': [ 'sources': [
'../third_party/skia/third_party/glu/internal_glu.h', '../third_party/skia/third_party/glu/sk_glu.h',
'../third_party/skia/third_party/glu/gluos.h', '../third_party/skia/third_party/glu/gluos.h',
'../third_party/skia/third_party/glu/libtess/dict-list.h', '../third_party/skia/third_party/glu/libtess/dict-list.h',
'../third_party/skia/third_party/glu/libtess/dict.c', '../third_party/skia/third_party/glu/libtess/dict.c',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment