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

Unified Diff: ui/gfx/gfx.gyp

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 years, 5 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 | « ui/gfx/geometry/vector3d_f.h ('k') | ui/gfx/test/gfx_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 2a16ef90fc63872f8e0b79cd002e08705b779583..06fc89f5655559604bdfc42f49c3d8234b62cc22 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -415,6 +415,7 @@
},
{
'target_name': 'gfx_test_support',
+ 'type': 'static_library',
'sources': [
'test/gfx_util.cc',
'test/gfx_util.h',
@@ -434,15 +435,7 @@
],
},
}],
- ['OS!="ios"', {
- 'type': 'static_library',
- }, { # OS=="ios"
- # None of the sources in this target are built on iOS, resulting in
- # link errors when building targets that depend on this target
- # because the static library isn't found. If this target is changed
- # to have sources that are built on iOS, the target should be changed
- # to be of type static_library on all platforms.
- 'type': 'none',
+ ['OS=="ios"', {
# The cocoa files don't apply to iOS.
'sources/': [
['exclude', 'cocoa']
« no previous file with comments | « ui/gfx/geometry/vector3d_f.h ('k') | ui/gfx/test/gfx_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698