diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 18:19:52 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 18:19:52 +0000 |
commit | f30e11dce0e8a28c3791cc093d3edd6888d406c5 (patch) | |
tree | ccb01e4e5b9d53c93c8633543c563915004e3b4f /chrome/chrome_tests.gypi | |
parent | 7ee76d72d43f923d49ea43ec9c9fc30ebc0511d1 (diff) | |
download | chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.zip chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.tar.gz chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.tar.bz2 |
Update sync protos to use the new shared protoc gyp rules
Just a refactoring.
Review URL: http://codereview.chromium.org/7677034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 181bda7..b63e691 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -29,7 +29,7 @@ 'chrome_resources', 'chrome_strings', 'app/policy/cloud_policy_codegen.gyp:policy', - 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', + 'browser/sync/protocol/sync_proto.gyp:sync_proto', 'theme_resources', 'theme_resources_standard', '../base/base.gyp:test_support_base', @@ -470,7 +470,7 @@ 'target_name': 'interactive_ui_tests', 'type': 'executable', 'dependencies': [ - 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', + 'browser/sync/protocol/sync_proto.gyp:sync_proto', 'chrome', 'chrome_resources', 'chrome_strings', @@ -2386,7 +2386,7 @@ }, 'dependencies': [ 'browser', - 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', + 'browser/sync/protocol/sync_proto.gyp:sync_proto', 'chrome', 'chrome_resources', 'chrome_strings', @@ -3206,7 +3206,7 @@ '_USE_32BIT_TIME_T', ], 'dependencies': [ - 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', + 'browser/sync/protocol/sync_proto.gyp:sync_proto', 'common', 'debugger', '../jingle/jingle.gyp:notifier_test_util', @@ -3289,7 +3289,7 @@ 'type': 'executable', 'dependencies': [ 'browser', - 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', + 'browser/sync/protocol/sync_proto.gyp:sync_proto', 'chrome', 'chrome_resources', 'common', @@ -3449,7 +3449,7 @@ 'target_name': 'sync_performance_tests', 'type': 'executable', 'dependencies': [ - 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', + 'browser/sync/protocol/sync_proto.gyp:sync_proto', 'chrome', 'test_support_common', '../skia/skia.gyp:skia', |