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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 7341001: Rollback r90712 (which was a partial rollback of r90660) to re-enable building (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index cb63933717f1dd5a907bf17a989d4429b7e52a64..79cfaa453ff6d9d536666dd8db62154ada2afdc3 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -198,15 +198,11 @@
'conditions': [
# NOTE: the PPAPI examples fail to build on mac & windows.
# http://code.google.com/p/chromium/issues/detail?id=54005 tracks mac.
- # TODO(ppapi authors): Make the examples build on Windows as well. In
- # particular previous attempts have failed because the Win(clobber) and
- # WinShared(dbg) builds try to build all, import *.gyp:*, and "all" becomes
- # a direct dependent of ppapi_example_skeleton, making it a shared_library,
- # and confusing the build system into failure.
- ['OS!="win" and OS!="mac"', {
+ ['OS!="mac"', {
'targets': [
{
'target_name': 'ppapi_example_skeleton',
+ 'suppress_wildcard': 1,
'type': 'none',
'direct_dependent_settings': {
'product_name': '>(_target_name)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698