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 'ui_unittests.gypi', | 12 'ui_unittests.gypi', |
13 ], | 13 ], |
14 'targets': [ | 14 'targets': [ |
15 { | 15 { |
16 'target_name': 'ui', | 16 'target_name': 'ui', |
17 'type': '<(component)', | 17 'type': '<(component)', |
18 'dependencies': [ | 18 'dependencies': [ |
19 '../base/base.gyp:base', | 19 '../base/base.gyp:base', |
20 '../base/base.gyp:base_i18n', | 20 '../base/base.gyp:base_i18n', |
21 '../base/base.gyp:base_static', | 21 '../base/base.gyp:base_static', |
22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
23 '../build/temp_gyp/googleurl.gyp:googleurl', | |
24 '../net/net.gyp:net', | 23 '../net/net.gyp:net', |
25 '../skia/skia.gyp:skia', | 24 '../skia/skia.gyp:skia', |
26 '../third_party/icu/icu.gyp:icui18n', | 25 '../third_party/icu/icu.gyp:icui18n', |
27 '../third_party/icu/icu.gyp:icuuc', | 26 '../third_party/icu/icu.gyp:icuuc', |
28 '../third_party/libpng/libpng.gyp:libpng', | 27 '../third_party/libpng/libpng.gyp:libpng', |
29 '../third_party/zlib/zlib.gyp:zlib', | 28 '../third_party/zlib/zlib.gyp:zlib', |
| 29 '../url/url.gyp:url_lib', |
30 'base/strings/ui_strings.gyp:ui_strings', | 30 'base/strings/ui_strings.gyp:ui_strings', |
31 'ui_resources', | 31 'ui_resources', |
32 ], | 32 ], |
33 'defines': [ | 33 'defines': [ |
34 'UI_IMPLEMENTATION', | 34 'UI_IMPLEMENTATION', |
35 ], | 35 ], |
36 # Export these dependencies since text_elider.h includes ICU headers. | 36 # Export these dependencies since text_elider.h includes ICU headers. |
37 'export_dependent_settings': [ | 37 'export_dependent_settings': [ |
38 '../net/net.gyp:net', | 38 '../net/net.gyp:net', |
39 '../third_party/icu/icu.gyp:icui18n', | 39 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1001 'xcode_settings': { | 1001 'xcode_settings': { |
1002 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1002 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
1003 }, | 1003 }, |
1004 }], | 1004 }], |
1005 ], | 1005 ], |
1006 }, | 1006 }, |
1007 ], | 1007 ], |
1008 }], | 1008 }], |
1009 ], | 1009 ], |
1010 } | 1010 } |
OLD | NEW |