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