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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 406093004: Revert of Add ExtensionsTestBrowserContext class for test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | extensions/browser/extensions_test_browser_context.h » ('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 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',
(...skipping 14 matching lines...) Expand all
25 '../components/components.gyp:invalidation', 25 '../components/components.gyp:invalidation',
26 '../components/components.gyp:invalidation_test_support', 26 '../components/components.gyp:invalidation_test_support',
27 '../components/components.gyp:metrics_test_support', 27 '../components/components.gyp:metrics_test_support',
28 '../components/components.gyp:password_manager_core_browser_test_support ', 28 '../components/components.gyp:password_manager_core_browser_test_support ',
29 '../components/components.gyp:pref_registry_test_support', 29 '../components/components.gyp:pref_registry_test_support',
30 '../components/components.gyp:search_engines_test_support', 30 '../components/components.gyp:search_engines_test_support',
31 '../components/components.gyp:signin_core_browser_test_support', 31 '../components/components.gyp:signin_core_browser_test_support',
32 '../components/components.gyp:sync_driver_test_support', 32 '../components/components.gyp:sync_driver_test_support',
33 '../content/content.gyp:content_app_both', 33 '../content/content.gyp:content_app_both',
34 '../content/content_shell_and_tests.gyp:test_support_content', 34 '../content/content_shell_and_tests.gyp:test_support_content',
35 '../extensions/extensions.gyp:extensions_test_support',
36 '../net/net.gyp:net', 35 '../net/net.gyp:net',
37 '../net/net.gyp:net_test_support', 36 '../net/net.gyp:net_test_support',
38 '../skia/skia.gyp:skia', 37 '../skia/skia.gyp:skia',
39 '../sql/sql.gyp:sql', 38 '../sql/sql.gyp:sql',
40 '../sql/sql.gyp:test_support_sql', 39 '../sql/sql.gyp:test_support_sql',
41 '../sync/sync.gyp:sync', 40 '../sync/sync.gyp:sync',
42 '../testing/gmock.gyp:gmock', 41 '../testing/gmock.gyp:gmock',
43 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
44 '../third_party/zlib/zlib.gyp:zlib', 43 '../third_party/zlib/zlib.gyp:zlib',
45 '../ui/message_center/message_center.gyp:message_center_test_support', 44 '../ui/message_center/message_center.gyp:message_center_test_support',
(...skipping 2881 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 'dependencies': [ 2926 'dependencies': [
2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2929 ], 2928 ],
2930 }], 2929 }],
2931 ], 2930 ],
2932 }, 2931 },
2933 ], 2932 ],
2934 }], 2933 }],
2935 ], # 'conditions' 2934 ], # 'conditions'
2936 } 2935 }
OLDNEW
« no previous file with comments | « no previous file | extensions/browser/extensions_test_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698