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 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1487 'source_file': 'memory/memory_pressure_listener.h', | 1487 'source_file': 'memory/memory_pressure_listener.h', |
1488 }, | 1488 }, |
1489 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1489 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
1490 }, | 1490 }, |
1491 { | 1491 { |
1492 # GN: //base:base_java_test_support | 1492 # GN: //base:base_java_test_support |
1493 'target_name': 'base_java_test_support', | 1493 'target_name': 'base_java_test_support', |
1494 'type': 'none', | 1494 'type': 'none', |
1495 'dependencies': [ | 1495 'dependencies': [ |
1496 'base_java', | 1496 'base_java', |
1497 '../testing/android/on_device_instrumentation.gyp:reporter_java', | |
1498 ], | 1497 ], |
1499 'variables': { | 1498 'variables': { |
1500 'java_in_dir': '../base/test/android/javatests', | 1499 'java_in_dir': '../base/test/android/javatests', |
1501 }, | 1500 }, |
1502 'includes': [ '../build/java.gypi' ], | 1501 'includes': [ '../build/java.gypi' ], |
1503 }, | 1502 }, |
1504 { | 1503 { |
1505 # GN: //base:base_javatests | 1504 # GN: //base:base_javatests |
1506 'target_name': 'base_javatests', | 1505 'target_name': 'base_javatests', |
1507 'type': 'none', | 1506 'type': 'none', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1616 'dependencies': [ | 1615 'dependencies': [ |
1617 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1616 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1618 ], | 1617 ], |
1619 }], | 1618 }], |
1620 ], | 1619 ], |
1621 }, | 1620 }, |
1622 ], | 1621 ], |
1623 }], | 1622 }], |
1624 ], | 1623 ], |
1625 } | 1624 } |
OLD | NEW |