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

Side by Side Diff: base/base.gypi

Issue 10081035: Add templates for building java and running the jni_generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make base targets only defined for androd Created 8 years, 8 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 | « base/base.gyp ('k') | build/java.gypi » ('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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 ['exclude', '^sys_string_conversions_linux\\.cc$'], 672 ['exclude', '^sys_string_conversions_linux\\.cc$'],
673 ['exclude', '^worker_pool_linux\\.cc$'], 673 ['exclude', '^worker_pool_linux\\.cc$'],
674 ], 674 ],
675 }], 675 }],
676 ], 676 ],
677 }], 677 }],
678 [ 'OS == "android" and _toolset == "target"', { 678 [ 'OS == "android" and _toolset == "target"', {
679 'dependencies': [ 679 'dependencies': [
680 'symbolize', 680 'symbolize',
681 '../third_party/ashmem/ashmem.gyp:ashmem', 681 '../third_party/ashmem/ashmem.gyp:ashmem',
682 'android/java/java.gyp:base_java', 682 'base_java',
683 'base_jni_headers', 683 'base_jni_headers',
684 ], 684 ],
685 'include_dirs': [ 685 'include_dirs': [
686 '<(SHARED_INTERMEDIATE_DIR)/base', 686 '<(SHARED_INTERMEDIATE_DIR)/base',
687 ], 687 ],
688 'link_settings': { 688 'link_settings': {
689 'libraries': [ 689 'libraries': [
690 '-llog', 690 '-llog',
691 ], 691 ],
692 }, 692 },
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'third_party/xdg_mime/xdgmimemagic.c', 917 'third_party/xdg_mime/xdgmimemagic.c',
918 'third_party/xdg_mime/xdgmimemagic.h', 918 'third_party/xdg_mime/xdgmimemagic.h',
919 'third_party/xdg_mime/xdgmimeparent.c', 919 'third_party/xdg_mime/xdgmimeparent.c',
920 'third_party/xdg_mime/xdgmimeparent.h', 920 'third_party/xdg_mime/xdgmimeparent.h',
921 ], 921 ],
922 }, 922 },
923 ], 923 ],
924 }], 924 }],
925 ], 925 ],
926 } 926 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698