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 2434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2445 'conditions': [ | 2445 'conditions': [ |
2446 ['OS != "ios"', { | 2446 ['OS != "ios"', { |
2447 'dependencies': [ | 2447 'dependencies': [ |
2448 'browser_extensions', | 2448 'browser_extensions', |
2449 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2449 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2450 'common/extensions/api/api.gyp:api', | 2450 'common/extensions/api/api.gyp:api', |
2451 'debugger', | 2451 'debugger', |
2452 'installer_util', | 2452 'installer_util', |
2453 '../components/components.gyp:autofill_content_risk_proto', | 2453 '../components/components.gyp:autofill_content_risk_proto', |
2454 '../components/component_strings.gyp:component_strings', | 2454 '../components/component_strings.gyp:component_strings', |
| 2455 '../components/components.gyp:dom_distiller_core', |
| 2456 '../components/components.gyp:dom_distiller_webui', |
2455 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2457 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2456 '../media/media.gyp:media', | 2458 '../media/media.gyp:media', |
2457 '../net/net.gyp:net_with_v8', | 2459 '../net/net.gyp:net_with_v8', |
2458 '../printing/printing.gyp:printing', | 2460 '../printing/printing.gyp:printing', |
2459 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2461 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2460 '../third_party/expat/expat.gyp:expat', | 2462 '../third_party/expat/expat.gyp:expat', |
2461 '../third_party/hunspell/hunspell.gyp:hunspell', | 2463 '../third_party/hunspell/hunspell.gyp:hunspell', |
2462 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2464 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2463 '../third_party/libjingle/libjingle.gyp:libjingle', | 2465 '../third_party/libjingle/libjingle.gyp:libjingle', |
2464 '../third_party/npapi/npapi.gyp:npapi', | 2466 '../third_party/npapi/npapi.gyp:npapi', |
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3198 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3200 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3199 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3201 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3200 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3202 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3201 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3203 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3202 ], | 3204 ], |
3203 }], | 3205 }], |
3204 ], | 3206 ], |
3205 }, | 3207 }, |
3206 ], | 3208 ], |
3207 } | 3209 } |
OLD | NEW |