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

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: javadoc & faster managed_install.py when --device specified Created 5 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
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 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 'variables': { 1427 'variables': {
1428 'source_file': 'android/library_loader/library_loader_hooks.h', 1428 'source_file': 'android/library_loader/library_loader_hooks.h',
1429 }, 1429 },
1430 'includes': [ '../build/android/java_cpp_enum.gypi' ], 1430 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1431 }, 1431 },
1432 { 1432 {
1433 # GN: //base:base_java 1433 # GN: //base:base_java
1434 'target_name': 'base_java', 1434 'target_name': 'base_java',
1435 'type': 'none', 1435 'type': 'none',
1436 'variables': { 1436 'variables': {
1437 'java_in_dir': '../base/android/java', 1437 'java_in_dir': 'android/java',
1438 'jar_excluded_classes': [ '*/NativeLibraries.class' ], 1438 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
1439 # TODO(agrieve): Implement new managed install for GYP.
1440 'additional_src_dirs': [ 'android/java/release_src' ],
1439 }, 1441 },
1440 'dependencies': [ 1442 'dependencies': [
1441 'base_java_application_state', 1443 'base_java_application_state',
1442 'base_java_library_load_from_apk_status_codes', 1444 'base_java_library_load_from_apk_status_codes',
1443 'base_java_library_process_type', 1445 'base_java_library_process_type',
1444 'base_java_memory_pressure_level', 1446 'base_java_memory_pressure_level',
1445 'base_native_libraries_gen', 1447 'base_native_libraries_gen',
1446 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1448 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1447 ], 1449 ],
1448 'includes': [ '../build/java.gypi' ], 1450 'includes': [ '../build/java.gypi' ],
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 '../build/isolate.gypi', 1627 '../build/isolate.gypi',
1626 ], 1628 ],
1627 'sources': [ 1629 'sources': [
1628 'base_unittests.isolate', 1630 'base_unittests.isolate',
1629 ], 1631 ],
1630 }, 1632 },
1631 ], 1633 ],
1632 }], 1634 }],
1633 ], 1635 ],
1634 } 1636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698