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

Unified Diff: chrome/chrome_tests.gypi

Issue 9668028: [Sync] Create new top-level sync/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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/chrome_browser_extensions.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index ceea4de85a5cff92b9452c8fcb59060f17de4af7..02df655353b8d745783a48d95fef013b57d6fbc2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -38,7 +38,7 @@
'dependencies': [
'app/policy/cloud_policy_codegen.gyp:policy',
'browser',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
'chrome_resources.gyp:theme_resources',
@@ -537,7 +537,7 @@
'target_name': 'interactive_ui_tests',
'type': 'executable',
'dependencies': [
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'chrome',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
@@ -2522,7 +2522,7 @@
'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
'dependencies': [
'browser',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'chrome',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
@@ -3219,7 +3219,7 @@
'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
'dependencies': [
'browser',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'chrome',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
@@ -3622,7 +3622,7 @@
'target_name': 'sync_unit_tests',
'type': 'executable',
'sources': [
- '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc',
+ '<(protoc_out_dir)//sync/protocol/test.pb.cc',
'../base/test/run_all_unittests.cc',
'app/breakpad_mac_stubs.mm',
'browser/sync/api/sync_change_unittest.cc',
@@ -3710,7 +3710,7 @@
'_USE_32BIT_TIME_T',
],
'dependencies': [
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'../base/base.gyp:test_support_base',
'../jingle/jingle.gyp:notifier_test_util',
'../net/net.gyp:net',
@@ -3776,7 +3776,7 @@
'type': 'executable',
'dependencies': [
'browser',
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'chrome',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
@@ -3950,7 +3950,7 @@
'target_name': 'sync_performance_tests',
'type': 'executable',
'dependencies': [
- 'browser/sync/protocol/sync_proto.gyp:sync_proto',
+ '../sync/protocol/sync_proto.gyp:sync_proto',
'chrome',
'test_support_common',
'../skia/skia.gyp:skia',
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698