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

Side by Side Diff: build/common.gypi

Issue 99473012: Enable icu_use_data_file on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: load icudtl.dat in DIR_MODULE instead of DIR_EXE on WIndows Created 6 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/i18n/icu_util.cc ('k') | chrome/installer/mini_installer.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 # 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 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
1280 }, { 1280 }, {
1281 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.0', 1281 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.0',
1282 }], 1282 }],
1283 ['OS=="win" and "<!(python <(DEPTH)/build/dir_exists.py <(directx_sdk_defa ult_path))"=="True"', { 1283 ['OS=="win" and "<!(python <(DEPTH)/build/dir_exists.py <(directx_sdk_defa ult_path))"=="True"', {
1284 'directx_sdk_path%': '<(directx_sdk_default_path)', 1284 'directx_sdk_path%': '<(directx_sdk_default_path)',
1285 }, { 1285 }, {
1286 'directx_sdk_path%': '$(DXSDK_DIR)', 1286 'directx_sdk_path%': '$(DXSDK_DIR)',
1287 }], 1287 }],
1288 ['OS=="win"', { 1288 ['OS=="win"', {
1289 'windows_driver_kit_path%': '$(WDK_DIR)', 1289 'windows_driver_kit_path%': '$(WDK_DIR)',
1290 'icu_use_data_file_flag%': 1,
1290 }], 1291 }],
1291 ['os_posix==1 and OS!="mac" and OS!="ios"', { 1292 ['os_posix==1 and OS!="mac" and OS!="ios"', {
1292 'conditions': [ 1293 'conditions': [
1293 ['target_arch=="mipsel"', { 1294 ['target_arch=="mipsel"', {
1294 'werror%': '', 1295 'werror%': '',
1295 'disable_nacl%': 1, 1296 'disable_nacl%': 1,
1296 'nacl_untrusted_build%': 0, 1297 'nacl_untrusted_build%': 0,
1297 'linux_use_tcmalloc%': 0, 1298 'linux_use_tcmalloc%': 0,
1298 }], 1299 }],
1299 ['OS=="linux" and target_arch=="mipsel"', { 1300 ['OS=="linux" and target_arch=="mipsel"', {
(...skipping 3530 matching lines...) Expand 10 before | Expand all | Expand 10 after
4830 # settings in target dicts. SYMROOT is a special case, because many other 4831 # settings in target dicts. SYMROOT is a special case, because many other
4831 # Xcode variables depend on it, including variables such as 4832 # Xcode variables depend on it, including variables such as
4832 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4833 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4833 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4834 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4834 # files to appear (when present) in the UI as actual files and not red 4835 # files to appear (when present) in the UI as actual files and not red
4835 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4836 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4836 # and therefore SYMROOT, needs to be set at the project level. 4837 # and therefore SYMROOT, needs to be set at the project level.
4837 'SYMROOT': '<(DEPTH)/xcodebuild', 4838 'SYMROOT': '<(DEPTH)/xcodebuild',
4838 }, 4839 },
4839 } 4840 }
OLDNEW
« no previous file with comments | « base/i18n/icu_util.cc ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698