Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7662)

Unified Diff: chrome/chrome.gyp

Issue 333041: Take 2 at browser_sync::ExtensionsActivityMonitor.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/util/extensions_activity_monitor_unittest.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 30303)
+++ chrome/chrome.gyp (working copy)
@@ -5210,6 +5210,8 @@
'target_name': 'sync_unit_tests',
'type': 'executable',
'sources': [
+ 'app/breakpad_mac_stubs.mm',
+ 'app/keystone_glue.mm',
'browser/sync/engine/all_status_unittest.cc',
'browser/sync/engine/apply_updates_command_unittest.cc',
'browser/sync/engine/auth_watcher_unittest.cc',
@@ -5224,6 +5226,7 @@
'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',
@@ -5247,12 +5250,14 @@
'_USE_32BIT_TIME_T',
],
'dependencies': [
- '../testing/gtest.gyp:gtest',
- '../third_party/libjingle/libjingle.gyp:libjingle',
- 'notifier',
- 'sync',
- 'sync_proto',
- 'test_support_unit',
+ 'common',
+ 'debugger',
+ '../skia/skia.gyp:skia',
+ '../testing/gtest.gyp:gtest',
+ '../third_party/libjingle/libjingle.gyp:libjingle',
+ 'syncapi',
+ 'sync_proto',
+ 'test_support_unit',
],
'conditions': [
['OS=="win"', {
@@ -5389,6 +5394,8 @@
'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',
@@ -5421,6 +5428,7 @@
'_USE_32BIT_TIME_T',
],
'dependencies': [
+ '../skia/skia.gyp:skia',
'../third_party/libjingle/libjingle.gyp:libjingle',
'sync_proto',
],
« no previous file with comments | « chrome/browser/sync/util/extensions_activity_monitor_unittest.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698