Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 195983023: Enable devices page UI on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_dcheck
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698