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

Unified Diff: chrome/browser/resources/BUILD.gn

Issue 683813004: Fewer focusable items in chrome://settings/searchEngines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, fix failing browser_tests, add .pak file to GN Created 6 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
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index c7f75f32895623efd8f1e7f055e3ac9b198e8e21..672308de0904e442eeb047a8a77cb1bf5f95aeaa 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -94,6 +94,15 @@ if (!is_ios) {
output_dir = "$root_gen_dir/chrome"
}
+ grit("options_test_resources") {
+ source = "options_test_resources.grd"
+ outputs = [
+ "grit/options_test_resources.h",
+ "options_test_resources.pak",
+ ]
+ output_dir = "$root_gen_dir/chrome"
+ }
+
grit("quota_internals_resources") {
source = "quota_internals_resources.grd"
outputs = [

Powered by Google App Engine
This is Rietveld 408576698