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

Unified Diff: ppapi/ppapi_ipc.gypi

Issue 10886009: Fix gyp --checked violations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ppapi/ppapi_internal.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_ipc.gypi
diff --git a/ppapi/ppapi_ipc.gypi b/ppapi/ppapi_ipc.gypi
index 926e0e240fcaec2dbbfb69b33c7637c19478eadb..8c23bf23df596e5b21c0186461f6b0a6a50bc84d 100644
--- a/ppapi/ppapi_ipc.gypi
+++ b/ppapi/ppapi_ipc.gypi
@@ -32,7 +32,7 @@
'..',
],
'target_conditions': [
- ['>(nacl_untrusted_build)==1' or '>(nacl_win64_target)==1', {
+ ['>(nacl_untrusted_build)==1 or >(nacl_win64_target)==1', {
'sources!': [
'proxy/serialized_flash_menu.cc',
],
« no previous file with comments | « ppapi/ppapi_internal.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698