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

Unified Diff: chromeos/chromeos.gyp

Issue 10878061: chromeos: Move src/chrome/browser/chromeos/cryptohome to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 47b95878d2091f7f24d1c18a4577c931bb93af9c..3c71727053212208c2b0f5540cb2ae8321250c74 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -26,6 +26,8 @@
'chromeos_export.h',
'chromeos_switches.cc',
'chromeos_switches.h',
+ 'cryptohome/async_method_caller.cc',
+ 'cryptohome/async_method_caller.h',
'dbus/blocking_method_caller.cc',
'dbus/blocking_method_caller.h',
'dbus/bluetooth_adapter_client.cc',
@@ -132,6 +134,8 @@
'chromeos',
],
'sources': [
+ 'cryptohome/mock_async_method_caller.cc',
+ 'cryptohome/mock_async_method_caller.h',
'dbus/mock_bluetooth_adapter_client.cc',
'dbus/mock_bluetooth_adapter_client.h',
'dbus/mock_bluetooth_device_client.cc',

Powered by Google App Engine
This is Rietveld 408576698