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

Unified Diff: gpu/gpu.gyp

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 | « no previous file | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 712f7aab22d03616fa6a6df1b4d974c5af92ce8e..0b805c15c234be386b9c34b589ca60e29f0303a0 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -410,7 +410,7 @@
},
],
}],
- ['disable_nacl!=1' and 'OS=="win"', {
+ ['disable_nacl!=1 and OS=="win"', {
'targets': [
{
'target_name': 'gpu_ipc_win64',
« no previous file with comments | « no previous file | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698