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

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: minor cleanup 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 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 'variables': { 1436 'variables': {
1437 'java_in_dir': '../base/android/java', 1437 'java_in_dir': '../base/android/java',
1438 'jar_excluded_classes': [ '*/NativeLibraries.class' ], 1438 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
1439 }, 1439 },
1440 'dependencies': [ 1440 'dependencies': [
1441 'base_java_application_state', 1441 'base_java_application_state',
1442 'base_java_library_load_from_apk_status_codes', 1442 'base_java_library_load_from_apk_status_codes',
1443 'base_java_library_process_type', 1443 'base_java_library_process_type',
1444 'base_java_memory_pressure_level', 1444 'base_java_memory_pressure_level',
1445 'base_native_libraries_gen', 1445 'base_native_libraries_gen',
1446 '../third_party/android_tools/android_tools.gyp:android_support_mult idex_javalib',
1446 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib', 1447 '../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
1447 ], 1448 ],
1448 'includes': [ '../build/java.gypi' ], 1449 'includes': [ '../build/java.gypi' ],
1449 }, 1450 },
1450 { 1451 {
1451 # GN: //base:base_java_unittest_support 1452 # GN: //base:base_java_unittest_support
1452 'target_name': 'base_java_unittest_support', 1453 'target_name': 'base_java_unittest_support',
1453 'type': 'none', 1454 'type': 'none',
1454 'dependencies': [ 1455 'dependencies': [
1455 'base_java', 1456 'base_java',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 '../build/isolate.gypi', 1626 '../build/isolate.gypi',
1626 ], 1627 ],
1627 'sources': [ 1628 'sources': [
1628 'base_unittests.isolate', 1629 'base_unittests.isolate',
1629 ], 1630 ],
1630 }, 1631 },
1631 ], 1632 ],
1632 }], 1633 }],
1633 ], 1634 ],
1634 } 1635 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698