| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |