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 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1410 }, | 1410 }, |
1411 'dependencies': [ | 1411 'dependencies': [ |
1412 'base_java_application_state', | 1412 'base_java_application_state', |
1413 'base_java_library_load_from_apk_status_codes', | 1413 'base_java_library_load_from_apk_status_codes', |
1414 'base_java_library_process_type', | 1414 'base_java_library_process_type', |
1415 'base_java_memory_pressure_level', | 1415 'base_java_memory_pressure_level', |
1416 'base_multidex_gen', | 1416 'base_multidex_gen', |
1417 'base_native_libraries_gen', | 1417 'base_native_libraries_gen', |
1418 '../third_party/android_tools/android_tools.gyp:android_support_mult
idex_javalib', | 1418 '../third_party/android_tools/android_tools.gyp:android_support_mult
idex_javalib', |
1419 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', | 1419 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', |
| 1420 '../third_party/leakcanary/leakcanary.gyp:leakcanary_java', |
1420 ], | 1421 ], |
1421 'all_dependent_settings': { | 1422 'all_dependent_settings': { |
1422 'variables': { | 1423 'variables': { |
1423 'generate_multidex_config': 1, | 1424 'generate_multidex_config': 1, |
1424 }, | 1425 }, |
1425 }, | 1426 }, |
1426 'includes': [ '../build/java.gypi' ], | 1427 'includes': [ '../build/java.gypi' ], |
1427 }, | 1428 }, |
1428 { | 1429 { |
1429 # GN: //base:base_java_unittest_support | 1430 # GN: //base:base_java_unittest_support |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1638 '../build/isolate.gypi', | 1639 '../build/isolate.gypi', |
1639 ], | 1640 ], |
1640 'sources': [ | 1641 'sources': [ |
1641 'base_unittests.isolate', | 1642 'base_unittests.isolate', |
1642 ], | 1643 ], |
1643 }, | 1644 }, |
1644 ], | 1645 ], |
1645 }], | 1646 }], |
1646 ], | 1647 ], |
1647 } | 1648 } |
OLD | NEW |