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

Unified Diff: components/offline_pages/proto/BUILD.gn

Issue 1226173004: Componentize //chrome/browser/offline_pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated for android port Created 5 years, 5 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: components/offline_pages/proto/BUILD.gn
diff --git a/chrome/browser/offline_pages/BUILD.gn b/components/offline_pages/proto/BUILD.gn
similarity index 82%
rename from chrome/browser/offline_pages/BUILD.gn
rename to components/offline_pages/proto/BUILD.gn
index f906f38a3189f102e84fb19a8dcf09b171dddaf4..7cfb1a6f4740b8de31457a07d90e56798c475ce3 100644
--- a/chrome/browser/offline_pages/BUILD.gn
+++ b/components/offline_pages/proto/BUILD.gn
@@ -4,7 +4,7 @@
import("//third_party/protobuf/proto_library.gni")
-# GYP version: chrome/chrome_browser.gypi:offline_pages_proto
+# GYP version: components/offline_pages.gypi:offline_pages_proto
proto_library("offline_pages_proto") {
sources = [
"offline_pages.proto",

Powered by Google App Engine
This is Rietveld 408576698