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

Unified Diff: chrome/BUILD.gn

Issue 1137693006: Revert of Fix missing GN dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « build/secondary/tools/grit/grit_rule.gni ('k') | chrome/app/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 6ece001fc97cf5926f3ac95929eecb79d0656a90..4f962b7902bf2b70326a22a79bc469c993d61f14 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -535,11 +535,6 @@
"$root_gen_dir/content/browser/tracing/tracing_resources.pak",
"$root_gen_dir/content/content_resources.pak",
]
- deps += [
- "//content:resources",
- "//content/browser/tracing:resources",
- "//third_party/WebKit/public:resources",
- ]
}
if (is_chromeos) {
sources += [ "$root_gen_dir/ui/file_manager/file_manager_resources.pak" ]
@@ -553,10 +548,7 @@
"$root_gen_dir/extensions/extensions_renderer_resources.pak",
"$root_gen_dir/extensions/extensions_resources.pak",
]
- deps += [
- "//chrome/common:extensions_api_resources",
- "//extensions:extensions_resources",
- ]
+ deps += [ "//chrome/common:extensions_api_resources" ]
}
# GYP outputs the file in the gen/repack directory. On non-Mac/iOS platforms
@@ -575,9 +567,6 @@
"$root_gen_dir/chrome/options_test_resources.pak",
]
output = "$root_out_dir/browser_tests.pak"
- deps = [
- "//chrome/browser/resources:options_test_resources",
- ]
}
# Collects per-locale grit files from many sources into global per-locale files.
@@ -640,10 +629,8 @@
deps = [
"//chrome/app/theme:theme_resources",
"//chrome/renderer:resources",
- "//components/resources",
"//components/strings",
"//net:net_resources",
- "//ui/resources",
]
if (!is_ios) {
@@ -651,10 +638,7 @@
"$root_gen_dir/blink/public/resources/blink_image_resources_${percent}_percent.pak",
"$root_gen_dir/content/app/resources/content_resources_${percent}_percent.pak",
]
- deps += [
- "//content/app/resources",
- "//third_party/WebKit/public:image_resources",
- ]
+ deps += [ "//content:resources" ]
}
if (use_ash) {
sources +=
@@ -667,7 +651,6 @@
}
if (enable_extensions) {
sources += [ "$root_gen_dir/extensions/extensions_browser_resources_${percent}_percent.pak" ]
- deps += [ "//extensions:extensions_browser_resources" ]
}
output = repack_output_file
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698