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

Side by Side Diff: base/base.gyp

Issue 1451483002: [Android] Add gn support for multidex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +comment in ChromiumMultiDex.template Created 5 years, 1 month 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
« no previous file with comments | « base/android/java/templates/ChromiumMultiDex.template ('k') | build/android/gyp/apkbuilder.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1463 # GN: //base:base_multidex_gen 1463 # GN: //base:base_multidex_gen
1464 'target_name': 'base_multidex_gen', 1464 'target_name': 'base_multidex_gen',
1465 'type': 'none', 1465 'type': 'none',
1466 'sources': [ 1466 'sources': [
1467 'android/java/templates/ChromiumMultiDex.template', 1467 'android/java/templates/ChromiumMultiDex.template',
1468 ], 1468 ],
1469 'variables': { 1469 'variables': {
1470 'package_name': 'org/chromium/base/multidex', 1470 'package_name': 'org/chromium/base/multidex',
1471 'template_deps': [], 1471 'template_deps': [],
1472 'additional_gcc_preprocess_options': [ 1472 'additional_gcc_preprocess_options': [
1473 '--defines', 'CONFIGURATION_NAME_<(CONFIGURATION_NAME)', 1473 '--defines', 'MULTIDEX_CONFIGURATION_<(CONFIGURATION_NAME)',
1474 ], 1474 ],
1475 }, 1475 },
1476 'includes': ['../build/android/java_cpp_template.gypi'], 1476 'includes': ['../build/android/java_cpp_template.gypi'],
1477 }, 1477 },
1478 { 1478 {
1479 # GN: //base:base_android_java_enums_srcjar 1479 # GN: //base:base_android_java_enums_srcjar
1480 'target_name': 'base_java_library_process_type', 1480 'target_name': 'base_java_library_process_type',
1481 'type': 'none', 1481 'type': 'none',
1482 'variables': { 1482 'variables': {
1483 'source_file': 'android/library_loader/library_loader_hooks.h', 1483 'source_file': 'android/library_loader/library_loader_hooks.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 '../build/isolate.gypi', 1715 '../build/isolate.gypi',
1716 ], 1716 ],
1717 'sources': [ 1717 'sources': [
1718 'base_unittests.isolate', 1718 'base_unittests.isolate',
1719 ], 1719 ],
1720 }, 1720 },
1721 ], 1721 ],
1722 }], 1722 }],
1723 ], 1723 ],
1724 } 1724 }
OLDNEW
« no previous file with comments | « base/android/java/templates/ChromiumMultiDex.template ('k') | build/android/gyp/apkbuilder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698