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

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

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Let test_support publicly depends on cc/animation. Created 4 years, 1 month 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 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/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//services/service_manager/public/constants.gni") 9 import("//services/service_manager/public/constants.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "service.cc", 76 "service.cc",
77 "service.h", 77 "service.h",
78 ] 78 ]
79 79
80 public_deps = [ 80 public_deps = [
81 "//services/ui/common:mus_common", 81 "//services/ui/common:mus_common",
82 ] 82 ]
83 deps = [ 83 deps = [
84 "//base", 84 "//base",
85 "//cc", 85 "//cc",
86 "//cc/animation",
86 "//cc/surfaces", 87 "//cc/surfaces",
87 "//mojo/common:common_base", 88 "//mojo/common:common_base",
88 "//services/catalog/public/cpp", 89 "//services/catalog/public/cpp",
89 "//services/catalog/public/interfaces:constants", 90 "//services/catalog/public/interfaces:constants",
90 "//services/service_manager/public/cpp", 91 "//services/service_manager/public/cpp",
91 "//services/tracing/public/cpp", 92 "//services/tracing/public/cpp",
92 "//services/tracing/public/interfaces:constants", 93 "//services/tracing/public/interfaces:constants",
93 "//services/ui/clipboard:lib", 94 "//services/ui/clipboard:lib",
94 "//services/ui/ime:lib", 95 "//services/ui/ime:lib",
95 "//services/ui/input_devices", 96 "//services/ui/input_devices",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 137
137 repack("resources_200") { 138 repack("resources_200") {
138 sources = [ 139 sources = [
139 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", 140 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak",
140 ] 141 ]
141 output = "$root_out_dir/mus_app_resources_200.pak" 142 output = "$root_out_dir/mus_app_resources_200.pak"
142 deps = [ 143 deps = [
143 "//ui/resources", 144 "//ui/resources",
144 ] 145 ]
145 } 146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698