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

Side by Side Diff: build/common.gypi

Issue 13962003: [Android] Use the build-generated list of libraries for gtest APKs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « build/apk_test.gypi ('k') | content/public/android/java/templates/NativeLibraries.template » ('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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 1240
1241 # Sessions are store separately in the Java side. 1241 # Sessions are store separately in the Java side.
1242 'enable_session_service%': 0, 1242 'enable_session_service%': 0,
1243 1243
1244 # Set to 1 once we have a notification system for Android. 1244 # Set to 1 once we have a notification system for Android.
1245 # http://crbug.com/115320 1245 # http://crbug.com/115320
1246 'notifications%': 0, 1246 'notifications%': 0,
1247 1247
1248 'p2p_apis%' : 0, 1248 'p2p_apis%' : 0,
1249 1249
1250 # TODO(jrg): when 'gtest_target_type'=='shared_library' and
1251 # OS==android, make all gtest_targets depend on
1252 # testing/android/native_test.gyp:native_test_apk.
1253 'gtest_target_type%': 'shared_library', 1250 'gtest_target_type%': 'shared_library',
1254 1251
1255 # Uses system APIs for decoding audio and video. 1252 # Uses system APIs for decoding audio and video.
1256 'use_libffmpeg%': '0', 1253 'use_libffmpeg%': '0',
1257 1254
1258 # Always use the chromium skia. 1255 # Always use the chromium skia.
1259 'use_system_skia%': '0', 1256 'use_system_skia%': '0',
1260 1257
1261 # When building as part of the Android system, use system libraries 1258 # When building as part of the Android system, use system libraries
1262 # where possible to reduce ROM size. 1259 # where possible to reduce ROM size.
(...skipping 2959 matching lines...) Expand 10 before | Expand all | Expand 10 after
4222 # settings in target dicts. SYMROOT is a special case, because many other 4219 # settings in target dicts. SYMROOT is a special case, because many other
4223 # Xcode variables depend on it, including variables such as 4220 # Xcode variables depend on it, including variables such as
4224 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4221 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4225 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4222 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4226 # files to appear (when present) in the UI as actual files and not red 4223 # files to appear (when present) in the UI as actual files and not red
4227 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4224 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4228 # and therefore SYMROOT, needs to be set at the project level. 4225 # and therefore SYMROOT, needs to be set at the project level.
4229 'SYMROOT': '<(DEPTH)/xcodebuild', 4226 'SYMROOT': '<(DEPTH)/xcodebuild',
4230 }, 4227 },
4231 } 4228 }
OLDNEW
« no previous file with comments | « build/apk_test.gypi ('k') | content/public/android/java/templates/NativeLibraries.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698