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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2151583003: [Extensions] Add extension feature generation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include fix Created 4 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 | chrome/common/extensions/api/common_extension_api_unittest.cc » ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'browser/background/background_mode_manager_unittest.cc', 396 'browser/background/background_mode_manager_unittest.cc',
397 ], 397 ],
398 'chrome_unit_tests_extensions_sources': [ 398 'chrome_unit_tests_extensions_sources': [
399 '../apps/saved_files_service_unittest.cc', 399 '../apps/saved_files_service_unittest.cc',
400 '../components/drive/drive_api_util_unittest.cc', 400 '../components/drive/drive_api_util_unittest.cc',
401 '../components/drive/drive_app_registry_unittest.cc', 401 '../components/drive/drive_app_registry_unittest.cc',
402 '../components/drive/drive_uploader_unittest.cc', 402 '../components/drive/drive_uploader_unittest.cc',
403 '../components/drive/event_logger_unittest.cc', 403 '../components/drive/event_logger_unittest.cc',
404 '../components/drive/service/drive_api_service_unittest.cc', 404 '../components/drive/service/drive_api_service_unittest.cc',
405 '../components/drive/service/fake_drive_service_unittest.cc', 405 '../components/drive/service/fake_drive_service_unittest.cc',
406 '../tools/json_schema_compiler/test/features_generation_unittest.cc',
406 'browser/apps/app_shim/app_shim_host_mac_unittest.cc', 407 'browser/apps/app_shim/app_shim_host_mac_unittest.cc',
407 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc', 408 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc',
408 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', 409 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc',
409 'browser/browsing_data/hosted_apps_counter_unittest.cc', 410 'browser/browsing_data/hosted_apps_counter_unittest.cc',
410 'browser/extensions/active_tab_unittest.cc', 411 'browser/extensions/active_tab_unittest.cc',
411 'browser/extensions/activity_log/activity_database_unittest.cc', 412 'browser/extensions/activity_log/activity_database_unittest.cc',
412 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', 413 'browser/extensions/activity_log/activity_log_enabled_unittest.cc',
413 'browser/extensions/activity_log/activity_log_policy_unittest.cc', 414 'browser/extensions/activity_log/activity_log_policy_unittest.cc',
414 'browser/extensions/activity_log/activity_log_unittest.cc', 415 'browser/extensions/activity_log/activity_log_unittest.cc',
415 'browser/extensions/activity_log/counting_policy_unittest.cc', 416 'browser/extensions/activity_log/counting_policy_unittest.cc',
(...skipping 1990 matching lines...) Expand 10 before | Expand all | Expand 10 after
2406 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2407 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2407 ], 2408 ],
2408 }], 2409 }],
2409 ['enable_extensions==1', { 2410 ['enable_extensions==1', {
2410 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ], 2411 'sources': [ '<@(chrome_unit_tests_extensions_sources)' ],
2411 'dependencies': [ 2412 'dependencies': [
2412 'common/extensions/api/api.gyp:chrome_api', 2413 'common/extensions/api/api.gyp:chrome_api',
2413 '../device/hid/hid.gyp:device_hid_mocks', 2414 '../device/hid/hid.gyp:device_hid_mocks',
2414 '../extensions/extensions_resources.gyp:extensions_resources', 2415 '../extensions/extensions_resources.gyp:extensions_resources',
2415 '../extensions/extensions_strings.gyp:extensions_strings', 2416 '../extensions/extensions_strings.gyp:extensions_strings',
2417 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:f eature_compiler_tests',
2416 ], 2418 ],
2417 'conditions': [ 2419 'conditions': [
2418 ['enable_service_discovery==1', { 2420 ['enable_service_discovery==1', {
2419 'sources': [ '<@(chrome_unit_tests_extensions_service_discovery_so urces)' ], 2421 'sources': [ '<@(chrome_unit_tests_extensions_service_discovery_so urces)' ],
2420 }], 2422 }],
2421 ['chromeos==0', { 2423 ['chromeos==0', {
2422 'sources': [ 2424 'sources': [
2423 '<@(chrome_unit_tests_extensions_non_chromeos_sources)', 2425 '<@(chrome_unit_tests_extensions_non_chromeos_sources)',
2424 ], 2426 ],
2425 }], 2427 }],
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
3025 'dependencies': [ 3027 'dependencies': [
3026 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3028 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3027 ], 3029 ],
3028 }], 3030 }],
3029 ], 3031 ],
3030 }, 3032 },
3031 ], 3033 ],
3032 }], 3034 }],
3033 ], # 'conditions' 3035 ], # 'conditions'
3034 } 3036 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/common_extension_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698