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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2655 matching lines...) Expand 10 before | Expand all | Expand 10 after
2666 }, # target performance_browser_tests 2666 }, # target performance_browser_tests
2667 { 2667 {
2668 # GN version: //chrome/test:sync_integration_test_support 2668 # GN version: //chrome/test:sync_integration_test_support
2669 'target_name': 'test_support_sync_integration', 2669 'target_name': 'test_support_sync_integration',
2670 'type': 'static_library', 2670 'type': 'static_library',
2671 'dependencies': [ 2671 'dependencies': [
2672 'browser', 2672 'browser',
2673 'chrome', 2673 'chrome',
2674 'test_support_common', 2674 'test_support_common',
2675 '../base/base.gyp:base', 2675 '../base/base.gyp:base',
2676 '../components/components.gyp:invalidation', 2676 '../components/components.gyp:invalidation_impl',
2677 '../components/components.gyp:invalidation_test_support', 2677 '../components/components.gyp:invalidation_test_support',
2678 '../net/net.gyp:net', 2678 '../net/net.gyp:net',
2679 '../skia/skia.gyp:skia', 2679 '../skia/skia.gyp:skia',
2680 '../sync/sync.gyp:sync', 2680 '../sync/sync.gyp:sync',
2681 '../sync/sync.gyp:test_support_sync_testserver', 2681 '../sync/sync.gyp:test_support_sync_testserver',
2682 '../sync/sync.gyp:test_support_sync_fake_server', 2682 '../sync/sync.gyp:test_support_sync_fake_server',
2683 '../ui/app_list/app_list.gyp:app_list_test_support', 2683 '../ui/app_list/app_list.gyp:app_list_test_support',
2684 ], 2684 ],
2685 'include_dirs': [ 2685 'include_dirs': [
2686 '..', 2686 '..',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
3295 'utility', 3295 'utility',
3296 ], 3296 ],
3297 'sources': [ 3297 'sources': [
3298 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3298 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3299 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3299 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3300 ], 3300 ],
3301 }] 3301 }]
3302 }], 3302 }],
3303 ], # 'conditions' 3303 ], # 'conditions'
3304 } 3304 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698