| 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 11 matching lines...) Expand all Loading... |
| 22 'chrome_resources.gyp:chrome_resources', | 22 'chrome_resources.gyp:chrome_resources', |
| 23 'chrome_resources.gyp:chrome_strings', | 23 'chrome_resources.gyp:chrome_strings', |
| 24 'chrome_resources.gyp:platform_locale_settings', | 24 'chrome_resources.gyp:platform_locale_settings', |
| 25 'chrome_resources.gyp:theme_resources', | 25 'chrome_resources.gyp:theme_resources', |
| 26 'common', | 26 'common', |
| 27 'common_net', | 27 'common_net', |
| 28 'in_memory_url_index_cache_proto', | 28 'in_memory_url_index_cache_proto', |
| 29 'safe_browsing_proto', | 29 'safe_browsing_proto', |
| 30 'safe_browsing_report_proto', | 30 'safe_browsing_report_proto', |
| 31 'feedback_proto', | 31 'feedback_proto', |
| 32 '../components/component_resources.gyp:component_resources', |
| 32 '../components/component_strings.gyp:component_strings', | 33 '../components/component_strings.gyp:component_strings', |
| 33 '../components/components.gyp:auto_login_parser', | 34 '../components/components.gyp:auto_login_parser', |
| 34 '../components/components.gyp:dom_distiller_core', | 35 '../components/components.gyp:dom_distiller_core', |
| 35 '../components/components.gyp:dom_distiller_webui', | 36 '../components/components.gyp:dom_distiller_webui', |
| 37 '../components/components.gyp:onc_component', |
| 36 '../components/components.gyp:password_manager_core_browser', | 38 '../components/components.gyp:password_manager_core_browser', |
| 37 '../components/components.gyp:onc_component', | |
| 38 '../content/content.gyp:content_browser', | 39 '../content/content.gyp:content_browser', |
| 39 '../content/content.gyp:content_common', | 40 '../content/content.gyp:content_common', |
| 40 '../crypto/crypto.gyp:crypto', | 41 '../crypto/crypto.gyp:crypto', |
| 41 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
| 42 '../sync/sync.gyp:sync', | 43 '../sync/sync.gyp:sync', |
| 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 45 '../third_party/icu/icu.gyp:icui18n', | 46 '../third_party/icu/icu.gyp:icui18n', |
| 46 '../third_party/icu/icu.gyp:icuuc', | 47 '../third_party/icu/icu.gyp:icuuc', |
| 47 '../third_party/libusb/libusb.gyp:libusb', | 48 '../third_party/libusb/libusb.gyp:libusb', |
| (...skipping 3356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3404 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3405 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3405 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3406 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3406 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3407 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3407 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3408 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3408 ], | 3409 ], |
| 3409 }], | 3410 }], |
| 3410 ], | 3411 ], |
| 3411 }, | 3412 }, |
| 3412 ], | 3413 ], |
| 3413 } | 3414 } |
| OLD | NEW |