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

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

Issue 2413503002: Cleanup mojo Wallpaper interfaces for mash. (Closed)
Patch Set: Sync and rebase again... Created 4 years, 2 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 1267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 "ash/chrome_launcher_prefs.h", 1278 "ash/chrome_launcher_prefs.h",
1279 "ash/chrome_new_window_delegate.cc", 1279 "ash/chrome_new_window_delegate.cc",
1280 "ash/chrome_new_window_delegate.h", 1280 "ash/chrome_new_window_delegate.h",
1281 "ash/chrome_screenshot_grabber.cc", 1281 "ash/chrome_screenshot_grabber.cc",
1282 "ash/chrome_screenshot_grabber.h", 1282 "ash/chrome_screenshot_grabber.h",
1283 "ash/chrome_shell_content_state.cc", 1283 "ash/chrome_shell_content_state.cc",
1284 "ash/chrome_shell_content_state.h", 1284 "ash/chrome_shell_content_state.h",
1285 "ash/chrome_shell_content_state_chromeos.cc", 1285 "ash/chrome_shell_content_state_chromeos.cc",
1286 "ash/chrome_shell_delegate.cc", 1286 "ash/chrome_shell_delegate.cc",
1287 "ash/chrome_shell_delegate.h", 1287 "ash/chrome_shell_delegate.h",
1288 "ash/chrome_wallpaper_manager.cc",
1289 "ash/chrome_wallpaper_manager.h",
1290 "ash/ime_controller_chromeos.cc", 1288 "ash/ime_controller_chromeos.cc",
1291 "ash/ime_controller_chromeos.h", 1289 "ash/ime_controller_chromeos.h",
1292 "ash/keyboard_ui_service.cc", 1290 "ash/keyboard_ui_service.cc",
1293 "ash/keyboard_ui_service.h", 1291 "ash/keyboard_ui_service.h",
1294 "ash/launcher/app_shortcut_launcher_item_controller.cc", 1292 "ash/launcher/app_shortcut_launcher_item_controller.cc",
1295 "ash/launcher/app_shortcut_launcher_item_controller.h", 1293 "ash/launcher/app_shortcut_launcher_item_controller.h",
1296 "ash/launcher/app_window_launcher_controller.cc", 1294 "ash/launcher/app_window_launcher_controller.cc",
1297 "ash/launcher/app_window_launcher_controller.h", 1295 "ash/launcher/app_window_launcher_controller.h",
1298 "ash/launcher/app_window_launcher_item_controller.cc", 1296 "ash/launcher/app_window_launcher_item_controller.cc",
1299 "ash/launcher/app_window_launcher_item_controller.h", 1297 "ash/launcher/app_window_launcher_item_controller.h",
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3422 "test/test_confirm_bubble_model.cc", 3420 "test/test_confirm_bubble_model.cc",
3423 "test/test_confirm_bubble_model.h", 3421 "test/test_confirm_bubble_model.h",
3424 ] 3422 ]
3425 deps += [ "//chrome/test:test_support_ui" ] 3423 deps += [ "//chrome/test:test_support_ui" ]
3426 } 3424 }
3427 3425
3428 if (enable_extensions) { 3426 if (enable_extensions) {
3429 deps += [ "//extensions/browser" ] 3427 deps += [ "//extensions/browser" ]
3430 } 3428 }
3431 } 3429 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc ('k') | chrome/browser/ui/ash/chrome_wallpaper_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698