| 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', | |
| 47 '../ui/message_center/message_center.gyp:message_center', | 46 '../ui/message_center/message_center.gyp:message_center', |
| 48 '../ui/native_theme/native_theme.gyp:native_theme', | 47 '../ui/native_theme/native_theme.gyp:native_theme', |
| 49 '../ui/snapshot/snapshot.gyp:snapshot', | 48 '../ui/snapshot/snapshot.gyp:snapshot', |
| 50 '../ui/ui.gyp:ui', | 49 '../ui/ui.gyp:ui', |
| 51 '../ui/ui.gyp:ui_resources', | 50 '../ui/ui.gyp:ui_resources', |
| 52 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 51 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 53 ], | 52 ], |
| 54 'include_dirs': [ | 53 'include_dirs': [ |
| 55 '..', | 54 '..', |
| 56 '<(INTERMEDIATE_DIR)', | 55 '<(INTERMEDIATE_DIR)', |
| (...skipping 3172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3229 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3228 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3230 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3229 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3231 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3230 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3232 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3231 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3233 ], | 3232 ], |
| 3234 }], | 3233 }], |
| 3235 ], | 3234 ], |
| 3236 }, | 3235 }, |
| 3237 ], | 3236 ], |
| 3238 } | 3237 } |
| OLD | NEW |