| 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 1747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1758 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1758 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 1759 ], | 1759 ], |
| 1760 'sources': [ | 1760 'sources': [ |
| 1761 # Note: test list duplicated in GN build. | 1761 # Note: test list duplicated in GN build. |
| 1762 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1762 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
| 1763 'autofill/content/renderer/password_form_conversion_utils_browsertes
t.cc', | 1763 'autofill/content/renderer/password_form_conversion_utils_browsertes
t.cc', |
| 1764 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc
', | 1764 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc
', |
| 1765 'dom_distiller/content/browser/distiller_page_web_contents_browserte
st.cc', | 1765 'dom_distiller/content/browser/distiller_page_web_contents_browserte
st.cc', |
| 1766 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc'
, | 1766 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc'
, |
| 1767 'password_manager/content/renderer/credential_manager_client_browser
test.cc', | 1767 'password_manager/content/renderer/credential_manager_client_browser
test.cc', |
| 1768 'scheduler/renderer/web_view_scheduler_impl_browsertest.cc', |
| 1768 'tracing/child_trace_message_filter_browsertest.cc', | 1769 'tracing/child_trace_message_filter_browsertest.cc', |
| 1769 ], | 1770 ], |
| 1770 'conditions': [ | 1771 'conditions': [ |
| 1771 ['OS == "android"', { | 1772 ['OS == "android"', { |
| 1772 'sources' : [ | 1773 'sources' : [ |
| 1773 'test/android/browsertests_apk/components_browser_tests_jni_onlo
ad.cc', | 1774 'test/android/browsertests_apk/components_browser_tests_jni_onlo
ad.cc', |
| 1774 ], | 1775 ], |
| 1775 'sources!': [ | 1776 'sources!': [ |
| 1776 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1777 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
| 1777 ], | 1778 ], |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1874 'dependencies': [ | 1875 'dependencies': [ |
| 1875 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1876 ], | 1877 ], |
| 1877 }], | 1878 }], |
| 1878 ], | 1879 ], |
| 1879 }, | 1880 }, |
| 1880 ], | 1881 ], |
| 1881 }], | 1882 }], |
| 1882 ], | 1883 ], |
| 1883 } | 1884 } |
| OLD | NEW |