Chromium Code Reviews| Index: test/cxxflags/cxxflags.gyp |
| =================================================================== |
| --- test/cxxflags/cxxflags.gyp (revision 0) |
| +++ test/cxxflags/cxxflags.gyp (revision 0) |
| @@ -0,0 +1,15 @@ |
| +# Copyright (c) 2009 Google Inc. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'targets': [ |
| + { |
| + 'target_name': 'cxxflags', |
| + 'type': 'executable', |
|
Evan Martin
2010/12/17 23:27:06
Should this include an opt flag setting?
It seems
|
| + 'sources': [ |
| + 'cxxflags.cc', |
| + ], |
| + }, |
| + ], |
| +} |