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 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |