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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make sure sync_proto is linked into just one component Created 7 years, 10 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
11 'dependencies': [ 11 'dependencies': [
12 # NOTE: New dependencies should generally be added in the OS!="ios" 12 # NOTE: New dependencies should generally be added in the OS!="ios"
13 # dependencies block below, rather than here. 13 # dependencies block below, rather than here.
14 'app/policy/cloud_policy_codegen.gyp:policy_test_support', 14 'app/policy/cloud_policy_codegen.gyp:policy_test_support',
15 'browser', 15 'browser',
16 '../sync/protocol/sync_proto.gyp:sync_proto',
17 'chrome_resources.gyp:chrome_resources', 16 'chrome_resources.gyp:chrome_resources',
18 'chrome_resources.gyp:chrome_strings', 17 'chrome_resources.gyp:chrome_strings',
19 'chrome_resources.gyp:theme_resources', 18 'chrome_resources.gyp:theme_resources',
20 'common', 19 'common',
21 '../base/base.gyp:test_support_base', 20 '../base/base.gyp:test_support_base',
22 '../base/base.gyp:base_prefs_test_support', 21 '../base/base.gyp:base_prefs_test_support',
23 '../content/content.gyp:content_app', 22 '../content/content.gyp:content_app',
24 '../content/content.gyp:test_support_content', 23 '../content/content.gyp:test_support_content',
25 '../media/media.gyp:media_test_support', 24 '../media/media.gyp:media_test_support',
26 '../net/net.gyp:net', 25 '../net/net.gyp:net',
27 '../net/net.gyp:net_test_support', 26 '../net/net.gyp:net_test_support',
28 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
28 '../sync/sync.gyp:sync',
29 '../testing/gmock.gyp:gmock', 29 '../testing/gmock.gyp:gmock',
30 '../testing/gtest.gyp:gtest', 30 '../testing/gtest.gyp:gtest',
31 ], 31 ],
32 'export_dependent_settings': [ 32 'export_dependent_settings': [
33 'app/policy/cloud_policy_codegen.gyp:policy_test_support', 33 'app/policy/cloud_policy_codegen.gyp:policy_test_support',
34 '../base/base.gyp:test_support_base', 34 '../base/base.gyp:test_support_base',
35 ], 35 ],
36 'include_dirs': [ 36 'include_dirs': [
37 '..', 37 '..',
38 ], 38 ],
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 # NOTE: New dependencies should generally be added in the OS!="ios" 363 # NOTE: New dependencies should generally be added in the OS!="ios"
364 # dependencies block below, rather than here. 364 # dependencies block below, rather than here.
365 # Unit tests should only depend on: 365 # Unit tests should only depend on:
366 # 1) everything that the chrome binaries depend on: 366 # 1) everything that the chrome binaries depend on:
367 '<@(chromium_dependencies)', 367 '<@(chromium_dependencies)',
368 # 2) test-specific support libraries: 368 # 2) test-specific support libraries:
369 '../base/base.gyp:test_support_base', 369 '../base/base.gyp:test_support_base',
370 '../media/media.gyp:media_test_support', 370 '../media/media.gyp:media_test_support',
371 '../net/net.gyp:net', 371 '../net/net.gyp:net',
372 '../net/net.gyp:net_test_support', 372 '../net/net.gyp:net_test_support',
373 '../testing/gmock.gyp:gmock',
374 '../testing/gtest.gyp:gtest',
375 'test_support_common',
376 '../sync/sync.gyp:test_support_sync_api', 373 '../sync/sync.gyp:test_support_sync_api',
377 '../sync/sync.gyp:test_support_sync_core', 374 '../sync/sync.gyp:test_support_sync_core',
378 '../sync/sync.gyp:test_support_sync_internal_api', 375 '../sync/sync.gyp:test_support_sync_internal_api',
379 '../sync/sync.gyp:test_support_sync_notifier', 376 '../sync/sync.gyp:test_support_sync_notifier',
377 '../testing/gmock.gyp:gmock',
378 '../testing/gtest.gyp:gtest',
379 'test_support_common',
380 'test_support_unit', 380 'test_support_unit',
381 # 3) anything tests directly depend on 381 # 3) anything tests directly depend on
382 '../google_apis/google_apis.gyp:google_apis', 382 '../google_apis/google_apis.gyp:google_apis',
383 '../skia/skia.gyp:skia', 383 '../skia/skia.gyp:skia',
384 '../third_party/bzip2/bzip2.gyp:bzip2', 384 '../third_party/bzip2/bzip2.gyp:bzip2',
385 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 385 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
386 '../third_party/icu/icu.gyp:icui18n', 386 '../third_party/icu/icu.gyp:icui18n',
387 '../third_party/icu/icu.gyp:icuuc', 387 '../third_party/icu/icu.gyp:icuuc',
388 '../third_party/libxml/libxml.gyp:libxml', 388 '../third_party/libxml/libxml.gyp:libxml',
389 '../ui/ui.gyp:ui_resources', 389 '../ui/ui.gyp:ui_resources',
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
2352 # more details. 2352 # more details.
2353 'DebugInformationFormat': '3', 2353 'DebugInformationFormat': '3',
2354 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2354 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2355 }, 2355 },
2356 }, 2356 },
2357 }, 2357 },
2358 ], 2358 ],
2359 }], 2359 }],
2360 ], # 'conditions' 2360 ], # 'conditions'
2361 } 2361 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698