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

Side by Side Diff: ash/BUILD.gn

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint 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
« no previous file with comments | « no previous file | cc/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 "//ash/strings", 837 "//ash/strings",
838 ] 838 ]
839 deps = [ 839 deps = [
840 "//ash/autoclick/common:autoclick", 840 "//ash/autoclick/common:autoclick",
841 "//ash/public/cpp:ash_public_cpp", 841 "//ash/public/cpp:ash_public_cpp",
842 "//ash/touch_hud", 842 "//ash/touch_hud",
843 "//base", 843 "//base",
844 "//base:i18n", 844 "//base:i18n",
845 "//base/third_party/dynamic_annotations", 845 "//base/third_party/dynamic_annotations",
846 "//cc", 846 "//cc",
847 "//cc/debug",
847 "//cc/surfaces", 848 "//cc/surfaces",
848 "//chromeos", 849 "//chromeos",
849 "//chromeos:power_manager_proto", 850 "//chromeos:power_manager_proto",
850 "//components/device_event_log", 851 "//components/device_event_log",
851 "//components/onc", 852 "//components/onc",
852 "//components/quirks", 853 "//components/quirks",
853 "//components/session_manager:base", 854 "//components/session_manager:base",
854 "//components/signin/core/account_id", 855 "//components/signin/core/account_id",
855 "//components/ui_devtools", 856 "//components/ui_devtools",
856 "//components/user_manager", 857 "//components/user_manager",
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 "//content/public/app:both", 1506 "//content/public/app:both",
1506 "//device/bluetooth", 1507 "//device/bluetooth",
1507 ] 1508 ]
1508 1509
1509 data_deps = [ 1510 data_deps = [
1510 "//ash/strings:ash_test_strings", 1511 "//ash/strings:ash_test_strings",
1511 "//ash/resources:ash_test_resources_with_content_100_percent", 1512 "//ash/resources:ash_test_resources_with_content_100_percent",
1512 "//ash/resources:ash_test_resources_200_percent", 1513 "//ash/resources:ash_test_resources_200_percent",
1513 ] 1514 ]
1514 } 1515 }
OLDNEW
« no previous file with comments | « no previous file | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698