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

Side by Side Diff: ash/BUILD.gn

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)
Patch Set: rebase 2 Created 3 years, 7 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 | ash/DEPS » ('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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 "//cc/surfaces", 843 "//cc/surfaces",
844 "//chromeos", 844 "//chromeos",
845 "//chromeos:power_manager_proto", 845 "//chromeos:power_manager_proto",
846 "//components/device_event_log", 846 "//components/device_event_log",
847 "//components/onc", 847 "//components/onc",
848 "//components/quirks", 848 "//components/quirks",
849 "//components/session_manager:base", 849 "//components/session_manager:base",
850 "//components/signin/core/account_id", 850 "//components/signin/core/account_id",
851 "//components/ui_devtools", 851 "//components/ui_devtools",
852 "//components/user_manager", 852 "//components/user_manager",
853 "//components/vector_icons",
853 "//components/wallpaper", 854 "//components/wallpaper",
854 "//device/bluetooth", 855 "//device/bluetooth",
855 "//gpu/command_buffer/client", 856 "//gpu/command_buffer/client",
856 "//gpu/command_buffer/client:gles2_interface", 857 "//gpu/command_buffer/client:gles2_interface",
857 "//media", 858 "//media",
858 "//net", 859 "//net",
859 "//services/preferences/public/cpp", 860 "//services/preferences/public/cpp",
860 "//services/service_manager/public/cpp", 861 "//services/service_manager/public/cpp",
861 "//services/ui/public/cpp", 862 "//services/ui/public/cpp",
862 "//services/ui/public/interfaces", 863 "//services/ui/public/interfaces",
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1513 "//content/public/app:both", 1514 "//content/public/app:both",
1514 "//device/bluetooth", 1515 "//device/bluetooth",
1515 ] 1516 ]
1516 1517
1517 data_deps = [ 1518 data_deps = [
1518 "//ash/strings:ash_test_strings", 1519 "//ash/strings:ash_test_strings",
1519 "//ash/resources:ash_test_resources_with_content_100_percent", 1520 "//ash/resources:ash_test_resources_with_content_100_percent",
1520 "//ash/resources:ash_test_resources_200_percent", 1521 "//ash/resources:ash_test_resources_200_percent",
1521 ] 1522 ]
1522 } 1523 }
OLDNEW
« no previous file with comments | « no previous file | ash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698