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

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

Issue 1215503010: OBSOLETE: Move (most of) chrome/browser/chromeos/drive into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drive-componentize-service
Patch Set: Created 5 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
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 4abd9c4dc2ea2e3fb94e096405a7a3188b3b47ac..b47110014198a4c4102a877162fbf530057b2e46 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -39,6 +39,7 @@ source_set("chromeos") {
# TODO(tbarzic): Cleanup this list.
"//ash",
"//ash:ash_with_content",
+ "//components/drive:drive",
"//components/login",
"//components/session_manager/core",
"//components/user_manager",
@@ -120,7 +121,6 @@ source_set("chromeos") {
"//v8",
":attestation_proto",
":device_policy_proto",
- ":drive_proto",
]
defines = []
@@ -160,12 +160,6 @@ source_set("chromeos") {
}
}
-proto_library("drive_proto") {
- sources = [
- "drive/drive.proto",
- ]
-}
-
proto_library("device_policy_proto") {
sources = [
"policy/proto/chrome_device_policy.proto",
« no previous file with comments | « no previous file | chrome/browser/chromeos/DEPS » ('j') | components/drive/file_system/download_operation_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698