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 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1452 'source_file': 'memory/memory_pressure_listener.h', | 1452 'source_file': 'memory/memory_pressure_listener.h', |
1453 }, | 1453 }, |
1454 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1454 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
1455 }, | 1455 }, |
1456 { | 1456 { |
1457 # GN: //base:base_java_test_support | 1457 # GN: //base:base_java_test_support |
1458 'target_name': 'base_java_test_support', | 1458 'target_name': 'base_java_test_support', |
1459 'type': 'none', | 1459 'type': 'none', |
1460 'dependencies': [ | 1460 'dependencies': [ |
1461 'base_java', | 1461 'base_java', |
| 1462 '../testing/android/on_device_instrumentation.gyp:reporter_java', |
1462 ], | 1463 ], |
1463 'variables': { | 1464 'variables': { |
1464 'java_in_dir': '../base/test/android/javatests', | 1465 'java_in_dir': '../base/test/android/javatests', |
1465 }, | 1466 }, |
1466 'includes': [ '../build/java.gypi' ], | 1467 'includes': [ '../build/java.gypi' ], |
1467 }, | 1468 }, |
1468 { | 1469 { |
1469 # GN: //base:base_javatests | 1470 # GN: //base:base_javatests |
1470 'target_name': 'base_javatests', | 1471 'target_name': 'base_javatests', |
1471 'type': 'none', | 1472 'type': 'none', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1580 'dependencies': [ | 1581 'dependencies': [ |
1581 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1582 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1582 ], | 1583 ], |
1583 }], | 1584 }], |
1584 ], | 1585 ], |
1585 }, | 1586 }, |
1586 ], | 1587 ], |
1587 }], | 1588 }], |
1588 ], | 1589 ], |
1589 } | 1590 } |
OLD | NEW |