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

Unified Diff: test/cflags/cflags.gyp

Issue 23140009: Rework the cflags test so it works cross platform. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 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 | « test/cflags/cflags.c ('k') | test/cflags/gyptest-cflags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cflags/cflags.gyp
===================================================================
--- test/cflags/cflags.gyp (revision 1697)
+++ test/cflags/cflags.gyp (working copy)
@@ -7,7 +7,6 @@
{
'target_name': 'cflags',
'type': 'executable',
- 'opt': '-Os',
'sources': [
'cflags.c',
],
@@ -16,7 +15,6 @@
'target_name': 'cflags_host',
'toolsets': ['host'],
'type': 'executable',
- 'opt': '-Os',
'sources': [
'cflags.c',
],
« no previous file with comments | « test/cflags/cflags.c ('k') | test/cflags/gyptest-cflags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698