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

Unified Diff: base/base.gyp

Issue 499233003: Binding media stream audio track to speech recognition [renderer] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Platform checks removed from dispatcher Created 6 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
« no previous file with comments | « no previous file | base/native_sync_socket.h » ('j') | base/native_sync_socket.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index ee19b8b4f8d98498b41f31f91f57d2f87a79125c..ff0902a8cda0cf334b01c3e1a1f786522058c601 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -245,6 +245,8 @@
'message_loop/message_pump_mac.mm',
'metrics/field_trial.cc',
'metrics/field_trial.h',
+ 'native_sync_socket.cc',
+ 'native_sync_socket.h',
'posix/file_descriptor_shuffle.cc',
'posix/file_descriptor_shuffle.h',
'sync_socket.h',
@@ -1131,6 +1133,8 @@
'message_loop/message_pump_libevent.h',
'metrics/field_trial.cc',
'metrics/field_trial.h',
+ 'native_sync_socket.cc',
+ 'native_sync_socket.h',
'posix/file_descriptor_shuffle.cc',
'posix/file_descriptor_shuffle.h',
'sync_socket.h',
« no previous file with comments | « no previous file | base/native_sync_socket.h » ('j') | base/native_sync_socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698