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 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2105 'browser/ui/webui/history_ui.cc', | 2105 'browser/ui/webui/history_ui.cc', |
2106 'browser/ui/webui/history_ui.h', | 2106 'browser/ui/webui/history_ui.h', |
2107 'browser/ui/webui/identity_internals_ui.cc', | 2107 'browser/ui/webui/identity_internals_ui.cc', |
2108 'browser/ui/webui/identity_internals_ui.h', | 2108 'browser/ui/webui/identity_internals_ui.h', |
2109 'browser/ui/webui/inline_login_ui.cc', | 2109 'browser/ui/webui/inline_login_ui.cc', |
2110 'browser/ui/webui/inline_login_ui.h', | 2110 'browser/ui/webui/inline_login_ui.h', |
2111 'browser/ui/webui/inspect_ui.cc', | 2111 'browser/ui/webui/inspect_ui.cc', |
2112 'browser/ui/webui/inspect_ui.h', | 2112 'browser/ui/webui/inspect_ui.h', |
2113 'browser/ui/webui/instant_ui.cc', | 2113 'browser/ui/webui/instant_ui.cc', |
2114 'browser/ui/webui/instant_ui.h', | 2114 'browser/ui/webui/instant_ui.h', |
2115 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | |
2116 'browser/ui/webui/local_discovery/local_discovery_ui.h', | |
2117 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | |
2118 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | |
2119 'browser/ui/webui/media/webrtc_logs_ui.cc', | 2115 'browser/ui/webui/media/webrtc_logs_ui.cc', |
2120 'browser/ui/webui/media/webrtc_logs_ui.h', | 2116 'browser/ui/webui/media/webrtc_logs_ui.h', |
2121 'browser/ui/webui/memory_internals/memory_internals_handler.cc', | 2117 'browser/ui/webui/memory_internals/memory_internals_handler.cc', |
2122 'browser/ui/webui/memory_internals/memory_internals_handler.h', | 2118 'browser/ui/webui/memory_internals/memory_internals_handler.h', |
2123 'browser/ui/webui/memory_internals/memory_internals_proxy.cc', | 2119 'browser/ui/webui/memory_internals/memory_internals_proxy.cc', |
2124 'browser/ui/webui/memory_internals/memory_internals_proxy.h', | 2120 'browser/ui/webui/memory_internals/memory_internals_proxy.h', |
2125 'browser/ui/webui/memory_internals/memory_internals_ui.cc', | 2121 'browser/ui/webui/memory_internals/memory_internals_ui.cc', |
2126 'browser/ui/webui/memory_internals/memory_internals_ui.h', | 2122 'browser/ui/webui/memory_internals/memory_internals_ui.h', |
2127 'browser/ui/webui/metrics_handler.cc', | 2123 'browser/ui/webui/metrics_handler.cc', |
2128 'browser/ui/webui/metrics_handler.h', | 2124 'browser/ui/webui/metrics_handler.h', |
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3067 'browser/ui/webui/options/geolocation_options_handler.cc', | 3063 'browser/ui/webui/options/geolocation_options_handler.cc', |
3068 'browser/ui/webui/options/geolocation_options_handler.h', | 3064 'browser/ui/webui/options/geolocation_options_handler.h', |
3069 ], | 3065 ], |
3070 }], | 3066 }], |
3071 ['enable_webrtc==0', { | 3067 ['enable_webrtc==0', { |
3072 'sources!': [ | 3068 'sources!': [ |
3073 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3069 'browser/ui/webui/media/webrtc_logs_ui.cc', |
3074 'browser/ui/webui/media/webrtc_logs_ui.h', | 3070 'browser/ui/webui/media/webrtc_logs_ui.h', |
3075 ], | 3071 ], |
3076 }], | 3072 }], |
| 3073 ['enable_mdns==1', { |
| 3074 'sources': [ |
| 3075 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3076 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3077 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3078 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3079 ] |
| 3080 }] |
3077 ], | 3081 ], |
3078 }, | 3082 }, |
3079 ], | 3083 ], |
3080 } | 3084 } |
OLD | NEW |