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 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2127 'browser/ui/webui/history_ui.cc', | 2127 'browser/ui/webui/history_ui.cc', |
2128 'browser/ui/webui/history_ui.h', | 2128 'browser/ui/webui/history_ui.h', |
2129 'browser/ui/webui/identity_internals_ui.cc', | 2129 'browser/ui/webui/identity_internals_ui.cc', |
2130 'browser/ui/webui/identity_internals_ui.h', | 2130 'browser/ui/webui/identity_internals_ui.h', |
2131 'browser/ui/webui/inline_login_ui.cc', | 2131 'browser/ui/webui/inline_login_ui.cc', |
2132 'browser/ui/webui/inline_login_ui.h', | 2132 'browser/ui/webui/inline_login_ui.h', |
2133 'browser/ui/webui/inspect_ui.cc', | 2133 'browser/ui/webui/inspect_ui.cc', |
2134 'browser/ui/webui/inspect_ui.h', | 2134 'browser/ui/webui/inspect_ui.h', |
2135 'browser/ui/webui/instant_ui.cc', | 2135 'browser/ui/webui/instant_ui.cc', |
2136 'browser/ui/webui/instant_ui.h', | 2136 'browser/ui/webui/instant_ui.h', |
2137 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | |
2138 'browser/ui/webui/local_discovery/local_discovery_ui.h', | |
2139 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | |
2140 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | |
2141 'browser/ui/webui/media/webrtc_logs_ui.cc', | 2137 'browser/ui/webui/media/webrtc_logs_ui.cc', |
2142 'browser/ui/webui/media/webrtc_logs_ui.h', | 2138 'browser/ui/webui/media/webrtc_logs_ui.h', |
2143 'browser/ui/webui/memory_internals/memory_internals_handler.cc', | 2139 'browser/ui/webui/memory_internals/memory_internals_handler.cc', |
2144 'browser/ui/webui/memory_internals/memory_internals_handler.h', | 2140 'browser/ui/webui/memory_internals/memory_internals_handler.h', |
2145 'browser/ui/webui/memory_internals/memory_internals_proxy.cc', | 2141 'browser/ui/webui/memory_internals/memory_internals_proxy.cc', |
2146 'browser/ui/webui/memory_internals/memory_internals_proxy.h', | 2142 'browser/ui/webui/memory_internals/memory_internals_proxy.h', |
2147 'browser/ui/webui/memory_internals/memory_internals_ui.cc', | 2143 'browser/ui/webui/memory_internals/memory_internals_ui.cc', |
2148 'browser/ui/webui/memory_internals/memory_internals_ui.h', | 2144 'browser/ui/webui/memory_internals/memory_internals_ui.h', |
2149 'browser/ui/webui/metrics_handler.cc', | 2145 'browser/ui/webui/metrics_handler.cc', |
2150 'browser/ui/webui/metrics_handler.h', | 2146 'browser/ui/webui/metrics_handler.h', |
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3105 'browser/ui/webui/options/geolocation_options_handler.cc', | 3101 'browser/ui/webui/options/geolocation_options_handler.cc', |
3106 'browser/ui/webui/options/geolocation_options_handler.h', | 3102 'browser/ui/webui/options/geolocation_options_handler.h', |
3107 ], | 3103 ], |
3108 }], | 3104 }], |
3109 ['enable_webrtc==0', { | 3105 ['enable_webrtc==0', { |
3110 'sources!': [ | 3106 'sources!': [ |
3111 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3107 'browser/ui/webui/media/webrtc_logs_ui.cc', |
3112 'browser/ui/webui/media/webrtc_logs_ui.h', | 3108 'browser/ui/webui/media/webrtc_logs_ui.h', |
3113 ], | 3109 ], |
3114 }], | 3110 }], |
| 3111 ['enable_mdns==1', { |
| 3112 'sources': [ |
| 3113 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3114 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3115 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3116 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3117 ], |
| 3118 }], |
3115 ], | 3119 ], |
3116 }, | 3120 }, |
3117 ], | 3121 ], |
3118 } | 3122 } |
OLD | NEW |