Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
|
Alexei Svitkine (slow)
2015/11/20 19:10:33
Looks like you're not changing the gyp/BUILD files
Alexander Agulenko
2015/11/20 19:23:06
Reverted BUILD.gn file, in this file I removed ext
| |
| 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, |
| 11 | 11 |
| (...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1602 '../testing/android/junit/junit_test.gyp:junit_test_support', | 1602 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 1603 ], | 1603 ], |
| 1604 'variables': { | 1604 'variables': { |
| 1605 'main_class': 'org.chromium.testing.local.JunitTestMain', | 1605 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 1606 'src_paths': [ | 1606 'src_paths': [ |
| 1607 'invalidation/impl/android/junit/', | 1607 'invalidation/impl/android/junit/', |
| 1608 'policy/android/junit/' | 1608 'policy/android/junit/' |
| 1609 ], | 1609 ], |
| 1610 }, | 1610 }, |
| 1611 'includes': [ '../build/host_jar.gypi' ], | 1611 'includes': [ '../build/host_jar.gypi' ], |
| 1612 }, | 1612 }, |
| 1613 ], | 1613 ], |
| 1614 'conditions': [ | 1614 'conditions': [ |
| 1615 ['test_isolation_mode != "noop"', | 1615 ['test_isolation_mode != "noop"', |
| 1616 { | 1616 { |
| 1617 'targets': [ | 1617 'targets': [ |
| 1618 { | 1618 { |
| 1619 'target_name': 'components_browsertests_apk_run', | 1619 'target_name': 'components_browsertests_apk_run', |
| 1620 'type': 'none', | 1620 'type': 'none', |
| 1621 'dependencies': [ | 1621 'dependencies': [ |
| 1622 'components_browsertests_apk', | 1622 'components_browsertests_apk', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1843 'dependencies': [ | 1843 'dependencies': [ |
| 1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1845 ], | 1845 ], |
| 1846 }], | 1846 }], |
| 1847 ], | 1847 ], |
| 1848 }, | 1848 }, |
| 1849 ], | 1849 ], |
| 1850 }], | 1850 }], |
| 1851 ], | 1851 ], |
| 1852 } | 1852 } |
| OLD | NEW |