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 3405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3416 'browser/ui/webui/options/geolocation_options_handler.cc', | 3416 'browser/ui/webui/options/geolocation_options_handler.cc', |
3417 'browser/ui/webui/options/geolocation_options_handler.h', | 3417 'browser/ui/webui/options/geolocation_options_handler.h', |
3418 ], | 3418 ], |
3419 }], | 3419 }], |
3420 ['enable_webrtc==0', { | 3420 ['enable_webrtc==0', { |
3421 'sources!': [ | 3421 'sources!': [ |
3422 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3422 'browser/ui/webui/media/webrtc_logs_ui.cc', |
3423 'browser/ui/webui/media/webrtc_logs_ui.h', | 3423 'browser/ui/webui/media/webrtc_logs_ui.h', |
3424 ], | 3424 ], |
3425 }], | 3425 }], |
3426 ['enable_mdns==1', { | 3426 ['enable_service_discovery==1', { |
3427 'sources': [ | 3427 'sources': [ |
3428 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3428 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3429 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3429 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3430 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3430 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3431 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3431 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3432 ], | 3432 ], |
3433 }], | 3433 }], |
3434 ], | 3434 ], |
3435 }, | 3435 }, |
3436 ], | 3436 ], |
3437 } | 3437 } |
OLD | NEW |