OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [], | 9 'targets': [], |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 12 matching lines...) Expand all Loading... |
23 'sources': [ | 23 'sources': [ |
24 'crnet_http_tests.mm', | 24 'crnet_http_tests.mm', |
25 'crnet_test_runner.mm', | 25 'crnet_test_runner.mm', |
26 ], | 26 ], |
27 'include_dirs': [ | 27 'include_dirs': [ |
28 '../../..', | 28 '../../..', |
29 '..', | 29 '..', |
30 ], | 30 ], |
31 'link_settings': { | 31 'link_settings': { |
32 }, | 32 }, |
| 33 # TODO(crbug.com/571217): Disabled warning-as-error option until |
| 34 # this bug is fixed. |
| 35 'xcode_settings': { |
| 36 'WARNING_CFLAGS': [ |
| 37 '-Wno-deprecated-declarations', |
| 38 ], |
| 39 }, |
33 }, | 40 }, |
34 ], | 41 ], |
35 }], | 42 }], |
36 ], | 43 ], |
37 } | 44 } |
OLD | NEW |