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

Side by Side Diff: build/common.gypi

Issue 294793003: Add the pdf plugin's source in src\pdf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: review comments Created 6 years, 7 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
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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 'disable_fatal_linker_warnings%': 0, 1268 'disable_fatal_linker_warnings%': 0,
1269 1269
1270 'release_valgrind_build%': 0, 1270 'release_valgrind_build%': 0,
1271 1271
1272 # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600 1272 # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600
1273 'enable_wexit_time_destructors%': 0, 1273 'enable_wexit_time_destructors%': 0,
1274 1274
1275 # Build libpeerconnection as a static library by default. 1275 # Build libpeerconnection as a static library by default.
1276 'libpeer_target_type%': 'static_library', 1276 'libpeer_target_type%': 'static_library',
1277 1277
1278 # Set to 1 to compile with the built in pdf viewer.
1279 'internal_pdf%': 0,
1280
1281 # Set to 1 to compile with the OpenGL ES 2.0 conformance tests. 1278 # Set to 1 to compile with the OpenGL ES 2.0 conformance tests.
1282 'internal_gles2_conform_tests%': 0, 1279 'internal_gles2_conform_tests%': 0,
1283 1280
1284 # Set to 1 to compile the filter fuzzer. 1281 # Set to 1 to compile the filter fuzzer.
1285 'internal_filter_fuzzer%': 0, 1282 'internal_filter_fuzzer%': 0,
1286 1283
1287 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' 1284 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_'
1288 # so Cocoa is happy (http://crbug.com/20441). 1285 # so Cocoa is happy (http://crbug.com/20441).
1289 'locales': [ 1286 'locales': [
1290 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 1287 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
(...skipping 4038 matching lines...) Expand 10 before | Expand all | Expand 10 after
5329 # settings in target dicts. SYMROOT is a special case, because many other 5326 # settings in target dicts. SYMROOT is a special case, because many other
5330 # Xcode variables depend on it, including variables such as 5327 # Xcode variables depend on it, including variables such as
5331 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5328 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5332 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5329 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5333 # files to appear (when present) in the UI as actual files and not red 5330 # files to appear (when present) in the UI as actual files and not red
5334 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5331 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5335 # and therefore SYMROOT, needs to be set at the project level. 5332 # and therefore SYMROOT, needs to be set at the project level.
5336 'SYMROOT': '<(DEPTH)/xcodebuild', 5333 'SYMROOT': '<(DEPTH)/xcodebuild',
5337 }, 5334 },
5338 } 5335 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_dll.gypi » ('j') | pdf/chunk_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698