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

Side by Side Diff: services/ui/BUILD.gn

Issue 2194893002: services/ui: Revert CLs that broke Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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 | « services/navigation/view_impl.cc ('k') | services/ui/common/gpu_service.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//services/shell/public/cpp/service.gni") 7 import("//services/shell/public/cpp/service.gni")
8 import("//services/shell/public/service_manifest.gni") 8 import("//services/shell/public/service_manifest.gni")
9 import("//services/shell/public/constants.gni") 9 import("//services/shell/public/constants.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ] 81 ]
82 deps = [ 82 deps = [
83 "//base", 83 "//base",
84 "//cc", 84 "//cc",
85 "//cc/surfaces", 85 "//cc/surfaces",
86 "//mojo/common:common_base", 86 "//mojo/common:common_base",
87 "//services/catalog/public/cpp", 87 "//services/catalog/public/cpp",
88 "//services/shell/public/cpp", 88 "//services/shell/public/cpp",
89 "//services/tracing/public/cpp", 89 "//services/tracing/public/cpp",
90 "//services/ui/clipboard:lib", 90 "//services/ui/clipboard:lib",
91 "//services/ui/gles2",
91 "//services/ui/gpu", 92 "//services/ui/gpu",
92 "//services/ui/gpu/display_compositor", 93 "//services/ui/gpu/display_compositor",
93 "//services/ui/input_devices", 94 "//services/ui/input_devices",
94 "//services/ui/public/interfaces", 95 "//services/ui/public/interfaces",
95 "//services/ui/surfaces", 96 "//services/ui/surfaces",
96 "//services/ui/ws:lib", 97 "//services/ui/ws:lib",
97 "//services/ui/ws:test_interface", 98 "//services/ui/ws:test_interface",
98 "//ui/events", 99 "//ui/events",
99 "//ui/events/ozone:events_ozone_layout", 100 "//ui/events/ozone:events_ozone_layout",
100 "//ui/gl:gl", 101 "//ui/gl:gl",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 135
135 repack("resources_200") { 136 repack("resources_200") {
136 sources = [ 137 sources = [
137 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", 138 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak",
138 ] 139 ]
139 output = "$root_out_dir/mus_app_resources_200.pak" 140 output = "$root_out_dir/mus_app_resources_200.pak"
140 deps = [ 141 deps = [
141 "//ui/resources", 142 "//ui/resources",
142 ] 143 ]
143 } 144 }
OLDNEW
« no previous file with comments | « services/navigation/view_impl.cc ('k') | services/ui/common/gpu_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698