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

Unified Diff: chrome/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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/workspace/phantom_window_controller.cc ('k') | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 90f384a968a39a701c3409f420a20fda5e8d9f6d..86d49865e6fe9279b59ad62891bc596ae43490df 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1295,14 +1295,9 @@ template("chrome_repack_percent") {
]
}
if (use_ash) {
- sources += [
- "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak",
- "$root_gen_dir/ash/wm/common/resources/ash_wm_common_resources_${percent}_percent.pak",
- ]
- deps += [
- "//ash/resources",
- "//ash/wm/common/resources",
- ]
+ sources +=
+ [ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ]
+ deps += [ "//ash/resources" ]
}
if (toolkit_views) {
sources += [ "$root_gen_dir/ui/views/resources/views_resources_${percent}_percent.pak" ]
« no previous file with comments | « ash/wm/common/workspace/phantom_window_controller.cc ('k') | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698