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

Side by Side Diff: mash/wm/BUILD.gn

Issue 2026973002: Moves ash/wm/common/resources back to ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete revived file Created 4 years, 6 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 | « chrome/test/BUILD.gn ('k') | tools/gritsettings/resource_ids » ('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("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/mojo_application_manifest.gni") 7 import("//mojo/public/mojo_application_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 resources = [ "$root_out_dir/mash_wm_resources.pak" ] 130 resources = [ "$root_out_dir/mash_wm_resources.pak" ]
131 } 131 }
132 132
133 mojo_application_manifest("manifest") { 133 mojo_application_manifest("manifest") {
134 application_name = "desktop_wm" 134 application_name = "desktop_wm"
135 source = "manifest.json" 135 source = "manifest.json"
136 } 136 }
137 137
138 repack("resources") { 138 repack("resources") {
139 sources = [ 139 sources = [
140 "$root_gen_dir/ash/wm/common/resources/ash_wm_common_resources_100_percent.p ak",
141 "$root_gen_dir/mash/wm/resources/mash_wm_resources_100_percent.pak", 140 "$root_gen_dir/mash/wm/resources/mash_wm_resources_100_percent.pak",
142 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak", 141 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
143 "$root_gen_dir/ui/strings/app_locale_settings_en-US.pak", 142 "$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
144 "$root_gen_dir/ui/strings/ui_strings_en-US.pak", 143 "$root_gen_dir/ui/strings/ui_strings_en-US.pak",
145 "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak", 144 "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
146 ] 145 ]
147 output = "$root_out_dir/mash_wm_resources.pak" 146 output = "$root_out_dir/mash_wm_resources.pak"
148 deps = [ 147 deps = [
149 "//ash/wm/common/resources",
150 "//mash/wm/resources", 148 "//mash/wm/resources",
151 "//ui/resources", 149 "//ui/resources",
152 "//ui/strings", 150 "//ui/strings",
153 "//ui/views/mus:resources", 151 "//ui/views/mus:resources",
154 "//ui/views/resources", 152 "//ui/views/resources",
155 ] 153 ]
156 } 154 }
157 155
158 source_set("unittests") { 156 source_set("unittests") {
159 testonly = true 157 testonly = true
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "//ui/gfx/geometry", 195 "//ui/gfx/geometry",
198 "//ui/gfx/geometry/mojo", 196 "//ui/gfx/geometry/mojo",
199 "//ui/views/mus", 197 "//ui/views/mus",
200 ] 198 ]
201 199
202 data_deps = [ 200 data_deps = [
203 ":wm", 201 ":wm",
204 "//mash/quick_launch", 202 "//mash/quick_launch",
205 ] 203 ]
206 } 204 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698