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

Side by Side Diff: base/base.gyp

Issue 654383002: GN: Enable loading libraries from apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stack-debug
Patch Set: Created 6 years, 2 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 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 'dependencies': [ 1399 'dependencies': [
1400 'base_java', 1400 'base_java',
1401 'base_java_test_support', 1401 'base_java_test_support',
1402 ], 1402 ],
1403 'variables': { 1403 'variables': {
1404 'java_in_dir': '../base/android/javatests', 1404 'java_in_dir': '../base/android/javatests',
1405 }, 1405 },
1406 'includes': [ '../build/java.gypi' ], 1406 'includes': [ '../build/java.gypi' ],
1407 }, 1407 },
1408 { 1408 {
1409 # GN: //base/android/chromium_android_linker 1409 # GN: //base/android/linker:chromium_android_linker
1410 'target_name': 'chromium_android_linker', 1410 'target_name': 'chromium_android_linker',
1411 'type': 'shared_library', 1411 'type': 'shared_library',
1412 'conditions': [ 1412 'conditions': [
1413 # Avoid breaking the webview build because it 1413 # Avoid breaking the webview build because it
1414 # does not have <(android_ndk_root)/crazy_linker.gyp. 1414 # does not have <(android_ndk_root)/crazy_linker.gyp.
1415 # Note that webview never uses the linker anyway. 1415 # Note that webview never uses the linker anyway.
1416 ['android_webview_build == 0', { 1416 ['android_webview_build == 0', {
1417 'sources': [ 1417 'sources': [
1418 'android/linker/linker_jni.cc', 1418 'android/linker/linker_jni.cc',
1419 ], 1419 ],
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 'dependencies': [ 1492 'dependencies': [
1493 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1493 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1494 ], 1494 ],
1495 }], 1495 }],
1496 ], 1496 ],
1497 }, 1497 },
1498 ], 1498 ],
1499 }], 1499 }],
1500 ], 1500 ],
1501 } 1501 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698