summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_chromeos.gypi
diff options
context:
space:
mode:
authorhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-01 15:50:31 +0000
committerhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-01 15:50:31 +0000
commitb229d0f0a4083e524912c3164b4508ac137f0f26 (patch)
tree7b50732f1d23702abdb4f23614a4109bcab319cf /chrome/chrome_browser_chromeos.gypi
parentd1110827fd84a21a4ab64d482856f4adacd60b10 (diff)
downloadchromium_src-b229d0f0a4083e524912c3164b4508ac137f0f26.zip
chromium_src-b229d0f0a4083e524912c3164b4508ac137f0f26.tar.gz
chromium_src-b229d0f0a4083e524912c3164b4508ac137f0f26.tar.bz2
Implement DebugDataCollector.
DebugDataCollector is an interface to retrieve debug information for Drive file system. By using it, we don't need to directly touch drive's internal data structure such as cache or metadata from outside of chromeos/drive directory. BUG=232450 TEST=Ran unit_tests and tried on chrome://drive-internals with another small patch to use this new class. Review URL: https://chromiumcodereview.appspot.com/14750002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197619 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r--chrome/chrome_browser_chromeos.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index bb2241b..64b3f27 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -216,6 +216,8 @@
'browser/chromeos/drive/change_list_loader_observer.h',
'browser/chromeos/drive/change_list_processor.cc',
'browser/chromeos/drive/change_list_processor.h',
+ 'browser/chromeos/drive/debug_info_collector.cc',
+ 'browser/chromeos/drive/debug_info_collector.h',
'browser/chromeos/drive/download_handler.cc',
'browser/chromeos/drive/download_handler.h',
'browser/chromeos/drive/drive_file_stream_reader.cc',