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

Unified Diff: content/content_tests.gypi

Issue 12089102: Make most code on mac compile with enable_web_intents=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffff Created 7 years, 11 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 | « content/content_renderer.gypi ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index af3a324e545c3b19da109d34b1eb77251a7bec0a..534df0a2e1282c2f2f23142ddf3117623b71daf0 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -562,6 +562,12 @@
'../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
]
}],
+ ['enable_web_intents==0', {
+ 'sources!': [
+ 'browser/intents/intent_injector_unittest.cc',
+ 'browser/intents/internal_web_intents_dispatcher_unittest.cc',
+ ],
+ }],
# TODO(jrg): remove the OS=="android" section?
# http://crbug.com/113172
# Understand better how media_stream_ is tied into Chromium.
@@ -858,6 +864,11 @@
'browser/media/webrtc_browsertest.cc',
],
}],
+ ['enable_web_intents==0', {
+ 'sources!': [
+ 'renderer/web_intents_host_browsertest.cc',
+ ],
+ }],
['enable_plugins==0', {
'sources!': [
'browser/plugin_service_impl_browsertest.cc',
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698