| 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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 'includes': [ '../build/jni_generator.gypi' ], | 1310 'includes': [ '../build/jni_generator.gypi' ], |
| 1311 }, | 1311 }, |
| 1312 { | 1312 { |
| 1313 'target_name': 'base_native_libraries_gen', | 1313 'target_name': 'base_native_libraries_gen', |
| 1314 'type': 'none', | 1314 'type': 'none', |
| 1315 'sources': [ | 1315 'sources': [ |
| 1316 'android/java/templates/NativeLibraries.template', | 1316 'android/java/templates/NativeLibraries.template', |
| 1317 ], | 1317 ], |
| 1318 'variables': { | 1318 'variables': { |
| 1319 'package_name': 'org/chromium/base/library_loader', | 1319 'package_name': 'org/chromium/base/library_loader', |
| 1320 'include_path': 'android/java/templates', | 1320 'template_deps': [], |
| 1321 'template_deps': [ | |
| 1322 'android/java/templates/native_libraries_array.h' | |
| 1323 ], | |
| 1324 }, | 1321 }, |
| 1325 'includes': [ '../build/android/java_cpp_template.gypi' ], | 1322 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 1326 }, | 1323 }, |
| 1327 { | 1324 { |
| 1328 'target_name': 'base_java', | 1325 'target_name': 'base_java', |
| 1329 'type': 'none', | 1326 'type': 'none', |
| 1330 'variables': { | 1327 'variables': { |
| 1331 'java_in_dir': '../base/android/java', | 1328 'java_in_dir': '../base/android/java', |
| 1332 'jar_excluded_classes': [ '*/NativeLibraries.class' ], | 1329 'jar_excluded_classes': [ '*/NativeLibraries.class' ], |
| 1333 }, | 1330 }, |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1501 'dependencies': [ | 1498 'dependencies': [ |
| 1502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1499 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1503 ], | 1500 ], |
| 1504 }], | 1501 }], |
| 1505 ], | 1502 ], |
| 1506 }, | 1503 }, |
| 1507 ], | 1504 ], |
| 1508 }], | 1505 }], |
| 1509 ], | 1506 ], |
| 1510 } | 1507 } |
| OLD | NEW |