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

Side by Side Diff: base/base.gyp

Issue 1291793007: GN(android): Add scripts & runtime logic for installing _managed apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-managed-install
Patch Set: fix compile Created 5 years, 3 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
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 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1434 'variables': { 1434 'variables': {
1435 'source_file': 'android/library_loader/library_loader_hooks.h', 1435 'source_file': 'android/library_loader/library_loader_hooks.h',
1436 }, 1436 },
1437 'includes': [ '../build/android/java_cpp_enum.gypi' ], 1437 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1438 }, 1438 },
1439 { 1439 {
1440 # GN: //base:base_java 1440 # GN: //base:base_java
1441 'target_name': 'base_java', 1441 'target_name': 'base_java',
1442 'type': 'none', 1442 'type': 'none',
1443 'variables': { 1443 'variables': {
1444 'java_in_dir': '../base/android/java', 1444 'java_in_dir': 'android/java',
1445 'jar_excluded_classes': [ '*/NativeLibraries.class' ], 1445 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
1446 # TODO(agrieve): Implement new incremental install for GYP.
1447 'additional_src_dirs': [ 'android/java/release_src' ],
1446 }, 1448 },
1447 'dependencies': [ 1449 'dependencies': [
1448 'base_java_application_state', 1450 'base_java_application_state',
1449 'base_java_library_load_from_apk_status_codes', 1451 'base_java_library_load_from_apk_status_codes',
1450 'base_java_library_process_type', 1452 'base_java_library_process_type',
1451 'base_java_memory_pressure_level', 1453 'base_java_memory_pressure_level',
1452 'base_native_libraries_gen', 1454 'base_native_libraries_gen',
1453 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib', 1455 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib',
1454 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1456 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1455 ], 1457 ],
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 '../build/isolate.gypi', 1659 '../build/isolate.gypi',
1658 ], 1660 ],
1659 'sources': [ 1661 'sources': [
1660 'base_unittests.isolate', 1662 'base_unittests.isolate',
1661 ], 1663 ],
1662 }, 1664 },
1663 ], 1665 ],
1664 }], 1666 }],
1665 ], 1667 ],
1666 } 1668 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698