OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |