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

Unified Diff: chrome/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/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index eef610e4f303a75a44fcb8682e38ea82d4ddf329..c09a31d67a7719822fc58688eb2c941b9d9fdc38 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -405,6 +405,14 @@ repack("packed_extra_resources") {
}
}
+# GYP version: chrome/chrome_resources.gyp:browser_tests_pak
+repack("browser_tests_pak") {
+ sources = [
+ "$root_gen_dir/chrome/options_test_resources.pak",
+ ]
+ output = "$root_out_dir/browser_tests.pak"
+}
+
# Collects per-locale grit files from many sources into global per-locale files.
chrome_repack_locales("repack_locales_pack") {
visibility = [ ":*" ]
« no previous file with comments | « no previous file | chrome/browser/resources/BUILD.gn » ('j') | chrome/browser/resources/options/autofill_options_list.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698