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

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: fix mac build. merge same condition in gyp. 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 17d78c370b1ddf340a1d0b38e8d5a8153e90c324..112b9f34d7e519cf5a61875a2051e8a1b59753b2 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -319,18 +319,18 @@
'../ui/wm/wm.gyp:wm',
],
}],
- ['use_aura==1 or OS=="mac"', {
- 'dependencies': [
- '../ui/compositor/compositor.gyp:compositor',
- ],
- }],
['OS=="win"', {
'dependencies': [
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
],
}],
['OS!="android" and OS!="ios"', {
+ 'sources': [
+ 'browser/compositor/no_transport_image_transport_factory.cc',
danakj 2014/07/07 16:52:27 can you move these 2 files to browser/compositor/t
+ 'browser/compositor/no_transport_image_transport_factory.h',
+ ],
'dependencies': [
+ '../ui/compositor/compositor.gyp:compositor',
'../third_party/libvpx/libvpx.gyp:libvpx',
],
}],
« content/browser/compositor/image_transport_factory.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698