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

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

Issue 2525563003: mash: Change CastConfigDelegate to a mojoified CastConfigClient. (Closed)
Patch Set: move dep to chromeos section Created 4 years 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 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 "ash/app_list/app_sync_ui_state_watcher.h", 1277 "ash/app_list/app_sync_ui_state_watcher.h",
1278 "ash/app_sync_ui_state.cc", 1278 "ash/app_sync_ui_state.cc",
1279 "ash/app_sync_ui_state.h", 1279 "ash/app_sync_ui_state.h",
1280 "ash/app_sync_ui_state_factory.cc", 1280 "ash/app_sync_ui_state_factory.cc",
1281 "ash/app_sync_ui_state_factory.h", 1281 "ash/app_sync_ui_state_factory.h",
1282 "ash/app_sync_ui_state_observer.h", 1282 "ash/app_sync_ui_state_observer.h",
1283 "ash/ash_init.cc", 1283 "ash/ash_init.cc",
1284 "ash/ash_init.h", 1284 "ash/ash_init.h",
1285 "ash/ash_util.cc", 1285 "ash/ash_util.cc",
1286 "ash/ash_util.h", 1286 "ash/ash_util.h",
1287 "ash/cast_config_delegate_media_router.cc", 1287 "ash/cast_config_client_media_router.cc",
1288 "ash/cast_config_delegate_media_router.h", 1288 "ash/cast_config_client_media_router.h",
1289 "ash/chrome_keyboard_ui.cc", 1289 "ash/chrome_keyboard_ui.cc",
1290 "ash/chrome_keyboard_ui.h", 1290 "ash/chrome_keyboard_ui.h",
1291 "ash/chrome_launcher_prefs.cc", 1291 "ash/chrome_launcher_prefs.cc",
1292 "ash/chrome_launcher_prefs.h", 1292 "ash/chrome_launcher_prefs.h",
1293 "ash/chrome_new_window_client.cc", 1293 "ash/chrome_new_window_client.cc",
1294 "ash/chrome_new_window_client.h", 1294 "ash/chrome_new_window_client.h",
1295 "ash/chrome_screenshot_grabber.cc", 1295 "ash/chrome_screenshot_grabber.cc",
1296 "ash/chrome_screenshot_grabber.h", 1296 "ash/chrome_screenshot_grabber.h",
1297 "ash/chrome_shell_content_state.cc", 1297 "ash/chrome_shell_content_state.cc",
1298 "ash/chrome_shell_content_state.h", 1298 "ash/chrome_shell_content_state.h",
(...skipping 2182 matching lines...) Expand 10 before | Expand all | Expand 10 after
3481 "test/test_confirm_bubble_model.cc", 3481 "test/test_confirm_bubble_model.cc",
3482 "test/test_confirm_bubble_model.h", 3482 "test/test_confirm_bubble_model.h",
3483 ] 3483 ]
3484 deps += [ "//chrome/test:test_support_ui" ] 3484 deps += [ "//chrome/test:test_support_ui" ]
3485 } 3485 }
3486 3486
3487 if (enable_extensions) { 3487 if (enable_extensions) {
3488 deps += [ "//extensions/browser" ] 3488 deps += [ "//extensions/browser" ]
3489 } 3489 }
3490 } 3490 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698