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

Side by Side Diff: base/base.gyp

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Merge to lkgr. Created 9 years, 3 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
« no previous file with comments | « DEPS ('k') | build/precompile.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'base.gypi', 11 'base.gypi',
11 ], 12 ],
12 'targets': [ 13 'targets': [
13 { 14 {
14 'target_name': 'base_i18n', 15 'target_name': 'base_i18n',
15 'type': '<(component)', 16 'type': '<(component)',
16 'dependencies': [ 17 'dependencies': [
17 'base', 18 'base',
18 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 19 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
19 '../third_party/icu/icu.gyp:icui18n', 20 '../third_party/icu/icu.gyp:icui18n',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'msvs_settings': { 401 'msvs_settings': {
401 'VCLinkerTool': { 402 'VCLinkerTool': {
402 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 403 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
403 }, 404 },
404 }, 405 },
405 }, 406 },
406 ], 407 ],
407 }], 408 }],
408 ], 409 ],
409 } 410 }
OLDNEW
« no previous file with comments | « DEPS ('k') | build/precompile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698