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

Unified Diff: content/content_tests.gypi

Issue 585203002: Turn FileDescriptorInfo a collection class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing windows build failure Created 6 years, 3 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 4f3744df75e6994e4d813d5364ec170465ff02d4..acd485ed0aaa43e35b36acdc3af2cc51c19a8e48 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -767,6 +767,11 @@
'../ui/gl/gl.gyp:gl',
],
}],
+ ['OS != "win"', {
+ 'sources': [
+ 'public/browser/file_descriptor_info_unittest.cc',
+ ],
+ }],
['enable_plugins==0', {
'sources/': [
['exclude', '^browser/renderer_host/pepper/'],

Powered by Google App Engine
This is Rietveld 408576698