OLD | NEW |
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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 3235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3246 sources += [ | 3246 sources += [ |
3247 # These are non-Android because Android excludes all of options. | 3247 # These are non-Android because Android excludes all of options. |
3248 "webui/options/geolocation_options_handler.cc", | 3248 "webui/options/geolocation_options_handler.cc", |
3249 "webui/options/geolocation_options_handler.h", | 3249 "webui/options/geolocation_options_handler.h", |
3250 ] | 3250 ] |
3251 } | 3251 } |
3252 if (enable_media_router && !is_android) { | 3252 if (enable_media_router && !is_android) { |
3253 sources += [ | 3253 sources += [ |
3254 "toolbar/media_router_action.cc", | 3254 "toolbar/media_router_action.cc", |
3255 "toolbar/media_router_action.h", | 3255 "toolbar/media_router_action.h", |
| 3256 "toolbar/media_router_action_controller.cc", |
| 3257 "toolbar/media_router_action_controller.h", |
3256 "toolbar/media_router_action_platform_delegate.h", | 3258 "toolbar/media_router_action_platform_delegate.h", |
3257 "toolbar/media_router_contextual_menu.cc", | 3259 "toolbar/media_router_contextual_menu.cc", |
3258 "toolbar/media_router_contextual_menu.h", | 3260 "toolbar/media_router_contextual_menu.h", |
3259 "views/toolbar/media_router_action_platform_delegate_views.cc", | 3261 "views/toolbar/media_router_action_platform_delegate_views.cc", |
3260 "views/toolbar/media_router_action_platform_delegate_views.h", | 3262 "views/toolbar/media_router_action_platform_delegate_views.h", |
3261 "webui/media_router/media_cast_mode.cc", | 3263 "webui/media_router/media_cast_mode.cc", |
3262 "webui/media_router/media_cast_mode.h", | 3264 "webui/media_router/media_cast_mode.h", |
3263 "webui/media_router/media_router_dialog_controller_impl.cc", | 3265 "webui/media_router/media_router_dialog_controller_impl.cc", |
3264 "webui/media_router/media_router_dialog_controller_impl.h", | 3266 "webui/media_router/media_router_dialog_controller_impl.h", |
3265 "webui/media_router/media_router_localized_strings_provider.cc", | 3267 "webui/media_router/media_router_localized_strings_provider.cc", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3382 "passwords/passwords_model_delegate_mock.cc", | 3384 "passwords/passwords_model_delegate_mock.cc", |
3383 "passwords/passwords_model_delegate_mock.h", | 3385 "passwords/passwords_model_delegate_mock.h", |
3384 ] | 3386 ] |
3385 deps += [ "//chrome/test:test_support_ui" ] | 3387 deps += [ "//chrome/test:test_support_ui" ] |
3386 } | 3388 } |
3387 | 3389 |
3388 if (enable_extensions) { | 3390 if (enable_extensions) { |
3389 deps += [ "//extensions/browser" ] | 3391 deps += [ "//extensions/browser" ] |
3390 } | 3392 } |
3391 } | 3393 } |
OLD | NEW |