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

Side by Side Diff: base/base.gypi

Issue 9699018: Build Java everywhere for Android builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/all_android.gyp » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 ['exclude', '^sys_string_conversions_linux\\.cc$'], 657 ['exclude', '^sys_string_conversions_linux\\.cc$'],
658 ['exclude', '^worker_pool_linux\\.cc$'], 658 ['exclude', '^worker_pool_linux\\.cc$'],
659 ], 659 ],
660 }], 660 }],
661 ], 661 ],
662 }], 662 }],
663 [ 'OS == "android" and _toolset == "target"', { 663 [ 'OS == "android" and _toolset == "target"', {
664 'dependencies': [ 664 'dependencies': [
665 'symbolize', 665 'symbolize',
666 '../third_party/ashmem/ashmem.gyp:ashmem', 666 '../third_party/ashmem/ashmem.gyp:ashmem',
667 'android/java/java.gyp:base_java',
667 'base_jni_headers', 668 'base_jni_headers',
668 ], 669 ],
669 'include_dirs': [ 670 'include_dirs': [
670 '<(SHARED_INTERMEDIATE_DIR)/base', 671 '<(SHARED_INTERMEDIATE_DIR)/base',
671 ], 672 ],
672 'link_settings': { 673 'link_settings': {
673 'libraries': [ 674 'libraries': [
674 '-llog', 675 '-llog',
675 ], 676 ],
676 }, 677 },
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 'third_party/xdg_mime/xdgmimemagic.c', 903 'third_party/xdg_mime/xdgmimemagic.c',
903 'third_party/xdg_mime/xdgmimemagic.h', 904 'third_party/xdg_mime/xdgmimemagic.h',
904 'third_party/xdg_mime/xdgmimeparent.c', 905 'third_party/xdg_mime/xdgmimeparent.c',
905 'third_party/xdg_mime/xdgmimeparent.h', 906 'third_party/xdg_mime/xdgmimeparent.h',
906 ], 907 ],
907 }, 908 },
908 ], 909 ],
909 }], 910 }],
910 ], 911 ],
911 } 912 }
OLDNEW
« no previous file with comments | « no previous file | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698