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