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 2581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2592 'conditions': [ | 2592 'conditions': [ |
2593 ['OS != "ios"', { | 2593 ['OS != "ios"', { |
2594 'dependencies': [ | 2594 'dependencies': [ |
2595 'browser_extensions', | 2595 'browser_extensions', |
2596 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2596 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2597 'common/extensions/api/api.gyp:api', | 2597 'common/extensions/api/api.gyp:api', |
2598 'debugger', | 2598 'debugger', |
2599 'installer_util', | 2599 'installer_util', |
2600 '../components/components.gyp:autofill_content_risk_proto', | 2600 '../components/components.gyp:autofill_content_risk_proto', |
2601 '../components/component_strings.gyp:component_strings', | 2601 '../components/component_strings.gyp:component_strings', |
| 2602 '../components/components.gyp:dom_distiller_content', |
2602 '../components/components.gyp:dom_distiller_core', | 2603 '../components/components.gyp:dom_distiller_core', |
2603 '../components/components.gyp:dom_distiller_webui', | 2604 '../components/components.gyp:dom_distiller_webui', |
2604 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2605 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2605 '../media/media.gyp:media', | 2606 '../media/media.gyp:media', |
2606 '../net/net.gyp:net_with_v8', | 2607 '../net/net.gyp:net_with_v8', |
2607 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2608 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2608 '../third_party/expat/expat.gyp:expat', | 2609 '../third_party/expat/expat.gyp:expat', |
2609 '../third_party/hunspell/hunspell.gyp:hunspell', | 2610 '../third_party/hunspell/hunspell.gyp:hunspell', |
2610 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2611 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2611 '../third_party/libjingle/libjingle.gyp:libjingle', | 2612 '../third_party/libjingle/libjingle.gyp:libjingle', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3343 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3344 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3344 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3345 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3346 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3346 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3347 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3347 ], | 3348 ], |
3348 }], | 3349 }], |
3349 ], | 3350 ], |
3350 }, | 3351 }, |
3351 ], | 3352 ], |
3352 } | 3353 } |
OLD | NEW |