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

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

Issue 2919343005: Remove tests for deprecated Options UI (Closed)
Patch Set: and more Created 3 years, 6 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 | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/resources/options_test_resources.grd » ('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 b4fb9ad7814feae08ba231b99b5063375c67add0..16864c459a9671a54fc1964d21aebbbed5c6d8a7 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -116,16 +116,6 @@ if (!is_android) {
output_dir = "$root_gen_dir/chrome"
}
- grit("options_test_resources") {
- source = "options_test_resources.grd"
- defines = chrome_grit_defines
- outputs = [
- "grit/options_test_resources.h",
- "options_test_resources.pak",
- ]
- output_dir = "$root_gen_dir/chrome"
- }
-
grit("settings_resources") {
if (use_vulcanize) {
source = "settings/settings_resources_vulcanized.grd"
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/resources/options_test_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698