summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_chromeos.gypi
diff options
context:
space:
mode:
authorlukasza <lukasza@chromium.org>2015-06-26 11:03:25 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-26 18:03:56 +0000
commit5da1d547c262af0b7d34c1a0ac71d2a4f0e197f4 (patch)
tree345b128b34b508c47c4188a5a762c71e25c5b8f2 /chrome/chrome_browser_chromeos.gypi
parentc47caabc600c5f6644c26d42e8a6fd038076899b (diff)
downloadchromium_src-5da1d547c262af0b7d34c1a0ac71d2a4f0e197f4.zip
chromium_src-5da1d547c262af0b7d34c1a0ac71d2a4f0e197f4.tar.gz
chromium_src-5da1d547c262af0b7d34c1a0ac71d2a4f0e197f4.tar.bz2
Move browser-agnostic code from file_system_util to file_system_core_util.
This changelist moves browser-agnositc code (i.e. code that doesn't need BrowserThread or Profile classes) from file_system_util.h/.cc/_unittest.cc into file_system_core_util.h/.cc/_unittest.cc. Note that this is the final change needed to declare drive::FileSystem and its dependencies as browser-agnostic (at least when considering the product code; some tests still depend on browser-specific things). Test steps: $ GYP_DEFINES="use_goma=1 gomadir=... chromeos=1" gclient sync $ ninja -C out/Debug -j 150 chrome unit_tests browser_tests interactive_ui_tests $ out/Debug/unit_tests BUG=498951 TEST=Please see "Test steps" above. Review URL: https://codereview.chromium.org/1192493003 Cr-Commit-Position: refs/heads/master@{#336410}
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r--chrome/chrome_browser_chromeos.gypi10
1 files changed, 6 insertions, 4 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 51996a4..de468a2 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -148,6 +148,8 @@
'browser/chromeos/drive/file_system/touch_operation.h',
'browser/chromeos/drive/file_system/truncate_operation.cc',
'browser/chromeos/drive/file_system/truncate_operation.h',
+ 'browser/chromeos/drive/file_system_core_util.cc',
+ 'browser/chromeos/drive/file_system_core_util.h',
'browser/chromeos/drive/file_system_interface.cc',
'browser/chromeos/drive/file_system_interface.h',
'browser/chromeos/drive/file_system_metadata.cc',
@@ -508,12 +510,12 @@
'browser/chromeos/login/profile_auth_data.cc',
'browser/chromeos/login/profile_auth_data.h',
'browser/chromeos/login/proxy_settings_dialog.h',
+ 'browser/chromeos/login/reauth_stats.cc',
+ 'browser/chromeos/login/reauth_stats.h',
'browser/chromeos/login/saml/saml_offline_signin_limiter.cc',
'browser/chromeos/login/saml/saml_offline_signin_limiter.h',
'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc',
'browser/chromeos/login/saml/saml_offline_signin_limiter_factory.h',
- 'browser/chromeos/login/reauth_stats.cc',
- 'browser/chromeos/login/reauth_stats.h',
'browser/chromeos/login/screen_manager.cc',
'browser/chromeos/login/screen_manager.h',
'browser/chromeos/login/screens/base_screen.cc',
@@ -857,14 +859,14 @@
'browser/chromeos/policy/recommendation_restorer.h',
'browser/chromeos/policy/recommendation_restorer_factory.cc',
'browser/chromeos/policy/recommendation_restorer_factory.h',
+ 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_invalidator.cc',
+ 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_invalidator.h',
'browser/chromeos/policy/remote_commands/device_command_reboot_job.cc',
'browser/chromeos/policy/remote_commands/device_command_reboot_job.h',
'browser/chromeos/policy/remote_commands/device_command_screenshot_job.cc',
'browser/chromeos/policy/remote_commands/device_command_screenshot_job.h',
'browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.cc',
'browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h',
- 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_invalidator.cc',
- 'browser/chromeos/policy/remote_commands/affiliated_remote_commands_invalidator.h',
'browser/chromeos/policy/remote_commands/screenshot_delegate.cc',
'browser/chromeos/policy/remote_commands/screenshot_delegate.h',
'browser/chromeos/policy/server_backed_device_state.cc',