| 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 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2617 '../components/components.gyp:autofill_content_risk_proto', | 2617 '../components/components.gyp:autofill_content_risk_proto', |
| 2618 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2618 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2619 '../media/media.gyp:media', | 2619 '../media/media.gyp:media', |
| 2620 '../net/net.gyp:net_with_v8', | 2620 '../net/net.gyp:net_with_v8', |
| 2621 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2621 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2622 '../third_party/expat/expat.gyp:expat', | 2622 '../third_party/expat/expat.gyp:expat', |
| 2623 '../third_party/hunspell/hunspell.gyp:hunspell', | 2623 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2624 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2624 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2625 '../third_party/libjingle/libjingle.gyp:libjingle', | 2625 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2626 '../third_party/npapi/npapi.gyp:npapi', | 2626 '../third_party/npapi/npapi.gyp:npapi', |
| 2627 '../third_party/re2/re2.gyp:re2', | 2627 '../out/gn_gyp/third_party/re2/re2.gyp:re2', |
| 2628 '../ui/compositor/compositor.gyp:compositor', | 2628 '../ui/compositor/compositor.gyp:compositor', |
| 2629 '../ui/surface/surface.gyp:surface', | 2629 '../ui/surface/surface.gyp:surface', |
| 2630 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2630 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2631 '../v8/tools/gyp/v8.gyp:v8', | 2631 '../v8/tools/gyp/v8.gyp:v8', |
| 2632 '../webkit/common/webkit_common.gyp:webkit_common', | 2632 '../webkit/common/webkit_common.gyp:webkit_common', |
| 2633 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2633 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 2634 '../webkit/storage_common.gyp:webkit_storage_common', | 2634 '../webkit/storage_common.gyp:webkit_storage_common', |
| 2635 '../webkit/webkit_resources.gyp:webkit_resources', | 2635 '../webkit/webkit_resources.gyp:webkit_resources', |
| 2636 ], | 2636 ], |
| 2637 'defines': [ | 2637 'defines': [ |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3361 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3361 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3362 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3362 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3363 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3363 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3364 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3364 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3365 ], | 3365 ], |
| 3366 }], | 3366 }], |
| 3367 ], | 3367 ], |
| 3368 }, | 3368 }, |
| 3369 ], | 3369 ], |
| 3370 } | 3370 } |
| OLD | NEW |