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

Unified Diff: content/content.gyp

Issue 10384153: Adding protobuf headers that will be used by upcoming continuous speech recognition classes (Speech… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed and moved content_protobuf.gypi. Created 8 years, 7 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index ce006f157e45a1229c281d3333d47213ecf1138b..0ef1163017d63821dc722f5d27edea1e2a205d5a 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -9,6 +9,7 @@
},
'includes': [
'../build/win_precompile.gypi',
+ 'browser/speech/proto/speech_proto.gypi',
jam 2012/05/15 21:17:01 why do you need to include this in both content.gy
Primiano Tucci (use gerrit) 2012/05/16 08:43:39 The file is included only in content.gyp. The spee
hans 2012/05/16 10:42:47 Maybe speech_proto.gypi should actually be speec_p
Primiano Tucci (use gerrit) 2012/05/16 13:34:19 Nice! Seems to work requiring no edits to content.
'content_shell.gypi',
'content_tests.gypi',
],

Powered by Google App Engine
This is Rietveld 408576698