| Index: chrome/chrome.gyp
|
| ===================================================================
|
| --- chrome/chrome.gyp (revision 30161)
|
| +++ chrome/chrome.gyp (working copy)
|
| @@ -6737,7 +6737,6 @@
|
| 'browser/sync/util/character_set_converters_unittest.cc',
|
| 'browser/sync/util/crypto_helpers_unittest.cc',
|
| 'browser/sync/util/event_sys_unittest.cc',
|
| - 'browser/sync/util/extensions_activity_monitor_unittest.cc',
|
| 'browser/sync/util/highres_timer_unittest.cc',
|
| 'browser/sync/util/path_helpers_unittest.cc',
|
| 'browser/sync/util/query_helpers_unittest.cc',
|
| @@ -6761,12 +6760,11 @@
|
| '_USE_32BIT_TIME_T',
|
| ],
|
| 'dependencies': [
|
| - 'common',
|
| - 'debugger',
|
| - '../skia/skia.gyp:skia',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| - 'syncapi',
|
| + 'notifier',
|
| + 'sync',
|
| + 'sync_proto',
|
| 'test_support_unit',
|
| ],
|
| 'conditions': [
|
| @@ -6904,8 +6902,6 @@
|
| 'browser/sync/util/dbgq.h',
|
| 'browser/sync/util/event_sys-inl.h',
|
| 'browser/sync/util/event_sys.h',
|
| - 'browser/sync/util/extensions_activity_monitor.cc',
|
| - 'browser/sync/util/extensions_activity_monitor.h',
|
| 'browser/sync/util/fast_dump.h',
|
| 'browser/sync/util/highres_timer.h',
|
| 'browser/sync/util/highres_timer_linux.cc',
|
| @@ -6938,7 +6934,6 @@
|
| '_USE_32BIT_TIME_T',
|
| ],
|
| 'dependencies': [
|
| - '../skia/skia.gyp:skia',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| 'sync_proto',
|
| ],
|
|
|