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

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: Add comment about weird behavior in autofill_options_browsertest.js 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
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/resources/options/autofill_options_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/resources/options/autofill_options_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698