summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi17
1 files changed, 9 insertions, 8 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b7a2430..d7b81c0 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1218,13 +1218,14 @@
'-ljnigraphics',
],
},
- 'sources!': [
- 'browser/geolocation/network_location_provider.cc',
- 'browser/geolocation/network_location_provider.h',
- 'browser/geolocation/network_location_request.cc',
- 'browser/geolocation/network_location_request.h',
- 'browser/tracing/tracing_ui.cc',
- 'browser/tracing/tracing_ui.h',
+ 'sources/': [
+ ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
+ ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
+ ['exclude', '^browser/tracing/tracing_ui'],
+ ['exclude', '^browser/speech/'],
+ ['include', '^browser/speech/speech_recognition_dispatcher_host'],
+ ['include', '^browser/speech/speech_recognition_manager_impl'],
+ ['include', '^browser/speech/speech_recognizer\\.h$'],
],
}],
['OS=="mac"', {
@@ -1351,7 +1352,7 @@
}],
['input_speech==0', {
'sources/': [
- ['exclude', '^browser/speech/'],
+ ['exclude', '^browser/speech/input_tag_speech_dispatcher_host'],
],
}, { # input_speech==1
'dependencies': [