summaryrefslogtreecommitdiffstats
path: root/components/drive.gypi
diff options
context:
space:
mode:
authorlukasza <lukasza@chromium.org>2015-08-13 11:23:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-13 18:24:31 +0000
commitb371ff4f23cf25555559594500e589c4d759eb79 (patch)
tree773f10748cb6dcefa0b3f9a3f5b609cea4598a5c /components/drive.gypi
parent565e1a4c265b64ec709ff7bbd873f7fb6a133948 (diff)
downloadchromium_src-b371ff4f23cf25555559594500e589c4d759eb79.zip
chromium_src-b371ff4f23cf25555559594500e589c4d759eb79.tar.gz
chromium_src-b371ff4f23cf25555559594500e589c4d759eb79.tar.bz2
Move chrome/browser/chromeos/drive/job*(.cc|.h) into components/drive.
Test steps: 1. Verify that things still build via GYP (and unit tests pass). $ GYP_DEFINES="use_goma=1 gomadir=... chromeos=1" gclient sync $ ninja -C out/Debug -j 150 chrome unit_tests \ interactive_ui_tests browser_tests drive $ out/Debug/unit_tests 2. Verify that things still build via GN. $ gn gen out/Default --args='target_os="chromeos" use_goma=true' $ ninja -C out/Default -j 150 chrome unit_tests \ interactive_ui_tests browser_tests components/drive TEST=Please see "Test steps" above. TBR=phajdan.jr@chromium.org,mtomasz@chromium.org BUG=257943, 498951 Review URL: https://codereview.chromium.org/1289813004 Cr-Commit-Position: refs/heads/master@{#343235}
Diffstat (limited to 'components/drive.gypi')
-rw-r--r--components/drive.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/drive.gypi b/components/drive.gypi
index b9dfd49..eb075fe 100644
--- a/components/drive.gypi
+++ b/components/drive.gypi
@@ -48,6 +48,12 @@
'drive/file_change.h',
'drive/file_errors.cc',
'drive/file_errors.h',
+ 'drive/job_list.cc',
+ 'drive/job_list.h',
+ 'drive/job_queue.cc',
+ 'drive/job_queue.h',
+ 'drive/job_scheduler.cc',
+ 'drive/job_scheduler.h',
'drive/local_file_reader.cc',
'drive/local_file_reader.h',
'drive/service/drive_api_service.cc',