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

Side by Side Diff: base/base.gyp

Issue 1338813003: GN: Side-load dex files as well as native code in incremental installs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix pylint warnings 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 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 }, 1441 },
1442 'includes': [ '../build/android/java_cpp_enum.gypi' ], 1442 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1443 }, 1443 },
1444 { 1444 {
1445 # GN: //base:base_java 1445 # GN: //base:base_java
1446 'target_name': 'base_java', 1446 'target_name': 'base_java',
1447 'type': 'none', 1447 'type': 'none',
1448 'variables': { 1448 'variables': {
1449 'java_in_dir': 'android/java', 1449 'java_in_dir': 'android/java',
1450 'jar_excluded_classes': [ '*/NativeLibraries.class' ], 1450 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
1451 # TODO(agrieve): Implement new incremental install for GYP.
1452 'additional_src_dirs': [ 'android/java/release_src' ],
1453 }, 1451 },
1454 'dependencies': [ 1452 'dependencies': [
1455 'base_java_application_state', 1453 'base_java_application_state',
1456 'base_java_library_load_from_apk_status_codes', 1454 'base_java_library_load_from_apk_status_codes',
1457 'base_java_library_process_type', 1455 'base_java_library_process_type',
1458 'base_java_memory_pressure_level', 1456 'base_java_memory_pressure_level',
1459 'base_native_libraries_gen', 1457 'base_native_libraries_gen',
1460 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib', 1458 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib',
1461 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1459 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1462 ], 1460 ],
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 '../build/isolate.gypi', 1662 '../build/isolate.gypi',
1665 ], 1663 ],
1666 'sources': [ 1664 'sources': [
1667 'base_unittests.isolate', 1665 'base_unittests.isolate',
1668 ], 1666 ],
1669 }, 1667 },
1670 ], 1668 ],
1671 }], 1669 }],
1672 ], 1670 ],
1673 } 1671 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698