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 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1374 'target_name': 'base_java_application_state', | 1374 'target_name': 'base_java_application_state', |
1375 'type': 'none', | 1375 'type': 'none', |
1376 'variables': { | 1376 'variables': { |
1377 'source_file': 'android/application_status_listener.h', | 1377 'source_file': 'android/application_status_listener.h', |
1378 }, | 1378 }, |
1379 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1379 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
1380 }, | 1380 }, |
1381 { | 1381 { |
1382 # GN: //base:base_android_java_enums_srcjar | 1382 # GN: //base:base_android_java_enums_srcjar |
1383 'target_name': 'base_java_library_load_from_apk_status_codes', | 1383 'target_name': 'base_java_library_load_from_apk_status_codes', |
1384 'toolsets': ['host', 'target'], | |
1385 'type': 'none', | 1384 'type': 'none', |
1386 'variables': { | 1385 'variables': { |
1387 'source_file': 'android/library_loader/library_load_from_apk_status_
codes.h' | 1386 'source_file': 'android/library_loader/library_load_from_apk_status_
codes.h' |
1388 }, | 1387 }, |
1389 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 1388 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
1390 }, | 1389 }, |
1391 { | 1390 { |
1392 # GN: //base:base_android_java_enums_srcjar | 1391 # GN: //base:base_android_java_enums_srcjar |
1393 'target_name': 'base_java_memory_pressure_level', | 1392 'target_name': 'base_java_memory_pressure_level', |
1394 'type': 'none', | 1393 'type': 'none', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1509 'dependencies': [ | 1508 'dependencies': [ |
1510 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1509 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1511 ], | 1510 ], |
1512 }], | 1511 }], |
1513 ], | 1512 ], |
1514 }, | 1513 }, |
1515 ], | 1514 ], |
1516 }], | 1515 }], |
1517 ], | 1516 ], |
1518 } | 1517 } |
OLD | NEW |