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

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

Issue 2413503002: Cleanup mojo Wallpaper interfaces for mash. (Closed)
Patch Set: Cleanup. 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 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 "ash/chrome_launcher_prefs.h", 1275 "ash/chrome_launcher_prefs.h",
1276 "ash/chrome_new_window_delegate.cc", 1276 "ash/chrome_new_window_delegate.cc",
1277 "ash/chrome_new_window_delegate.h", 1277 "ash/chrome_new_window_delegate.h",
1278 "ash/chrome_screenshot_grabber.cc", 1278 "ash/chrome_screenshot_grabber.cc",
1279 "ash/chrome_screenshot_grabber.h", 1279 "ash/chrome_screenshot_grabber.h",
1280 "ash/chrome_shell_content_state.cc", 1280 "ash/chrome_shell_content_state.cc",
1281 "ash/chrome_shell_content_state.h", 1281 "ash/chrome_shell_content_state.h",
1282 "ash/chrome_shell_content_state_chromeos.cc", 1282 "ash/chrome_shell_content_state_chromeos.cc",
1283 "ash/chrome_shell_delegate.cc", 1283 "ash/chrome_shell_delegate.cc",
1284 "ash/chrome_shell_delegate.h", 1284 "ash/chrome_shell_delegate.h",
1285 "ash/chrome_wallpaper_manager.cc",
1286 "ash/chrome_wallpaper_manager.h",
1287 "ash/ime_controller_chromeos.cc", 1285 "ash/ime_controller_chromeos.cc",
1288 "ash/ime_controller_chromeos.h", 1286 "ash/ime_controller_chromeos.h",
1289 "ash/keyboard_ui_service.cc", 1287 "ash/keyboard_ui_service.cc",
1290 "ash/keyboard_ui_service.h", 1288 "ash/keyboard_ui_service.h",
1291 "ash/launcher/app_shortcut_launcher_item_controller.cc", 1289 "ash/launcher/app_shortcut_launcher_item_controller.cc",
1292 "ash/launcher/app_shortcut_launcher_item_controller.h", 1290 "ash/launcher/app_shortcut_launcher_item_controller.h",
1293 "ash/launcher/app_window_launcher_controller.cc", 1291 "ash/launcher/app_window_launcher_controller.cc",
1294 "ash/launcher/app_window_launcher_controller.h", 1292 "ash/launcher/app_window_launcher_controller.h",
1295 "ash/launcher/app_window_launcher_item_controller.cc", 1293 "ash/launcher/app_window_launcher_item_controller.cc",
1296 "ash/launcher/app_window_launcher_item_controller.h", 1294 "ash/launcher/app_window_launcher_item_controller.h",
(...skipping 2119 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "test/test_confirm_bubble_model.cc", 3414 "test/test_confirm_bubble_model.cc",
3417 "test/test_confirm_bubble_model.h", 3415 "test/test_confirm_bubble_model.h",
3418 ] 3416 ]
3419 deps += [ "//chrome/test:test_support_ui" ] 3417 deps += [ "//chrome/test:test_support_ui" ]
3420 } 3418 }
3421 3419
3422 if (enable_extensions) { 3420 if (enable_extensions) {
3423 deps += [ "//extensions/browser" ] 3421 deps += [ "//extensions/browser" ]
3424 } 3422 }
3425 } 3423 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698