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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1479 'source_file': 'memory/memory_pressure_listener.h', | 1479 'source_file': 'memory/memory_pressure_listener.h', |
1480 }, | 1480 }, |
1481 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1481 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
1482 }, | 1482 }, |
1483 { | 1483 { |
1484 # GN: //base:base_java_test_support | 1484 # GN: //base:base_java_test_support |
1485 'target_name': 'base_java_test_support', | 1485 'target_name': 'base_java_test_support', |
1486 'type': 'none', | 1486 'type': 'none', |
1487 'dependencies': [ | 1487 'dependencies': [ |
1488 'base_java', | 1488 'base_java', |
| 1489 '../testing/android/on_device_instrumentation.gyp:reporter_java', |
1489 ], | 1490 ], |
1490 'variables': { | 1491 'variables': { |
1491 'java_in_dir': '../base/test/android/javatests', | 1492 'java_in_dir': '../base/test/android/javatests', |
1492 }, | 1493 }, |
1493 'includes': [ '../build/java.gypi' ], | 1494 'includes': [ '../build/java.gypi' ], |
1494 }, | 1495 }, |
1495 { | 1496 { |
1496 # GN: //base:base_javatests | 1497 # GN: //base:base_javatests |
1497 'target_name': 'base_javatests', | 1498 'target_name': 'base_javatests', |
1498 'type': 'none', | 1499 'type': 'none', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1607 'dependencies': [ | 1608 'dependencies': [ |
1608 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1609 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1609 ], | 1610 ], |
1610 }], | 1611 }], |
1611 ], | 1612 ], |
1612 }, | 1613 }, |
1613 ], | 1614 ], |
1614 }], | 1615 }], |
1615 ], | 1616 ], |
1616 } | 1617 } |
OLD | NEW |