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

Unified Diff: components/drive/BUILD.gn

Issue 1310713002: Moving chrome/browser/chromeos/drive/change_list* into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed paths in components/drive/BUILD.gn Created 5 years, 4 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 | « components/drive.gypi ('k') | components/drive/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/BUILD.gn
diff --git a/components/drive/BUILD.gn b/components/drive/BUILD.gn
index 08a9814526f2b907b0098c337c186da1e7b6083c..93f83209ea86b694ea769a2d8bcc3a546de3b45c 100644
--- a/components/drive/BUILD.gn
+++ b/components/drive/BUILD.gn
@@ -6,6 +6,11 @@ import("//third_party/protobuf/proto_library.gni")
source_set("drive") {
sources = [
+ "change_list_loader.cc",
+ "change_list_loader.h",
+ "change_list_loader_observer.h",
+ "change_list_processor.cc",
+ "change_list_processor.h",
"drive_api_util.cc",
"drive_api_util.h",
"drive_app_registry.cc",
« no previous file with comments | « components/drive.gypi ('k') | components/drive/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698