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

Side by Side Diff: base/base.gyp

Issue 1278573002: [Android] Add gyp support for multidex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yfriedman comments 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 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 'variables': { 1447 'variables': {
1448 'java_in_dir': '../base/android/java', 1448 'java_in_dir': '../base/android/java',
1449 'jar_excluded_classes': [ '*/NativeLibraries.class' ], 1449 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
1450 }, 1450 },
1451 'dependencies': [ 1451 'dependencies': [
1452 'base_java_application_state', 1452 'base_java_application_state',
1453 'base_java_library_load_from_apk_status_codes', 1453 'base_java_library_load_from_apk_status_codes',
1454 'base_java_library_process_type', 1454 'base_java_library_process_type',
1455 'base_java_memory_pressure_level', 1455 'base_java_memory_pressure_level',
1456 'base_native_libraries_gen', 1456 'base_native_libraries_gen',
1457 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib',
1457 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1458 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1458 ], 1459 ],
1459 'includes': [ '../build/java.gypi' ], 1460 'includes': [ '../build/java.gypi' ],
1460 }, 1461 },
1461 { 1462 {
1462 # GN: //base:base_java_unittest_support 1463 # GN: //base:base_java_unittest_support
1463 'target_name': 'base_java_unittest_support', 1464 'target_name': 'base_java_unittest_support',
1464 'type': 'none', 1465 'type': 'none',
1465 'dependencies': [ 1466 'dependencies': [
1466 'base_java', 1467 'base_java',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 '../build/isolate.gypi', 1637 '../build/isolate.gypi',
1637 ], 1638 ],
1638 'sources': [ 1639 'sources': [
1639 'base_unittests.isolate', 1640 'base_unittests.isolate',
1640 ], 1641 ],
1641 }, 1642 },
1642 ], 1643 ],
1643 }], 1644 }],
1644 ], 1645 ],
1645 } 1646 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698