| 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/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 3256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3267 sources += [ | 3267 sources += [ |
| 3268 "toolbar/media_router_action.cc", | 3268 "toolbar/media_router_action.cc", |
| 3269 "toolbar/media_router_action.h", | 3269 "toolbar/media_router_action.h", |
| 3270 "toolbar/media_router_action_controller.cc", | 3270 "toolbar/media_router_action_controller.cc", |
| 3271 "toolbar/media_router_action_controller.h", | 3271 "toolbar/media_router_action_controller.h", |
| 3272 "toolbar/media_router_action_platform_delegate.h", | 3272 "toolbar/media_router_action_platform_delegate.h", |
| 3273 "toolbar/media_router_contextual_menu.cc", | 3273 "toolbar/media_router_contextual_menu.cc", |
| 3274 "toolbar/media_router_contextual_menu.h", | 3274 "toolbar/media_router_contextual_menu.h", |
| 3275 "views/toolbar/media_router_action_platform_delegate_views.cc", | 3275 "views/toolbar/media_router_action_platform_delegate_views.cc", |
| 3276 "views/toolbar/media_router_action_platform_delegate_views.h", | 3276 "views/toolbar/media_router_action_platform_delegate_views.h", |
| 3277 "webui/media_router/cast_modes_with_media_sources.cc", |
| 3278 "webui/media_router/cast_modes_with_media_sources.h", |
| 3277 "webui/media_router/media_cast_mode.cc", | 3279 "webui/media_router/media_cast_mode.cc", |
| 3278 "webui/media_router/media_cast_mode.h", | 3280 "webui/media_router/media_cast_mode.h", |
| 3279 "webui/media_router/media_router_dialog_controller_impl.cc", | 3281 "webui/media_router/media_router_dialog_controller_impl.cc", |
| 3280 "webui/media_router/media_router_dialog_controller_impl.h", | 3282 "webui/media_router/media_router_dialog_controller_impl.h", |
| 3281 "webui/media_router/media_router_localized_strings_provider.cc", | 3283 "webui/media_router/media_router_localized_strings_provider.cc", |
| 3282 "webui/media_router/media_router_localized_strings_provider.h", | 3284 "webui/media_router/media_router_localized_strings_provider.h", |
| 3283 "webui/media_router/media_router_resources_provider.cc", | 3285 "webui/media_router/media_router_resources_provider.cc", |
| 3284 "webui/media_router/media_router_resources_provider.h", | 3286 "webui/media_router/media_router_resources_provider.h", |
| 3285 "webui/media_router/media_router_ui.cc", | 3287 "webui/media_router/media_router_ui.cc", |
| 3286 "webui/media_router/media_router_ui.h", | 3288 "webui/media_router/media_router_ui.h", |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3415 "passwords/passwords_model_delegate_mock.cc", | 3417 "passwords/passwords_model_delegate_mock.cc", |
| 3416 "passwords/passwords_model_delegate_mock.h", | 3418 "passwords/passwords_model_delegate_mock.h", |
| 3417 ] | 3419 ] |
| 3418 deps += [ "//chrome/test:test_support_ui" ] | 3420 deps += [ "//chrome/test:test_support_ui" ] |
| 3419 } | 3421 } |
| 3420 | 3422 |
| 3421 if (enable_extensions) { | 3423 if (enable_extensions) { |
| 3422 deps += [ "//extensions/browser" ] | 3424 deps += [ "//extensions/browser" ] |
| 3423 } | 3425 } |
| 3424 } | 3426 } |
| OLD | NEW |