| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 '../skia/skia.gyp:skia', | 43 '../skia/skia.gyp:skia', |
| 44 '../sync/sync.gyp:sync', | 44 '../sync/sync.gyp:sync', |
| 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 47 '../third_party/icu/icu.gyp:icui18n', | 47 '../third_party/icu/icu.gyp:icui18n', |
| 48 '../third_party/icu/icu.gyp:icuuc', | 48 '../third_party/icu/icu.gyp:icuuc', |
| 49 '../third_party/libusb/libusb.gyp:libusb', | 49 '../third_party/libusb/libusb.gyp:libusb', |
| 50 '../third_party/libxml/libxml.gyp:libxml', | 50 '../third_party/libxml/libxml.gyp:libxml', |
| 51 '../third_party/zlib/zlib.gyp:zlib', | 51 '../third_party/zlib/zlib.gyp:zlib', |
| 52 '../ui/accessibility/accessibility.gyp:accessibility', | 52 '../ui/accessibility/accessibility.gyp:accessibility', |
| 53 '../ui/base/strings/ui_strings.gyp:ui_strings', | |
| 54 '../ui/base/ui_base.gyp:ui_base', | 53 '../ui/base/ui_base.gyp:ui_base', |
| 55 '../ui/events/events.gyp:events', | 54 '../ui/events/events.gyp:events', |
| 56 '../ui/gfx/gfx.gyp:gfx', | 55 '../ui/gfx/gfx.gyp:gfx', |
| 57 '../ui/gfx/gfx.gyp:gfx_geometry', | 56 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 58 '../ui/message_center/message_center.gyp:message_center', | 57 '../ui/message_center/message_center.gyp:message_center', |
| 59 '../ui/native_theme/native_theme.gyp:native_theme', | 58 '../ui/native_theme/native_theme.gyp:native_theme', |
| 60 '../ui/resources/ui_resources.gyp:ui_resources', | 59 '../ui/resources/ui_resources.gyp:ui_resources', |
| 61 '../ui/snapshot/snapshot.gyp:snapshot', | 60 '../ui/snapshot/snapshot.gyp:snapshot', |
| 61 '../ui/strings/ui_strings.gyp:ui_strings', |
| 62 ], | 62 ], |
| 63 'include_dirs': [ | 63 'include_dirs': [ |
| 64 '..', | 64 '..', |
| 65 '<(INTERMEDIATE_DIR)', | 65 '<(INTERMEDIATE_DIR)', |
| 66 # Needed by pepper_flash_component_installer.cc. | 66 # Needed by pepper_flash_component_installer.cc. |
| 67 '<(SHARED_INTERMEDIATE_DIR)', | 67 '<(SHARED_INTERMEDIATE_DIR)', |
| 68 ], | 68 ], |
| 69 'export_dependent_settings': [ | 69 'export_dependent_settings': [ |
| 70 '../components/components.gyp:dom_distiller_core', | 70 '../components/components.gyp:dom_distiller_core', |
| 71 '../sync/sync.gyp:sync', | 71 '../sync/sync.gyp:sync', |
| (...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3153 ], | 3153 ], |
| 3154 'sources!': [ | 3154 'sources!': [ |
| 3155 'browser/ui/views/session_crashed_bubble_view.cc', | 3155 'browser/ui/views/session_crashed_bubble_view.cc', |
| 3156 'browser/ui/views/session_crashed_bubble_view.h', | 3156 'browser/ui/views/session_crashed_bubble_view.h', |
| 3157 ], | 3157 ], |
| 3158 }], | 3158 }], |
| 3159 ], | 3159 ], |
| 3160 }, | 3160 }, |
| 3161 ], | 3161 ], |
| 3162 } | 3162 } |
| OLD | NEW |