OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1482 'source_file': 'memory/memory_pressure_listener.h', | 1482 'source_file': 'memory/memory_pressure_listener.h', |
1483 }, | 1483 }, |
1484 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1484 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
1485 }, | 1485 }, |
1486 { | 1486 { |
1487 # GN: //base:base_java_test_support | 1487 # GN: //base:base_java_test_support |
1488 'target_name': 'base_java_test_support', | 1488 'target_name': 'base_java_test_support', |
1489 'type': 'none', | 1489 'type': 'none', |
1490 'dependencies': [ | 1490 'dependencies': [ |
1491 'base_java', | 1491 'base_java', |
| 1492 '../testing/android/on_device_instrumentation.gyp:reporter_java', |
1492 ], | 1493 ], |
1493 'variables': { | 1494 'variables': { |
1494 'java_in_dir': '../base/test/android/javatests', | 1495 'java_in_dir': '../base/test/android/javatests', |
1495 }, | 1496 }, |
1496 'includes': [ '../build/java.gypi' ], | 1497 'includes': [ '../build/java.gypi' ], |
1497 }, | 1498 }, |
1498 { | 1499 { |
1499 # GN: //base:base_javatests | 1500 # GN: //base:base_javatests |
1500 'target_name': 'base_javatests', | 1501 'target_name': 'base_javatests', |
1501 'type': 'none', | 1502 'type': 'none', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1610 'dependencies': [ | 1611 'dependencies': [ |
1611 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1612 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1612 ], | 1613 ], |
1613 }], | 1614 }], |
1614 ], | 1615 ], |
1615 }, | 1616 }, |
1616 ], | 1617 ], |
1617 }], | 1618 }], |
1618 ], | 1619 ], |
1619 } | 1620 } |
OLD | NEW |