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

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

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: rebase Created 3 years, 9 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 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 "views/ash/chrome_browser_main_extra_parts_ash.cc", 1400 "views/ash/chrome_browser_main_extra_parts_ash.cc",
1401 "views/ash/chrome_browser_main_extra_parts_ash.h", 1401 "views/ash/chrome_browser_main_extra_parts_ash.h",
1402 "views/ash/tab_scrubber.cc", 1402 "views/ash/tab_scrubber.cc",
1403 "views/ash/tab_scrubber.h", 1403 "views/ash/tab_scrubber.h",
1404 "views/touch_uma/touch_uma_ash.cc", 1404 "views/touch_uma/touch_uma_ash.cc",
1405 "window_sizer/window_sizer_ash.cc", 1405 "window_sizer/window_sizer_ash.cc",
1406 ] 1406 ]
1407 deps += [ 1407 deps += [
1408 "//ash", 1408 "//ash",
1409 "//ash:ash_with_content", 1409 "//ash:ash_with_content",
1410 "//ash/common/strings",
1411 "//ash/public/cpp:ash_public_cpp", 1410 "//ash/public/cpp:ash_public_cpp",
1412 "//ash/resources/vector_icons", 1411 "//ash/resources/vector_icons",
1412 "//ash/strings",
1413 "//components/session_manager/core", 1413 "//components/session_manager/core",
1414 "//components/user_manager", 1414 "//components/user_manager",
1415 "//services/ui/public/cpp", 1415 "//services/ui/public/cpp",
1416 "//services/ui/public/interfaces", 1416 "//services/ui/public/interfaces",
1417 "//ui/app_list/presenter", 1417 "//ui/app_list/presenter",
1418 "//ui/app_list/presenter:mojom", 1418 "//ui/app_list/presenter:mojom",
1419 "//ui/keyboard:mojom", 1419 "//ui/keyboard:mojom",
1420 ] 1420 ]
1421 } else { # Not ash. 1421 } else { # Not ash.
1422 sources += [ "views/touch_uma/touch_uma.cc" ] 1422 sources += [ "views/touch_uma/touch_uma.cc" ]
(...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3535 "test/test_confirm_bubble_model.cc", 3535 "test/test_confirm_bubble_model.cc",
3536 "test/test_confirm_bubble_model.h", 3536 "test/test_confirm_bubble_model.h",
3537 ] 3537 ]
3538 deps += [ "//chrome/test:test_support_ui" ] 3538 deps += [ "//chrome/test:test_support_ui" ]
3539 } 3539 }
3540 3540
3541 if (enable_extensions) { 3541 if (enable_extensions) {
3542 deps += [ "//extensions/browser" ] 3542 deps += [ "//extensions/browser" ]
3543 } 3543 }
3544 } 3544 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/status/network_menu.cc ('k') | chrome/browser/ui/ash/chrome_screenshot_grabber.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698