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

Unified Diff: Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp

Issue 20652002: Fix trailing whitespace in scripts and misc. files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't change literal diff. Created 7 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 | « Source/wtf/dtoa/strtod.cc ('k') | Tools/Scripts/SpacingHeuristics.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
diff --git a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
index 5c82d46d661dc7d57b64958e512f30b25d07c2a2..643c36bc4392954fd2359fc1e61ac331a9a63d11 100644
--- a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
+++ b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
@@ -141,7 +141,7 @@
],
}],
],
- # Disable c4267 warnings until we fix size_t to int truncations.
+ # Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
{
@@ -305,7 +305,7 @@
],
# The .rc file requires that the name of the dll is npTestNetscapePlugIn.dll.
'product_name': 'npTestNetscapePlugIn',
- # Disable c4267 warnings until we fix size_t to int truncations.
+ # Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
}],
],
« no previous file with comments | « Source/wtf/dtoa/strtod.cc ('k') | Tools/Scripts/SpacingHeuristics.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698