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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (GN) Comment out dependency on internal target Created 6 years, 5 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 2012 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 'browser', 14 'browser',
15 'chrome_resources.gyp:chrome_resources', 15 'chrome_resources.gyp:chrome_resources',
16 'chrome_resources.gyp:chrome_strings', 16 'chrome_resources.gyp:chrome_strings',
17 'chrome_resources.gyp:theme_resources', 17 'chrome_resources.gyp:theme_resources',
18 'common', 18 'common',
19 '../base/base.gyp:base_prefs_test_support', 19 '../base/base.gyp:base_prefs_test_support',
20 '../base/base.gyp:test_support_base', 20 '../base/base.gyp:test_support_base',
21 '../components/components.gyp:autocomplete_test_support', 21 '../components/components.gyp:autocomplete_test_support',
22 '../components/components.gyp:bookmarks_test_support', 22 '../components/components.gyp:bookmarks_test_support',
23 '../components/components.gyp:gcm_driver_test_support', 23 '../components/components.gyp:gcm_driver_test_support',
24 '../components/components.gyp:history_core_test_support', 24 '../components/components.gyp:history_core_test_support',
25 '../components/components.gyp:invalidation',
25 '../components/components.gyp:invalidation_test_support', 26 '../components/components.gyp:invalidation_test_support',
26 '../components/components.gyp:metrics_test_support', 27 '../components/components.gyp:metrics_test_support',
27 '../components/components.gyp:password_manager_core_browser_test_support ', 28 '../components/components.gyp:password_manager_core_browser_test_support ',
28 '../components/components.gyp:pref_registry_test_support', 29 '../components/components.gyp:pref_registry_test_support',
29 '../components/components.gyp:signin_core_browser_test_support', 30 '../components/components.gyp:signin_core_browser_test_support',
30 '../components/components.gyp:sync_driver_test_support', 31 '../components/components.gyp:sync_driver_test_support',
31 '../content/content.gyp:content_app_both', 32 '../content/content.gyp:content_app_both',
32 '../content/content_shell_and_tests.gyp:test_support_content', 33 '../content/content_shell_and_tests.gyp:test_support_content',
33 '../net/net.gyp:net', 34 '../net/net.gyp:net',
34 '../net/net.gyp:net_test_support', 35 '../net/net.gyp:net_test_support',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 '../base/base.gyp:test_support_base', 489 '../base/base.gyp:test_support_base',
489 '../components/components_resources.gyp:components_resources', 490 '../components/components_resources.gyp:components_resources',
490 '../content/content_shell_and_tests.gyp:test_support_content', 491 '../content/content_shell_and_tests.gyp:test_support_content',
491 '../content/content.gyp:content_app_both', 492 '../content/content.gyp:content_app_both',
492 '../net/net.gyp:net', 493 '../net/net.gyp:net',
493 '../net/net.gyp:net_test_support', 494 '../net/net.gyp:net_test_support',
494 '../rlz/rlz.gyp:test_support_rlz', 495 '../rlz/rlz.gyp:test_support_rlz',
495 '../sync/sync.gyp:test_support_sync_api', 496 '../sync/sync.gyp:test_support_sync_api',
496 '../sync/sync.gyp:test_support_sync_core', 497 '../sync/sync.gyp:test_support_sync_core',
497 '../sync/sync.gyp:test_support_sync_internal_api', 498 '../sync/sync.gyp:test_support_sync_internal_api',
498 '../sync/sync.gyp:test_support_sync_notifier',
499 '../testing/gmock.gyp:gmock', 499 '../testing/gmock.gyp:gmock',
500 '../testing/gtest.gyp:gtest', 500 '../testing/gtest.gyp:gtest',
501 'test_support_common', 501 'test_support_common',
502 'test_support_unit', 502 'test_support_unit',
503 # 3) anything tests directly depend on 503 # 3) anything tests directly depend on
504 '../courgette/courgette.gyp:courgette_lib', 504 '../courgette/courgette.gyp:courgette_lib',
505 '../google_apis/google_apis.gyp:google_apis', 505 '../google_apis/google_apis.gyp:google_apis',
506 '../skia/skia.gyp:skia', 506 '../skia/skia.gyp:skia',
507 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 507 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
508 '../third_party/icu/icu.gyp:icui18n', 508 '../third_party/icu/icu.gyp:icui18n',
(...skipping 2413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2922 'dependencies': [ 2922 'dependencies': [
2923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2924 ], 2924 ],
2925 }], 2925 }],
2926 ], 2926 ],
2927 }, 2927 },
2928 ], 2928 ],
2929 }], 2929 }],
2930 ], # 'conditions' 2930 ], # 'conditions'
2931 } 2931 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/invalidations_message_handler.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698