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

Unified Diff: content/content_renderer.gypi

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 42b967a2fecb603069cf46ddb0d533dcf3f3d7e0..e8c992fd16192511fcbeed59133dad8d605e57c1 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -264,23 +264,21 @@
'renderer/websharedworkerrepository_impl.h',
],
'conditions': [
- ['toolkit_uses_gtk == 1', {
- 'conditions': [
- ['input_speech==0', {
- 'sources!': [
- 'renderer/input_tag_speech_dispatcher.cc',
- 'renderer/input_tag_speech_dispatcher.h',
- 'renderer/speech_recognition_dispatcher.cc',
- 'renderer/speech_recognition_dispatcher.h',
- ]
- }],
- ['notifications==0', {
- 'sources!': [
- 'renderer/notification_provider.cc',
- 'renderer/active_notification_tracker.cc',
- ],
- }],
+ ['notifications==0', {
+ 'sources!': [
+ 'renderer/notification_provider.cc',
+ 'renderer/active_notification_tracker.cc',
],
+ }],
+ ['input_speech==0', {
+ 'sources!': [
+ 'renderer/input_tag_speech_dispatcher.cc',
+ 'renderer/input_tag_speech_dispatcher.h',
+ 'renderer/speech_recognition_dispatcher.cc',
+ 'renderer/speech_recognition_dispatcher.h',
+ ]
+ }],
+ ['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',
],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698