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

Side by Side Diff: Source/config.gyp

Issue 63073002: Increase warning level for windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 1 month 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 | « no previous file | 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 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 25 matching lines...) Expand all
36 'targets': [ 36 'targets': [
37 { 37 {
38 'target_name': 'config', 38 'target_name': 'config',
39 'type': 'none', 39 'type': 'none',
40 'direct_dependent_settings': { 40 'direct_dependent_settings': {
41 'include_dirs': [ 41 'include_dirs': [
42 '.', 42 '.',
43 '..', 43 '..',
44 ], 44 ],
45 'msvs_disabled_warnings': [ 45 'msvs_disabled_warnings': [
46 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, 4800, 4996, 4714, 4324, 46 4305, 4324, 4714, 4800, 4996,
47 ], 47 ],
48 'variables': { 48 'variables': {
49 'chromium_code': 1, 49 'chromium_code': 1,
50 }, 50 },
51 'conditions': [ 51 'conditions': [
52 ['OS=="win" and component=="shared_library"', { 52 ['OS=="win" and component=="shared_library"', {
53 'defines': [ 53 'defines': [
54 'USING_V8_SHARED', 54 'USING_V8_SHARED',
55 ], 55 ],
56 }], 56 }],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ], 116 ],
117 'direct_dependent_settings': { 117 'direct_dependent_settings': {
118 'cflags!': ['-Wglobal-constructors'], 118 'cflags!': ['-Wglobal-constructors'],
119 'xcode_settings': { 119 'xcode_settings': {
120 'WARNING_CFLAGS!': ['-Wglobal-constructors'], 120 'WARNING_CFLAGS!': ['-Wglobal-constructors'],
121 }, 121 },
122 }, 122 },
123 } 123 }
124 ], 124 ],
125 } 125 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698