OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 25 matching lines...) Expand all Loading... |
36 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
37 '../sync/sync.gyp:sync', | 37 '../sync/sync.gyp:sync', |
38 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 38 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
40 '../third_party/icu/icu.gyp:icui18n', | 40 '../third_party/icu/icu.gyp:icui18n', |
41 '../third_party/icu/icu.gyp:icuuc', | 41 '../third_party/icu/icu.gyp:icuuc', |
42 '../third_party/libusb/libusb.gyp:libusb', | 42 '../third_party/libusb/libusb.gyp:libusb', |
43 '../third_party/libxml/libxml.gyp:libxml', | 43 '../third_party/libxml/libxml.gyp:libxml', |
44 '../third_party/zlib/zlib.gyp:zlib', | 44 '../third_party/zlib/zlib.gyp:zlib', |
45 '../ui/base/strings/ui_strings.gyp:ui_strings', | 45 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 46 '../ui/gfx/gfx.gyp:gfx', |
46 '../ui/message_center/message_center.gyp:message_center', | 47 '../ui/message_center/message_center.gyp:message_center', |
47 '../ui/native_theme/native_theme.gyp:native_theme', | 48 '../ui/native_theme/native_theme.gyp:native_theme', |
48 '../ui/snapshot/snapshot.gyp:snapshot', | 49 '../ui/snapshot/snapshot.gyp:snapshot', |
49 '../ui/ui.gyp:ui', | 50 '../ui/ui.gyp:ui', |
50 '../ui/ui.gyp:ui_resources', | 51 '../ui/ui.gyp:ui_resources', |
51 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 52 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
52 ], | 53 ], |
53 'include_dirs': [ | 54 'include_dirs': [ |
54 '..', | 55 '..', |
55 '<(INTERMEDIATE_DIR)', | 56 '<(INTERMEDIATE_DIR)', |
(...skipping 3172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3228 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3229 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3229 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3230 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3230 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3231 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3231 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3232 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3232 ], | 3233 ], |
3233 }], | 3234 }], |
3234 ], | 3235 ], |
3235 }, | 3236 }, |
3236 ], | 3237 ], |
3237 } | 3238 } |
OLD | NEW |