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

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

Issue 1334173006: Move sync_internals resources and constants to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcmInternals
Patch Set: Rebase Created 5 years, 3 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
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index 92c6c4a3671a2a1960a65c2b0a0f4ba275aab808..a5949a2136bf9087848bd4ca40da17c96f3acf7d 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -49,15 +49,6 @@ grit("signin_internals_resources") {
output_dir = "$root_gen_dir/chrome"
}
-grit("sync_internals_resources") {
- source = "sync_internals_resources.grd"
- outputs = [
- "grit/sync_internals_resources.h",
- "sync_internals_resources.pak",
- ]
- output_dir = "$root_gen_dir/chrome"
-}
-
grit("translate_internals_resources") {
source = "translate_internals_resources.grd"
outputs = [

Powered by Google App Engine
This is Rietveld 408576698