| 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 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2453 'conditions': [ | 2453 'conditions': [ |
| 2454 ['OS != "ios"', { | 2454 ['OS != "ios"', { |
| 2455 'dependencies': [ | 2455 'dependencies': [ |
| 2456 'browser_extensions', | 2456 'browser_extensions', |
| 2457 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2457 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2458 'common/extensions/api/api.gyp:api', | 2458 'common/extensions/api/api.gyp:api', |
| 2459 'debugger', | 2459 'debugger', |
| 2460 'installer_util', | 2460 'installer_util', |
| 2461 '../components/components.gyp:autofill_content_risk_proto', | 2461 '../components/components.gyp:autofill_content_risk_proto', |
| 2462 '../components/component_strings.gyp:component_strings', | 2462 '../components/component_strings.gyp:component_strings', |
| 2463 '../components/components.gyp:dom_distiller_core', | |
| 2464 '../components/components.gyp:dom_distiller_webui', | |
| 2465 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2463 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2466 '../media/media.gyp:media', | 2464 '../media/media.gyp:media', |
| 2467 '../net/net.gyp:net_with_v8', | 2465 '../net/net.gyp:net_with_v8', |
| 2468 '../printing/printing.gyp:printing', | 2466 '../printing/printing.gyp:printing', |
| 2469 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2467 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2470 '../third_party/expat/expat.gyp:expat', | 2468 '../third_party/expat/expat.gyp:expat', |
| 2471 '../third_party/hunspell/hunspell.gyp:hunspell', | 2469 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2472 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2470 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2473 '../third_party/libjingle/libjingle.gyp:libjingle', | 2471 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2474 '../third_party/npapi/npapi.gyp:npapi', | 2472 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3212 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3210 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3213 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3211 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3214 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3212 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3215 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3213 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3216 ], | 3214 ], |
| 3217 }], | 3215 }], |
| 3218 ], | 3216 ], |
| 3219 }, | 3217 }, |
| 3220 ], | 3218 ], |
| 3221 } | 3219 } |
| OLD | NEW |