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

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

Issue 2059963002: Mustash implementation of ChromeLauncherController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_controller_mus_5
Patch Set: Created 4 years, 6 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/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("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 if (use_ash) { 254 if (use_ash) {
255 sources += 255 sources +=
256 rebase_path(gypi_values.chrome_browser_ui_ash_sources, ".", "//chrome") 256 rebase_path(gypi_values.chrome_browser_ui_ash_sources, ".", "//chrome")
257 sources += [ 257 sources += [
258 "ash/app_list/app_list_presenter_service.cc", 258 "ash/app_list/app_list_presenter_service.cc",
259 "ash/app_list/app_list_presenter_service.h", 259 "ash/app_list/app_list_presenter_service.h",
260 "ash/chrome_wallpaper_manager.cc", 260 "ash/chrome_wallpaper_manager.cc",
261 "ash/chrome_wallpaper_manager.h", 261 "ash/chrome_wallpaper_manager.h",
262 "ash/keyboard_ui_service.cc", 262 "ash/keyboard_ui_service.cc",
263 "ash/keyboard_ui_service.h", 263 "ash/keyboard_ui_service.h",
264 "ash/launcher/chrome_launcher_controller_mus.cc",
265 "ash/launcher/chrome_launcher_controller_mus.h",
264 "ash/launcher/chrome_mash_shelf_controller.cc", 266 "ash/launcher/chrome_mash_shelf_controller.cc",
265 "ash/launcher/chrome_mash_shelf_controller.h", 267 "ash/launcher/chrome_mash_shelf_controller.h",
266 ] 268 ]
267 deps += [ 269 deps += [
268 "//ash", 270 "//ash",
269 "//ash:ash_with_content", 271 "//ash:ash_with_content",
270 "//ash/strings", 272 "//ash/strings",
271 "//ash/sysui/public/interfaces", 273 "//ash/sysui/public/interfaces",
272 "//components/user_manager", 274 "//components/user_manager",
273 "//mash/shelf/public/interfaces", 275 "//mash/shelf/public/interfaces",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "//chrome/browser", 698 "//chrome/browser",
697 "//content/public/browser", 699 "//content/public/browser",
698 "//content/public/common", 700 "//content/public/common",
699 "//content/test:test_support", 701 "//content/test:test_support",
700 "//net:test_support", 702 "//net:test_support",
701 "//skia", 703 "//skia",
702 "//testing/gtest", 704 "//testing/gtest",
703 "//ui/base", 705 "//ui/base",
704 ] 706 ]
705 } 707 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/ash/ash_init.cc » ('j') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698