| 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 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2620 'browser/ui/zoom/zoom_observer.h', | 2620 'browser/ui/zoom/zoom_observer.h', |
| 2621 ], | 2621 ], |
| 2622 'conditions': [ | 2622 'conditions': [ |
| 2623 ['OS != "ios"', { | 2623 ['OS != "ios"', { |
| 2624 'dependencies': [ | 2624 'dependencies': [ |
| 2625 'browser_extensions', | 2625 'browser_extensions', |
| 2626 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2626 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2627 'common/extensions/api/api.gyp:api', | 2627 'common/extensions/api/api.gyp:api', |
| 2628 'debugger', | 2628 'debugger', |
| 2629 'installer_util', | 2629 'installer_util', |
| 2630 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', |
| 2630 '../components/components.gyp:autofill_content_risk_proto', | 2631 '../components/components.gyp:autofill_content_risk_proto', |
| 2631 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2632 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2632 '../media/media.gyp:media', | 2633 '../media/media.gyp:media', |
| 2633 '../net/net.gyp:net_with_v8', | 2634 '../net/net.gyp:net_with_v8', |
| 2634 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2635 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2635 '../third_party/expat/expat.gyp:expat', | 2636 '../third_party/expat/expat.gyp:expat', |
| 2636 '../third_party/hunspell/hunspell.gyp:hunspell', | 2637 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2637 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2638 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2638 '../third_party/libjingle/libjingle.gyp:libjingle', | 2639 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2639 '../third_party/npapi/npapi.gyp:npapi', | 2640 '../third_party/npapi/npapi.gyp:npapi', |
| 2640 '../out/gn_gyp/third_party/re2/re2.gyp:re2', | |
| 2641 '../ui/compositor/compositor.gyp:compositor', | 2641 '../ui/compositor/compositor.gyp:compositor', |
| 2642 '../ui/surface/surface.gyp:surface', | 2642 '../ui/surface/surface.gyp:surface', |
| 2643 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2643 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2644 '../v8/tools/gyp/v8.gyp:v8', | 2644 '../v8/tools/gyp/v8.gyp:v8', |
| 2645 '../webkit/common/webkit_common.gyp:webkit_common', | 2645 '../webkit/common/webkit_common.gyp:webkit_common', |
| 2646 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2646 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 2647 '../webkit/storage_common.gyp:webkit_storage_common', | 2647 '../webkit/storage_common.gyp:webkit_storage_common', |
| 2648 '../webkit/webkit_resources.gyp:webkit_resources', | 2648 '../webkit/webkit_resources.gyp:webkit_resources', |
| 2649 ], | 2649 ], |
| 2650 'defines': [ | 2650 'defines': [ |
| (...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3370 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3370 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3371 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3371 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3372 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3372 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3373 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3373 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3374 ], | 3374 ], |
| 3375 }], | 3375 }], |
| 3376 ], | 3376 ], |
| 3377 }, | 3377 }, |
| 3378 ], | 3378 ], |
| 3379 } | 3379 } |
| OLD | NEW |