Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 the V8 project authors. All rights reserved. | 1 # Copyright 2014 the V8 project authors. All rights reserved. |
|
tfarina
2014/08/29 15:05:37
could you name this gyp file base_tests.gyp?
For
| |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'v8_code': 1, | 7 'v8_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'], | 9 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'], |
| 10 'targets': [ | 10 'targets': [ |
| 11 { | 11 { |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 36 # TODO(svenpanne): This is a temporary work-around to fix the warnings | 36 # TODO(svenpanne): This is a temporary work-around to fix the warnings |
| 37 # that show up because we use -std=gnu++0x instead of -std=c++11. | 37 # that show up because we use -std=gnu++0x instead of -std=c++11. |
| 38 'cflags!': [ | 38 'cflags!': [ |
| 39 '-pedantic', | 39 '-pedantic', |
| 40 ], | 40 ], |
| 41 }], | 41 }], |
| 42 ], | 42 ], |
| 43 }, | 43 }, |
| 44 ], | 44 ], |
| 45 } | 45 } |
| OLD | NEW |