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

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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3405 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698