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

Unified Diff: extensions/extensions.gyp

Issue 369893008: Move the serial API to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing dependency from usb_service to chromeos Created 6 years, 5 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 | « extensions/common/api/serial.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 61288863158f7c4b2897daf376f7dc5d373778a0..b0cb673dcb9b342f304799ae6f08ac8b4c660b90 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -234,6 +234,7 @@
'../components/components.gyp:pref_registry',
'../components/components.gyp:usb_service',
'../content/content.gyp:content_browser',
+ '../device/serial/serial.gyp:device_serial',
'../skia/skia.gyp:skia',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'common/api/api.gyp:extensions_api',
@@ -274,6 +275,12 @@
'browser/api/runtime/runtime_api.h',
'browser/api/runtime/runtime_api_delegate.cc',
'browser/api/runtime/runtime_api_delegate.h',
+ 'browser/api/serial/serial_api.cc',
+ 'browser/api/serial/serial_api.h',
+ 'browser/api/serial/serial_connection.cc',
+ 'browser/api/serial/serial_connection.h',
+ 'browser/api/serial/serial_event_dispatcher.cc',
+ 'browser/api/serial/serial_event_dispatcher.h',
'browser/api/socket/socket.cc',
'browser/api/socket/socket.h',
'browser/api/socket/socket_api.cc',
@@ -464,6 +471,7 @@
],
'dependencies!': [
'../components/components.gyp:usb_service',
+ '../device/serial/serial.gyp:device_serial',
],
}],
],
« no previous file with comments | « extensions/common/api/serial.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698