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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: . Created 3 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3409 matching lines...) Expand 10 before | Expand all | Expand 10 after
3420 "webui/extensions/extension_icon_source.h", 3420 "webui/extensions/extension_icon_source.h",
3421 ] 3421 ]
3422 } 3422 }
3423 if (enable_google_now && !is_android) { 3423 if (enable_google_now && !is_android) {
3424 sources += [ 3424 sources += [
3425 # These are non-Android because Android excludes all of options. 3425 # These are non-Android because Android excludes all of options.
3426 "webui/options/geolocation_options_handler.cc", 3426 "webui/options/geolocation_options_handler.cc",
3427 "webui/options/geolocation_options_handler.h", 3427 "webui/options/geolocation_options_handler.h",
3428 ] 3428 ]
3429 } 3429 }
3430 if (enable_media_router && !is_android) { 3430 if (!is_android) {
3431 sources += [ 3431 sources += [
3432 "toolbar/media_router_action.cc", 3432 "toolbar/media_router_action.cc",
3433 "toolbar/media_router_action.h", 3433 "toolbar/media_router_action.h",
3434 "toolbar/media_router_action_controller.cc", 3434 "toolbar/media_router_action_controller.cc",
3435 "toolbar/media_router_action_controller.h", 3435 "toolbar/media_router_action_controller.h",
3436 "toolbar/media_router_action_platform_delegate.h", 3436 "toolbar/media_router_action_platform_delegate.h",
3437 "toolbar/media_router_contextual_menu.cc", 3437 "toolbar/media_router_contextual_menu.cc",
3438 "toolbar/media_router_contextual_menu.h", 3438 "toolbar/media_router_contextual_menu.h",
3439 "views/toolbar/media_router_action_platform_delegate_views.cc", 3439 "views/toolbar/media_router_action_platform_delegate_views.cc",
3440 "views/toolbar/media_router_action_platform_delegate_views.h", 3440 "views/toolbar/media_router_action_platform_delegate_views.h",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
3571 "test/test_confirm_bubble_model.cc", 3571 "test/test_confirm_bubble_model.cc",
3572 "test/test_confirm_bubble_model.h", 3572 "test/test_confirm_bubble_model.h",
3573 ] 3573 ]
3574 deps += [ "//chrome/test:test_support_ui" ] 3574 deps += [ "//chrome/test:test_support_ui" ]
3575 } 3575 }
3576 3576
3577 if (enable_extensions) { 3577 if (enable_extensions) {
3578 deps += [ "//extensions/browser" ] 3578 deps += [ "//extensions/browser" ]
3579 } 3579 }
3580 } 3580 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu.cc ('k') | chrome/browser/ui/browser_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698