| 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 2627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2638 '../components/components.gyp:autofill_content_risk_proto', | 2638 '../components/components.gyp:autofill_content_risk_proto', |
| 2639 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2639 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2640 '../media/media.gyp:media', | 2640 '../media/media.gyp:media', |
| 2641 '../net/net.gyp:net_with_v8', | 2641 '../net/net.gyp:net_with_v8', |
| 2642 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2642 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2643 '../third_party/expat/expat.gyp:expat', | 2643 '../third_party/expat/expat.gyp:expat', |
| 2644 '../third_party/hunspell/hunspell.gyp:hunspell', | 2644 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2645 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2645 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2646 '../third_party/libjingle/libjingle.gyp:libjingle', | 2646 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2647 '../third_party/npapi/npapi.gyp:npapi', | 2647 '../third_party/npapi/npapi.gyp:npapi', |
| 2648 '../out/gn_gyp/third_party/re2/re2.gyp:re2', | 2648 '../third_party/re2/re2.gyp:re2', |
| 2649 '../ui/compositor/compositor.gyp:compositor', | 2649 '../ui/compositor/compositor.gyp:compositor', |
| 2650 '../ui/surface/surface.gyp:surface', | 2650 '../ui/surface/surface.gyp:surface', |
| 2651 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2651 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2652 '../v8/tools/gyp/v8.gyp:v8', | 2652 '../v8/tools/gyp/v8.gyp:v8', |
| 2653 '../webkit/common/webkit_common.gyp:webkit_common', | 2653 '../webkit/common/webkit_common.gyp:webkit_common', |
| 2654 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2654 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 2655 '../webkit/storage_common.gyp:webkit_storage_common', | 2655 '../webkit/storage_common.gyp:webkit_storage_common', |
| 2656 '../webkit/webkit_resources.gyp:webkit_resources', | 2656 '../webkit/webkit_resources.gyp:webkit_resources', |
| 2657 ], | 2657 ], |
| 2658 'defines': [ | 2658 'defines': [ |
| (...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3393 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3393 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3394 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3394 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3395 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3395 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3397 ], | 3397 ], |
| 3398 }], | 3398 }], |
| 3399 ], | 3399 ], |
| 3400 }, | 3400 }, |
| 3401 ], | 3401 ], |
| 3402 } | 3402 } |
| OLD | NEW |