| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 '../third_party/icu/icu.gyp:icui18n', | 46 '../third_party/icu/icu.gyp:icui18n', |
| 47 '../third_party/icu/icu.gyp:icuuc', | 47 '../third_party/icu/icu.gyp:icuuc', |
| 48 '../third_party/libusb/libusb.gyp:libusb', | 48 '../third_party/libusb/libusb.gyp:libusb', |
| 49 '../third_party/libxml/libxml.gyp:libxml', | 49 '../third_party/libxml/libxml.gyp:libxml', |
| 50 '../third_party/zlib/zlib.gyp:zlib', | 50 '../third_party/zlib/zlib.gyp:zlib', |
| 51 '../ui/base/strings/ui_strings.gyp:ui_strings', | 51 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 52 '../ui/native_theme/native_theme.gyp:native_theme', | 52 '../ui/native_theme/native_theme.gyp:native_theme', |
| 53 '../ui/ui.gyp:ui', | 53 '../ui/ui.gyp:ui', |
| 54 '../ui/ui.gyp:ui_resources', | 54 '../ui/ui.gyp:ui_resources', |
| 55 '../webkit/support/webkit_support.gyp:user_agent', | 55 '../webkit/support/webkit_support.gyp:user_agent', |
| 56 '../win8/win8.gyp:win8_util', |
| 56 ], | 57 ], |
| 57 'include_dirs': [ | 58 'include_dirs': [ |
| 58 '..', | 59 '..', |
| 59 '<(INTERMEDIATE_DIR)', | 60 '<(INTERMEDIATE_DIR)', |
| 60 # Needed by pepper_flash_component_installer.cc. | 61 # Needed by pepper_flash_component_installer.cc. |
| 61 '<(SHARED_INTERMEDIATE_DIR)', | 62 '<(SHARED_INTERMEDIATE_DIR)', |
| 62 ], | 63 ], |
| 63 'export_dependent_settings': [ | 64 'export_dependent_settings': [ |
| 64 '../sync/sync.gyp:sync_notifier', | 65 '../sync/sync.gyp:sync_notifier', |
| 65 ], | 66 ], |
| (...skipping 2700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2766 }, { # else: enable_app_list==0 | 2767 }, { # else: enable_app_list==0 |
| 2767 'sources/': [ | 2768 'sources/': [ |
| 2768 ['exclude', '^browser/ui/views/app_list/'], | 2769 ['exclude', '^browser/ui/views/app_list/'], |
| 2769 ['exclude', '^browser/ui/app_list/'], | 2770 ['exclude', '^browser/ui/app_list/'], |
| 2770 ] | 2771 ] |
| 2771 }], | 2772 }], |
| 2772 ], | 2773 ], |
| 2773 }, | 2774 }, |
| 2774 ], | 2775 ], |
| 2775 } | 2776 } |
| OLD | NEW |