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

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

Issue 1243853002: Move chrome/browser/chromeos/drive/drive.proto into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/change_list_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 059cba6526724a6f18096e62174b8593a1a193b8..94017b7a4ae385d5b7dc190bd66b6cd490a2b39d 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -41,9 +41,9 @@ source_set("chromeos") {
# TODO(tbarzic): Cleanup this list.
":attestation_proto",
":device_policy_proto",
- ":drive_proto",
"//ash",
"//ash:ash_with_content",
+ "//components/drive",
"//components/login",
"//components/session_manager/core",
"//components/user_manager",
@@ -174,8 +174,8 @@ source_set("unit_tests") {
deps = [
":attestation_proto",
":device_policy_proto",
- ":drive_proto",
"//ash/resources",
+ "//components/drive",
"//components/policy",
"//components/invalidation/public",
"//crypto:platform",
@@ -190,12 +190,6 @@ source_set("unit_tests") {
]
}
-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/drive/change_list_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698