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

Side by Side Diff: base/base.gyp

Issue 12026020: Merge 175820 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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/android/java/src/org/chromium/base/CpuFeatures.java ('k') | base/base.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 '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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'libraries': [ 134 'libraries': [
135 '-llog', 135 '-llog',
136 ], 136 ],
137 }, 137 },
138 'defines': [ 138 'defines': [
139 'USE_SYMBOLIZE', 139 'USE_SYMBOLIZE',
140 ], 140 ],
141 'sources!': [ 141 'sources!': [
142 'debug/stack_trace_posix.cc', 142 'debug/stack_trace_posix.cc',
143 ], 143 ],
144 'includes': [
145 '../build/android/cpufeatures.gypi',
146 ],
144 }], 147 }],
145 ['OS == "android" and _toolset == "target" and android_build_type == 0', { 148 ['OS == "android" and _toolset == "target" and android_build_type == 0', {
146 'dependencies': [ 149 'dependencies': [
147 'base_java', 150 'base_java',
148 ], 151 ],
149 }], 152 }],
150 ['os_bsd==1', { 153 ['os_bsd==1', {
151 'include_dirs': [ 154 'include_dirs': [
152 '/usr/local/include', 155 '/usr/local/include',
153 ], 156 ],
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 }, 1014 },
1012 ], 1015 ],
1013 }], 1016 }],
1014 ['OS == "android"', { 1017 ['OS == "android"', {
1015 'targets': [ 1018 'targets': [
1016 { 1019 {
1017 'target_name': 'base_jni_headers', 1020 'target_name': 'base_jni_headers',
1018 'type': 'none', 1021 'type': 'none',
1019 'sources': [ 1022 'sources': [
1020 'android/java/src/org/chromium/base/BuildInfo.java', 1023 'android/java/src/org/chromium/base/BuildInfo.java',
1024 'android/java/src/org/chromium/base/CpuFeatures.java',
1021 'android/java/src/org/chromium/base/LocaleUtils.java', 1025 'android/java/src/org/chromium/base/LocaleUtils.java',
1022 'android/java/src/org/chromium/base/PathService.java', 1026 'android/java/src/org/chromium/base/PathService.java',
1023 'android/java/src/org/chromium/base/PathUtils.java', 1027 'android/java/src/org/chromium/base/PathUtils.java',
1024 'android/java/src/org/chromium/base/SystemMessageHandler.java', 1028 'android/java/src/org/chromium/base/SystemMessageHandler.java',
1025 'android/java/src/org/chromium/base/SystemMonitor.java', 1029 'android/java/src/org/chromium/base/SystemMonitor.java',
1026 ], 1030 ],
1027 'variables': { 1031 'variables': {
1028 'jni_gen_dir': 'base', 1032 'jni_gen_dir': 'base',
1029 }, 1033 },
1030 'includes': [ '../build/jni_generator.gypi' ], 1034 'includes': [ '../build/jni_generator.gypi' ],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'base_unittests.isolate', 1108 'base_unittests.isolate',
1105 ], 1109 ],
1106 'sources': [ 1110 'sources': [
1107 'base_unittests.isolate', 1111 'base_unittests.isolate',
1108 ], 1112 ],
1109 }, 1113 },
1110 ], 1114 ],
1111 }], 1115 }],
1112 ], 1116 ],
1113 } 1117 }
OLDNEW
« no previous file with comments | « base/android/java/src/org/chromium/base/CpuFeatures.java ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698