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

Side by Side Diff: components/components_tests.gyp

Issue 443043003: Rename components/autocomplete to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « components/components.gyp ('k') | components/metrics/proto/omnibox_event.proto » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components', 11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components',
12 }, 12 },
13 'conditions': [ 13 'conditions': [
14 ['android_webview_build == 0', { 14 ['android_webview_build == 0', {
15 'targets': [ 15 'targets': [
16 { 16 {
17 # GN version: //components/components_unittests 17 # GN version: //components/components_unittests
18 'target_name': 'components_unittests', 18 'target_name': 'components_unittests',
19 'type': '<(gtest_target_type)', 19 'type': '<(gtest_target_type)',
20 'sources': [ 20 'sources': [
21 # Note: sources list duplicated in GN build. In the GN build, 21 # Note: sources list duplicated in GN build. In the GN build,
22 # each component has its own unit tests target defined in its 22 # each component has its own unit tests target defined in its
23 # directory that are then linked into the final content_unittests. 23 # directory that are then linked into the final content_unittests.
24 'auto_login_parser/auto_login_parser_unittest.cc', 24 'auto_login_parser/auto_login_parser_unittest.cc',
25 'autocomplete/autocomplete_input_unittest.cc',
26 'autocomplete/autocomplete_match_unittest.cc',
27 'autofill/content/browser/content_autofill_driver_unittest.cc', 25 'autofill/content/browser/content_autofill_driver_unittest.cc',
28 'autofill/content/browser/request_autocomplete_manager_unittest.cc', 26 'autofill/content/browser/request_autocomplete_manager_unittest.cc',
29 'autofill/content/browser/wallet/full_wallet_unittest.cc', 27 'autofill/content/browser/wallet/full_wallet_unittest.cc',
30 'autofill/content/browser/wallet/instrument_unittest.cc', 28 'autofill/content/browser/wallet/instrument_unittest.cc',
31 'autofill/content/browser/wallet/wallet_address_unittest.cc', 29 'autofill/content/browser/wallet/wallet_address_unittest.cc',
32 'autofill/content/browser/wallet/wallet_client_unittest.cc', 30 'autofill/content/browser/wallet/wallet_client_unittest.cc',
33 'autofill/content/browser/wallet/wallet_items_unittest.cc', 31 'autofill/content/browser/wallet/wallet_items_unittest.cc',
34 'autofill/content/browser/wallet/wallet_service_url_unittest.cc', 32 'autofill/content/browser/wallet/wallet_service_url_unittest.cc',
35 'autofill/content/browser/wallet/wallet_signin_helper_unittest.cc', 33 'autofill/content/browser/wallet/wallet_signin_helper_unittest.cc',
36 'autofill/core/browser/address_field_unittest.cc', 34 'autofill/core/browser/address_field_unittest.cc',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'metrics/metrics_hashes_unittest.cc', 129 'metrics/metrics_hashes_unittest.cc',
132 'metrics/metrics_log_manager_unittest.cc', 130 'metrics/metrics_log_manager_unittest.cc',
133 'metrics/metrics_log_unittest.cc', 131 'metrics/metrics_log_unittest.cc',
134 'metrics/metrics_reporting_scheduler_unittest.cc', 132 'metrics/metrics_reporting_scheduler_unittest.cc',
135 'metrics/metrics_service_unittest.cc', 133 'metrics/metrics_service_unittest.cc',
136 'metrics/metrics_state_manager_unittest.cc', 134 'metrics/metrics_state_manager_unittest.cc',
137 'metrics/persisted_logs_unittest.cc', 135 'metrics/persisted_logs_unittest.cc',
138 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 136 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
139 'network_time/network_time_tracker_unittest.cc', 137 'network_time/network_time_tracker_unittest.cc',
140 'omaha_query_params/omaha_query_params_unittest.cc', 138 'omaha_query_params/omaha_query_params_unittest.cc',
139 'omnibox/autocomplete_input_unittest.cc',
140 'omnibox/autocomplete_match_unittest.cc',
141 'os_crypt/ie7_password_win_unittest.cc', 141 'os_crypt/ie7_password_win_unittest.cc',
142 'os_crypt/keychain_password_mac_unittest.mm', 142 'os_crypt/keychain_password_mac_unittest.mm',
143 'os_crypt/os_crypt_unittest.cc', 143 'os_crypt/os_crypt_unittest.cc',
144 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc', 144 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc',
145 'password_manager/core/browser/log_router_unittest.cc', 145 'password_manager/core/browser/log_router_unittest.cc',
146 'password_manager/core/browser/login_database_unittest.cc', 146 'password_manager/core/browser/login_database_unittest.cc',
147 'password_manager/core/browser/password_autofill_manager_unittest.cc ', 147 'password_manager/core/browser/password_autofill_manager_unittest.cc ',
148 'password_manager/core/browser/password_form_manager_unittest.cc', 148 'password_manager/core/browser/password_form_manager_unittest.cc',
149 'password_manager/core/browser/password_generation_manager_unittest. cc', 149 'password_manager/core/browser/password_generation_manager_unittest. cc',
150 'password_manager/core/browser/password_manager_unittest.cc', 150 'password_manager/core/browser/password_manager_unittest.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 '../testing/gtest.gyp:gtest', 244 '../testing/gtest.gyp:gtest',
245 '../ui/base/ui_base.gyp:ui_base', 245 '../ui/base/ui_base.gyp:ui_base',
246 '../ui/gfx/gfx.gyp:gfx', 246 '../ui/gfx/gfx.gyp:gfx',
247 '../ui/gfx/gfx.gyp:gfx_test_support', 247 '../ui/gfx/gfx.gyp:gfx_test_support',
248 248
249 'components_resources.gyp:components_resources', 249 'components_resources.gyp:components_resources',
250 250
251 # Dependencies of auto_login_parser 251 # Dependencies of auto_login_parser
252 'components.gyp:auto_login_parser', 252 'components.gyp:auto_login_parser',
253 253
254 # Dependencies of autocomplete
255 'components.gyp:autocomplete',
256 'components.gyp:autocomplete_test_support',
257
258 # Dependencies of autofill 254 # Dependencies of autofill
259 'components.gyp:autofill_core_browser', 255 'components.gyp:autofill_core_browser',
260 'components.gyp:autofill_core_common', 256 'components.gyp:autofill_core_common',
261 'components.gyp:autofill_core_test_support', 257 'components.gyp:autofill_core_test_support',
262 'components_strings.gyp:components_strings', 258 'components_strings.gyp:components_strings',
263 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 259 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
264 260
265 # Dependencies of breakpad 261 # Dependencies of breakpad
266 'components.gyp:breakpad_test_support', 262 'components.gyp:breakpad_test_support',
267 263
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'components.gyp:metrics', 327 'components.gyp:metrics',
332 'components.gyp:metrics_net', 328 'components.gyp:metrics_net',
333 'components.gyp:metrics_test_support', 329 'components.gyp:metrics_test_support',
334 330
335 # Dependencies of network_time 331 # Dependencies of network_time
336 'components.gyp:network_time', 332 'components.gyp:network_time',
337 333
338 # Dependencies of omaha_query_params 334 # Dependencies of omaha_query_params
339 'components.gyp:omaha_query_params', 335 'components.gyp:omaha_query_params',
340 336
337 # Dependencies of omnibox
338 'components.gyp:omnibox',
339 'components.gyp:omnibox_test_support',
340
341 # Dependencies of os_crypt 341 # Dependencies of os_crypt
342 'components.gyp:os_crypt', 342 'components.gyp:os_crypt',
343 343
344 # Dependencies of password_manager 344 # Dependencies of password_manager
345 'components.gyp:password_manager_core_browser', 345 'components.gyp:password_manager_core_browser',
346 'components.gyp:password_manager_core_browser_test_support', 346 'components.gyp:password_manager_core_browser_test_support',
347 347
348 # Dependencies of precache/core 348 # Dependencies of precache/core
349 'components.gyp:password_manager_core_browser', 349 'components.gyp:password_manager_core_browser',
350 'components.gyp:precache_core', 350 'components.gyp:precache_core',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'dependencies': [ 879 'dependencies': [
880 '../base/allocator/allocator.gyp:allocator', 880 '../base/allocator/allocator.gyp:allocator',
881 ], 881 ],
882 }], 882 }],
883 ], 883 ],
884 }, 884 },
885 ], 885 ],
886 }], 886 }],
887 ], 887 ],
888 } 888 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/metrics/proto/omnibox_event.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698