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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7677034: Update sync protos to use the new shared protoc gyp rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 11 matching lines...) Expand all
22 # production libraries but are used by more than one test executable. 22 # production libraries but are used by more than one test executable.
23 'target_name': 'test_support_common', 23 'target_name': 'test_support_common',
24 'type': 'static_library', 24 'type': 'static_library',
25 'dependencies': [ 25 'dependencies': [
26 'browser', 26 'browser',
27 'common', 27 'common',
28 'renderer', 28 'renderer',
29 'chrome_resources', 29 'chrome_resources',
30 'chrome_strings', 30 'chrome_strings',
31 'app/policy/cloud_policy_codegen.gyp:policy', 31 'app/policy/cloud_policy_codegen.gyp:policy',
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 32 'browser/sync/protocol/sync_proto.gyp:sync_proto',
33 'theme_resources', 33 'theme_resources',
34 'theme_resources_standard', 34 'theme_resources_standard',
35 '../base/base.gyp:test_support_base', 35 '../base/base.gyp:test_support_base',
36 '../content/content.gyp:content_gpu', 36 '../content/content.gyp:content_gpu',
37 '../content/content.gyp:test_support_content', 37 '../content/content.gyp:test_support_content',
38 '../ipc/ipc.gyp:test_support_ipc', 38 '../ipc/ipc.gyp:test_support_ipc',
39 '../media/media.gyp:media_test_support', 39 '../media/media.gyp:media_test_support',
40 '../net/net.gyp:net', 40 '../net/net.gyp:net',
41 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt. 41 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt.
42 '../net/net.gyp:net_test_support', 42 '../net/net.gyp:net_test_support',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 ], 463 ],
464 }], 464 }],
465 ], 465 ],
466 }], 466 }],
467 ], 467 ],
468 }, 468 },
469 { 469 {
470 'target_name': 'interactive_ui_tests', 470 'target_name': 'interactive_ui_tests',
471 'type': 'executable', 471 'type': 'executable',
472 'dependencies': [ 472 'dependencies': [
473 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 473 'browser/sync/protocol/sync_proto.gyp:sync_proto',
474 'chrome', 474 'chrome',
475 'chrome_resources', 475 'chrome_resources',
476 'chrome_strings', 476 'chrome_strings',
477 'debugger', 477 'debugger',
478 'syncapi_core', 478 'syncapi_core',
479 'test_support_common', 479 'test_support_common',
480 'test_support_ui', 480 'test_support_ui',
481 '../third_party/hunspell/hunspell.gyp:hunspell', 481 '../third_party/hunspell/hunspell.gyp:hunspell',
482 '../net/net.gyp:net', 482 '../net/net.gyp:net',
483 '../net/net.gyp:net_resources', 483 '../net/net.gyp:net_resources',
(...skipping 1894 matching lines...) Expand 10 before | Expand all | Expand 10 after
2378 'variables': { 2378 'variables': {
2379 'gypv8sh': '../tools/gypv8sh.py', 2379 'gypv8sh': '../tools/gypv8sh.py',
2380 'js2webui': 'browser/ui/webui/javascript2webui.js', 2380 'js2webui': 'browser/ui/webui/javascript2webui.js',
2381 'js2webui_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2webui', 2381 'js2webui_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2webui',
2382 'mock_js': 'third_party/mock4js/mock4js.js', 2382 'mock_js': 'third_party/mock4js/mock4js.js',
2383 'rule_input_relpath': 'test/data/webui', 2383 'rule_input_relpath': 'test/data/webui',
2384 'test_api_js': 'test/data/webui/test_api.js', 2384 'test_api_js': 'test/data/webui/test_api.js',
2385 }, 2385 },
2386 'dependencies': [ 2386 'dependencies': [
2387 'browser', 2387 'browser',
2388 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 2388 'browser/sync/protocol/sync_proto.gyp:sync_proto',
2389 'chrome', 2389 'chrome',
2390 'chrome_resources', 2390 'chrome_resources',
2391 'chrome_strings', 2391 'chrome_strings',
2392 'profile_import', 2392 'profile_import',
2393 'renderer', 2393 'renderer',
2394 'test_support_common', 2394 'test_support_common',
2395 '../base/base.gyp:base', 2395 '../base/base.gyp:base',
2396 '../base/base.gyp:base_i18n', 2396 '../base/base.gyp:base_i18n',
2397 '../base/base.gyp:test_support_base', 2397 '../base/base.gyp:test_support_base',
2398 '../net/net.gyp:net', 2398 '../net/net.gyp:net',
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
3191 'include_dirs': [ 3191 'include_dirs': [
3192 '..', 3192 '..',
3193 '<(protoc_out_dir)', 3193 '<(protoc_out_dir)',
3194 ], 3194 ],
3195 'defines' : [ 3195 'defines' : [
3196 'SYNC_ENGINE_VERSION_STRING="Unknown"', 3196 'SYNC_ENGINE_VERSION_STRING="Unknown"',
3197 '_CRT_SECURE_NO_WARNINGS', 3197 '_CRT_SECURE_NO_WARNINGS',
3198 '_USE_32BIT_TIME_T', 3198 '_USE_32BIT_TIME_T',
3199 ], 3199 ],
3200 'dependencies': [ 3200 'dependencies': [
3201 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 3201 'browser/sync/protocol/sync_proto.gyp:sync_proto',
3202 'common', 3202 'common',
3203 'debugger', 3203 'debugger',
3204 '../jingle/jingle.gyp:notifier_test_util', 3204 '../jingle/jingle.gyp:notifier_test_util',
3205 '../net/net.gyp:net', 3205 '../net/net.gyp:net',
3206 '../skia/skia.gyp:skia', 3206 '../skia/skia.gyp:skia',
3207 '../testing/gmock.gyp:gmock', 3207 '../testing/gmock.gyp:gmock',
3208 '../testing/gtest.gyp:gtest', 3208 '../testing/gtest.gyp:gtest',
3209 '../third_party/bzip2/bzip2.gyp:bzip2', 3209 '../third_party/bzip2/bzip2.gyp:bzip2',
3210 '../third_party/libjingle/libjingle.gyp:libjingle', 3210 '../third_party/libjingle/libjingle.gyp:libjingle',
3211 'profile_import', 3211 'profile_import',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
3274 '<(grit_out_dir)', 3274 '<(grit_out_dir)',
3275 ], 3275 ],
3276 }], 3276 }],
3277 ], 3277 ],
3278 }, 3278 },
3279 { 3279 {
3280 'target_name': 'sync_integration_tests', 3280 'target_name': 'sync_integration_tests',
3281 'type': 'executable', 3281 'type': 'executable',
3282 'dependencies': [ 3282 'dependencies': [
3283 'browser', 3283 'browser',
3284 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 3284 'browser/sync/protocol/sync_proto.gyp:sync_proto',
3285 'chrome', 3285 'chrome',
3286 'chrome_resources', 3286 'chrome_resources',
3287 'common', 3287 'common',
3288 'profile_import', 3288 'profile_import',
3289 'renderer', 3289 'renderer',
3290 'chrome_strings', 3290 'chrome_strings',
3291 'test_support_common', 3291 'test_support_common',
3292 '../net/net.gyp:net', 3292 '../net/net.gyp:net',
3293 '../net/net.gyp:net_test_support', 3293 '../net/net.gyp:net_test_support',
3294 '../printing/printing.gyp:printing', 3294 '../printing/printing.gyp:printing',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
3434 'dependencies': [ 3434 'dependencies': [
3435 '../views/views.gyp:views', 3435 '../views/views.gyp:views',
3436 ], 3436 ],
3437 }], 3437 }],
3438 ], 3438 ],
3439 }, 3439 },
3440 { 3440 {
3441 'target_name': 'sync_performance_tests', 3441 'target_name': 'sync_performance_tests',
3442 'type': 'executable', 3442 'type': 'executable',
3443 'dependencies': [ 3443 'dependencies': [
3444 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 3444 'browser/sync/protocol/sync_proto.gyp:sync_proto',
3445 'chrome', 3445 'chrome',
3446 'test_support_common', 3446 'test_support_common',
3447 '../skia/skia.gyp:skia', 3447 '../skia/skia.gyp:skia',
3448 '../testing/gmock.gyp:gmock', 3448 '../testing/gmock.gyp:gmock',
3449 '../testing/gtest.gyp:gtest', 3449 '../testing/gtest.gyp:gtest',
3450 ], 3450 ],
3451 'include_dirs': [ 3451 'include_dirs': [
3452 '..', 3452 '..',
3453 '<(INTERMEDIATE_DIR)', 3453 '<(INTERMEDIATE_DIR)',
3454 '<(protoc_out_dir)', 3454 '<(protoc_out_dir)',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
4163 # Use outputs of this action as inputs for the main target build. 4163 # Use outputs of this action as inputs for the main target build.
4164 # Seems as a misnomer but makes this happy on Linux (scons). 4164 # Seems as a misnomer but makes this happy on Linux (scons).
4165 'process_outputs_as_sources': 1, 4165 'process_outputs_as_sources': 1,
4166 }, 4166 },
4167 ], # 'actions' 4167 ], # 'actions'
4168 }, 4168 },
4169 ] 4169 ]
4170 }], # 'coverage!=0' 4170 }], # 'coverage!=0'
4171 ], # 'conditions' 4171 ], # 'conditions'
4172 } 4172 }
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome_browser.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698