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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1231083007: Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: Move dependencies to correct files Created 5 years, 3 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_renderer.gypi ('k') | chrome/renderer/BUILD.gn » ('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 2029 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 'renderer', 2040 'renderer',
2041 'test_support_common', 2041 'test_support_common',
2042 'test_support_sync_integration', 2042 'test_support_sync_integration',
2043 '../base/base.gyp:base', 2043 '../base/base.gyp:base',
2044 '../base/base.gyp:base_i18n', 2044 '../base/base.gyp:base_i18n',
2045 '../base/base.gyp:test_support_base', 2045 '../base/base.gyp:test_support_base',
2046 '../components/components.gyp:autofill_content_risk_proto', 2046 '../components/components.gyp:autofill_content_risk_proto',
2047 '../components/components.gyp:autofill_content_test_support', 2047 '../components/components.gyp:autofill_content_test_support',
2048 '../components/components.gyp:captive_portal_test_support', 2048 '../components/components.gyp:captive_portal_test_support',
2049 '../components/components.gyp:dom_distiller_content_browser', 2049 '../components/components.gyp:dom_distiller_content_browser',
2050 '../components/components.gyp:dom_distiller_content_renderer',
2050 '../components/components.gyp:dom_distiller_test_support', 2051 '../components/components.gyp:dom_distiller_test_support',
2051 '../components/components.gyp:guest_view_test_support', 2052 '../components/components.gyp:guest_view_test_support',
2052 '../components/components.gyp:translate_core_common', 2053 '../components/components.gyp:translate_core_common',
2053 '../components/components_resources.gyp:components_resources', 2054 '../components/components_resources.gyp:components_resources',
2054 '../components/components_strings.gyp:components_strings', 2055 '../components/components_strings.gyp:components_strings',
2055 '../crypto/crypto.gyp:crypto_test_support', 2056 '../crypto/crypto.gyp:crypto_test_support',
2056 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2057 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
2057 '../device/serial/serial.gyp:device_serial_test_util', 2058 '../device/serial/serial.gyp:device_serial_test_util',
2058 '../extensions/common/api/api.gyp:extensions_api', 2059 '../extensions/common/api/api.gyp:extensions_api',
2059 '../google_apis/google_apis.gyp:google_apis_test_support', 2060 '../google_apis/google_apis.gyp:google_apis_test_support',
(...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 'utility', 3367 'utility',
3367 ], 3368 ],
3368 'sources': [ 3369 'sources': [
3369 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3370 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3370 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3371 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3371 ], 3372 ],
3372 }] 3373 }]
3373 }], 3374 }],
3374 ], # 'conditions' 3375 ], # 'conditions'
3375 } 3376 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698