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

Side by Side Diff: gyp/debugger.gyp

Issue 812673004: Turn off warnings as errors for the debugger (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 'variables': { 2 'variables': {
3 'skia_warnings_as_errors': 0,
3 'conditions': [ 4 'conditions': [
4 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { 5 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
5 # Use the systemwide Qt libs by default 6 # Use the systemwide Qt libs by default
6 'variables': { 7 'variables': {
7 'qt_sdk%': '/usr', 8 'qt_sdk%': '/usr',
8 }, 9 },
9 'qt_sdk': '<(qt_sdk)', 10 'qt_sdk': '<(qt_sdk)',
10 'qt_moc%': 'moc', 11 'qt_moc%': 'moc',
11 'qt_includes': [ 12 'qt_includes': [
12 '<(qt_sdk)/include', 13 '<(qt_sdk)/include',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 '<(RULE_INPUT_PATH)', 184 '<(RULE_INPUT_PATH)',
184 '-o', '<(moc_gen_dir)/moc_<(RULE_INPUT_ROOT).cpp' ], 185 '-o', '<(moc_gen_dir)/moc_<(RULE_INPUT_ROOT).cpp' ],
185 'message': 'Generating <(RULE_INPUT_ROOT).cpp.', 186 'message': 'Generating <(RULE_INPUT_ROOT).cpp.',
186 }, 187 },
187 ], 188 ],
188 }, 189 },
189 ], 190 ],
190 }], 191 }],
191 ], 192 ],
192 } 193 }
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