OLD | NEW |
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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
11 'ui_resources.gypi', | 11 'ui_resources.gypi', |
12 ], | 12 ], |
13 'targets': [ | 13 'targets': [ |
14 { | 14 { |
15 'target_name': 'ui', | 15 'target_name': 'ui', |
16 'type': '<(component)', | 16 'type': '<(component)', |
17 'dependencies': [ | 17 'dependencies': [ |
18 '../base/base.gyp:base', | 18 '../base/base.gyp:base', |
19 '../base/base.gyp:base_i18n', | 19 '../base/base.gyp:base_i18n', |
20 '../base/base.gyp:base_static', | 20 '../base/base.gyp:base_static', |
21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 21 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
22 '../build/temp_gyp/googleurl.gyp:googleurl', | |
23 '../net/net.gyp:net', | 22 '../net/net.gyp:net', |
24 '../skia/skia.gyp:skia', | 23 '../skia/skia.gyp:skia', |
25 '../third_party/icu/icu.gyp:icui18n', | 24 '../third_party/icu/icu.gyp:icui18n', |
26 '../third_party/icu/icu.gyp:icuuc', | 25 '../third_party/icu/icu.gyp:icuuc', |
27 '../third_party/libpng/libpng.gyp:libpng', | 26 '../third_party/libpng/libpng.gyp:libpng', |
28 '../third_party/zlib/zlib.gyp:zlib', | 27 '../third_party/zlib/zlib.gyp:zlib', |
| 28 '../url/url.gyp:url', |
29 'base/strings/ui_strings.gyp:ui_strings', | 29 'base/strings/ui_strings.gyp:ui_strings', |
30 'ui_resources', | 30 'ui_resources', |
31 ], | 31 ], |
32 'defines': [ | 32 'defines': [ |
33 'UI_IMPLEMENTATION', | 33 'UI_IMPLEMENTATION', |
34 ], | 34 ], |
35 # Export these dependencies since text_elider.h includes ICU headers. | 35 # Export these dependencies since text_elider.h includes ICU headers. |
36 'export_dependent_settings': [ | 36 'export_dependent_settings': [ |
37 '../net/net.gyp:net', | 37 '../net/net.gyp:net', |
38 '../third_party/icu/icu.gyp:icui18n', | 38 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
971 'xcode_settings': { | 971 'xcode_settings': { |
972 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 972 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
973 }, | 973 }, |
974 }], | 974 }], |
975 ], | 975 ], |
976 }, | 976 }, |
977 ], | 977 ], |
978 }], | 978 }], |
979 ], | 979 ], |
980 } | 980 } |
OLD | NEW |