Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: base/base.gyp

Issue 456493002: Add native libraries to gn apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/android/java/templates/native_libraries_version.h ('k') | build/android/gyp/copy_ex.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « base/android/java/templates/native_libraries_version.h ('k') | build/android/gyp/copy_ex.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698