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

Side by Side Diff: components/components_tests.gyp

Issue 1295233003: Sync GN tests with GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_fix
Patch Set: Created 5 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
« no previous file with comments | « components/BUILD.gn ('k') | components/printing/browser/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 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,
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'components_strings.gyp:components_strings', 1438 'components_strings.gyp:components_strings',
1439 'components_tests_pak', 1439 'components_tests_pak',
1440 ], 1440 ],
1441 'include_dirs': [ 1441 'include_dirs': [
1442 '..', 1442 '..',
1443 ], 1443 ],
1444 'defines': [ 1444 'defines': [
1445 'HAS_OUT_OF_PROC_TEST_RUNNER', 1445 'HAS_OUT_OF_PROC_TEST_RUNNER',
1446 ], 1446 ],
1447 'sources': [ 1447 'sources': [
1448 # Note: test list duplicated in GN build.
1448 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1449 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1449 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', 1450 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc',
1450 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc ', 1451 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc ',
1451 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc', 1452 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc',
1452 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' , 1453 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' ,
1453 'password_manager/content/renderer/credential_manager_client_browser test.cc', 1454 'password_manager/content/renderer/credential_manager_client_browser test.cc',
1454 ], 1455 ],
1455 'conditions': [ 1456 'conditions': [
1456 ['OS == "android"', { 1457 ['OS == "android"', {
1457 'sources' : [ 1458 'sources' : [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'invalidation/impl/android/junit/', 1602 'invalidation/impl/android/junit/',
1602 'policy/android/junit/' 1603 'policy/android/junit/'
1603 ], 1604 ],
1604 }, 1605 },
1605 'includes': [ '../build/host_jar.gypi' ], 1606 'includes': [ '../build/host_jar.gypi' ],
1606 }, 1607 },
1607 ], 1608 ],
1608 }], 1609 }],
1609 ], 1610 ],
1610 } 1611 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/printing/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698