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

Side by Side Diff: components/components_tests.gyp

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: fix browsertest, merge webkit CL, merge http://crrev.com/1403413004 Created 5 years, 1 month 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/dom_distiller.gypi » ('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 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 'include_dirs': [ 1611 'include_dirs': [
1612 '..', 1612 '..',
1613 ], 1613 ],
1614 'defines': [ 1614 'defines': [
1615 'HAS_OUT_OF_PROC_TEST_RUNNER', 1615 'HAS_OUT_OF_PROC_TEST_RUNNER',
1616 ], 1616 ],
1617 'sources': [ 1617 'sources': [
1618 # Note: test list duplicated in GN build. 1618 # Note: test list duplicated in GN build.
1619 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1619 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1620 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', 1620 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc',
1621 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc ',
1622 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc', 1621 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc',
1623 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' , 1622 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' ,
1624 'password_manager/content/renderer/credential_manager_client_browser test.cc', 1623 'password_manager/content/renderer/credential_manager_client_browser test.cc',
1625 ], 1624 ],
1626 'conditions': [ 1625 'conditions': [
1627 ['OS == "android"', { 1626 ['OS == "android"', {
1628 'sources' : [ 1627 'sources' : [
1629 'test/android/browsertests_apk/components_browser_tests_jni_onlo ad.cc', 1628 'test/android/browsertests_apk/components_browser_tests_jni_onlo ad.cc',
1630 ], 1629 ],
1631 'sources!': [ 1630 'sources!': [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 'dependencies': [ 1734 'dependencies': [
1736 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1737 ], 1736 ],
1738 }], 1737 }],
1739 ], 1738 ],
1740 }, 1739 },
1741 ], 1740 ],
1742 }], 1741 }],
1743 ], 1742 ],
1744 } 1743 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698