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

Side by Side Diff: ios/crnet/test/crnet_test.gyp

Issue 1548323002: Add -Wno-deprecated-declarations on iOS in preparation of changing SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698