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

Unified Diff: content/content_tests.gypi

Issue 369923003: NoTransportImageTransportFactory is compiled into only test targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android build fix Created 6 years, 6 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_browser.gypi ('k') | no next file » | 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 5d2ea4d88832845ef0cd5bab64970e3a5eedf660..05352cea1868e2977ae2d2af6295a691da09c839 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -320,6 +320,10 @@
],
}],
['use_aura==1 or OS=="mac"', {
Nico 2014/07/03 19:49:04 Is this the same as OS!="android" and OS!="ios" be
+ 'sources': [
+ 'browser/compositor/no_transport_image_transport_factory.cc',
+ 'browser/compositor/no_transport_image_transport_factory.h',
+ ],
'dependencies': [
'../ui/compositor/compositor.gyp:compositor',
],
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698