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

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

Issue 2163253003: Moves ash/strings to ash/common/strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extraneous Created 4 years, 5 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("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 10
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "ash/keyboard_ui_service.cc", 271 "ash/keyboard_ui_service.cc",
272 "ash/keyboard_ui_service.h", 272 "ash/keyboard_ui_service.h",
273 "ash/launcher/chrome_launcher_controller_mus.cc", 273 "ash/launcher/chrome_launcher_controller_mus.cc",
274 "ash/launcher/chrome_launcher_controller_mus.h", 274 "ash/launcher/chrome_launcher_controller_mus.h",
275 "ash/launcher/chrome_mash_shelf_controller.cc", 275 "ash/launcher/chrome_mash_shelf_controller.cc",
276 "ash/launcher/chrome_mash_shelf_controller.h", 276 "ash/launcher/chrome_mash_shelf_controller.h",
277 ] 277 ]
278 deps += [ 278 deps += [
279 "//ash", 279 "//ash",
280 "//ash:ash_with_content", 280 "//ash:ash_with_content",
281 "//ash/strings", 281 "//ash/common/strings",
282 "//ash/sysui/public/interfaces", 282 "//ash/sysui/public/interfaces",
283 "//components/user_manager", 283 "//components/user_manager",
284 "//mash/shelf/public/interfaces", 284 "//mash/shelf/public/interfaces",
285 "//ui/app_list/presenter", 285 "//ui/app_list/presenter",
286 "//ui/app_list/presenter:mojom", 286 "//ui/app_list/presenter:mojom",
287 "//ui/keyboard:mojom", 287 "//ui/keyboard:mojom",
288 ] 288 ]
289 } else { # Not ash. 289 } else { # Not ash.
290 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, 290 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources,
291 ".", 291 ".",
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "//chrome/browser", 709 "//chrome/browser",
710 "//content/public/browser", 710 "//content/public/browser",
711 "//content/public/common", 711 "//content/public/common",
712 "//content/test:test_support", 712 "//content/test:test_support",
713 "//net:test_support", 713 "//net:test_support",
714 "//skia", 714 "//skia",
715 "//testing/gtest", 715 "//testing/gtest",
716 "//ui/base", 716 "//ui/base",
717 ] 717 ]
718 } 718 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/shutdown_policy_browsertest.cc ('k') | chrome/browser/ui/ash/multi_user/user_switch_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698