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

Unified Diff: ash/BUILD.gn

Issue 1465963002: ash: enable packed_resources in ash_shell_lib_with_content deps list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 06bfa93f76388aba58af4f6a9872c608505b900e..862e57c6674bee1ac459ba480bd822f600eabb22 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -273,8 +273,8 @@ static_library("ash_shell_lib_with_content") {
sources = gypi_values.ash_shell_with_content_lib_sources
deps = [
- #"//chrome:packed_resources", TODO(GYP)
":ash_shell_lib",
+ "//chrome:packed_resources",
"//content",
"//content/shell:content_shell_lib",
"//skia",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698