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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 657313004: Cleanup: Remove trailing whitespaces in gyp files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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_repack_resources.gypi ('k') | chrome/tools/profile_reset/jtl_compiler.gyp » ('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',
11 'browser/extensions/browsertest_util.h', 11 'browser/extensions/browsertest_util.h',
12 'browser/extensions/extension_apitest.cc', 12 'browser/extensions/extension_apitest.cc',
13 'browser/extensions/extension_apitest.h', 13 'browser/extensions/extension_apitest.h',
14 'browser/extensions/extension_browsertest.cc', 14 'browser/extensions/extension_browsertest.cc',
15 'browser/extensions/extension_browsertest.h', 15 'browser/extensions/extension_browsertest.h',
16 'browser/extensions/extension_function_test_utils.cc', 16 'browser/extensions/extension_function_test_utils.cc',
17 'browser/extensions/extension_function_test_utils.h', 17 'browser/extensions/extension_function_test_utils.h',
18 'browser/extensions/extension_test_notification_observer.cc', 18 'browser/extensions/extension_test_notification_observer.cc',
19 'browser/extensions/extension_test_notification_observer.h', 19 'browser/extensions/extension_test_notification_observer.h',
20 'browser/extensions/updater/extension_cache_fake.h', 20 'browser/extensions/updater/extension_cache_fake.h',
21 'browser/extensions/updater/extension_cache_fake.cc', 21 'browser/extensions/updater/extension_cache_fake.cc',
22 ], 22 ],
23 'chrome_browser_tests_sources': [ 23 'chrome_browser_tests_sources': [
24 # The list of sources which is only used by chrome browser tests. 24 # The list of sources which is only used by chrome browser tests.
25 '../apps/app_restore_service_browsertest.cc', 25 '../apps/app_restore_service_browsertest.cc',
26 '../apps/load_and_launch_browsertest.cc', 26 '../apps/load_and_launch_browsertest.cc',
27 # TODO(blundell): Bring up a components_browsertests target and move 27 # TODO(blundell): Bring up a components_browsertests target and move
28 # this test to be in that target. crbug.com/283846 28 # this test to be in that target. crbug.com/283846
29 '../components/autofill/content/renderer/password_form_conversion_utils_br owsertest.cc', 29 '../components/autofill/content/renderer/password_form_conversion_utils_br owsertest.cc',
30 '../components/autofill/content/renderer/test_password_autofill_agent.h', 30 '../components/autofill/content/renderer/test_password_autofill_agent.h',
31 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 31 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
(...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 'include_dirs': [ 1684 'include_dirs': [
1685 '..', 1685 '..',
1686 '<(SHARED_INTERMEDIATE_DIR)', 1686 '<(SHARED_INTERMEDIATE_DIR)',
1687 ], 1687 ],
1688 'defines': [ 1688 'defines': [
1689 'HAS_OUT_OF_PROC_TEST_RUNNER', 1689 'HAS_OUT_OF_PROC_TEST_RUNNER',
1690 ], 1690 ],
1691 'sources': [ 1691 'sources': [
1692 '<@(chrome_browser_tests_sources)', 1692 '<@(chrome_browser_tests_sources)',
1693 '<@(chrome_browser_extensions_test_support_sources)', 1693 '<@(chrome_browser_extensions_test_support_sources)',
1694 'test/base/browser_tests_main.cc', 1694 'test/base/browser_tests_main.cc',
1695 ], 1695 ],
1696 'rules': [ 1696 'rules': [
1697 { 1697 {
1698 'rule_name': 'js2webui', 1698 'rule_name': 'js2webui',
1699 'extension': 'js', 1699 'extension': 'js',
1700 'msvs_external_rule': 1, 1700 'msvs_external_rule': 1,
1701 'inputs': [ 1701 'inputs': [
1702 '<(gypv8sh)', 1702 '<(gypv8sh)',
1703 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 1703 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
1704 '<(mock_js)', 1704 '<(mock_js)',
(...skipping 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after
3134 ['enable_webrtc==1', { 3134 ['enable_webrtc==1', {
3135 'dependencies': [ 3135 'dependencies': [
3136 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3136 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3137 ] 3137 ]
3138 }], 3138 }],
3139 ], 3139 ],
3140 }] 3140 }]
3141 }], 3141 }],
3142 ], # 'conditions' 3142 ], # 'conditions'
3143 } 3143 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/tools/profile_reset/jtl_compiler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698