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

Side by Side Diff: build_gyp/set_clang_warning_flags.gypi

Issue 1900913003: Move build/ to build_gyp/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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
OLDNEW
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 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 # This file is meant to be included to set clang-specific compiler flags. 5 # This file is meant to be included to set clang-specific compiler flags.
6 # To use this the following variable can be defined: 6 # To use this the following variable can be defined:
7 # clang_warning_flags: list: Compiler flags to pass to clang. 7 # clang_warning_flags: list: Compiler flags to pass to clang.
8 # clang_warning_flags_unset: list: Compiler flags to not pass to clang. 8 # clang_warning_flags_unset: list: Compiler flags to not pass to clang.
9 # 9 #
10 # Only use this in third-party code. In chromium_code, fix your code to not 10 # Only use this in third-party code. In chromium_code, fix your code to not
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ['clang==0 and host_clang==1', { 49 ['clang==0 and host_clang==1', {
50 'target_conditions': [ 50 'target_conditions': [
51 ['_toolset=="host"', { 51 ['_toolset=="host"', {
52 'cflags': [ '>@(clang_warning_flags)' ], 52 'cflags': [ '>@(clang_warning_flags)' ],
53 'cflags!': [ '>@(clang_warning_flags_unset)' ], 53 'cflags!': [ '>@(clang_warning_flags_unset)' ],
54 }], 54 }],
55 ], 55 ],
56 }], 56 }],
57 ], 57 ],
58 } 58 }
OLDNEW
« build/gyp_pdfium ('K') | « build_gyp/mac_find_sdk.py ('k') | build_gyp/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698