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 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1776 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1776 'HAS_OUT_OF_PROC_TEST_RUNNER', |
1777 ], | 1777 ], |
1778 'sources': [ | 1778 'sources': [ |
1779 # Note: test list duplicated in GN build. | 1779 # Note: test list duplicated in GN build. |
1780 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1780 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
1781 'autofill/content/renderer/password_form_conversion_utils_browsertes
t.cc', | 1781 'autofill/content/renderer/password_form_conversion_utils_browsertes
t.cc', |
1782 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc
', | 1782 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc
', |
1783 'dom_distiller/content/browser/distiller_page_web_contents_browserte
st.cc', | 1783 'dom_distiller/content/browser/distiller_page_web_contents_browserte
st.cc', |
1784 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc'
, | 1784 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc'
, |
1785 'password_manager/content/renderer/credential_manager_client_browser
test.cc', | 1785 'password_manager/content/renderer/credential_manager_client_browser
test.cc', |
| 1786 'scheduler/renderer/web_view_scheduler_impl_browsertest.cc', |
1786 'tracing/child_trace_message_filter_browsertest.cc', | 1787 'tracing/child_trace_message_filter_browsertest.cc', |
1787 ], | 1788 ], |
1788 'conditions': [ | 1789 'conditions': [ |
1789 ['OS == "android"', { | 1790 ['OS == "android"', { |
1790 'sources' : [ | 1791 'sources' : [ |
1791 'test/android/browsertests_apk/components_browser_tests_jni_onlo
ad.cc', | 1792 'test/android/browsertests_apk/components_browser_tests_jni_onlo
ad.cc', |
1792 ], | 1793 ], |
1793 'sources!': [ | 1794 'sources!': [ |
1794 'autofill/content/browser/risk/fingerprint_browsertest.cc', | 1795 'autofill/content/browser/risk/fingerprint_browsertest.cc', |
1795 ], | 1796 ], |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1892 'dependencies': [ | 1893 'dependencies': [ |
1893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1894 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1894 ], | 1895 ], |
1895 }], | 1896 }], |
1896 ], | 1897 ], |
1897 }, | 1898 }, |
1898 ], | 1899 ], |
1899 }], | 1900 }], |
1900 ], | 1901 ], |
1901 } | 1902 } |
OLD | NEW |