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

Side by Side Diff: gyp/debugger.gyp

Issue 1035523003: Add copyright headers to remaining gyp files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 5 years, 9 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 | « gyp/core.gypi ('k') | gyp/dm.gyp » ('j') | 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 Google Inc.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
1 { 5 {
2 'variables': { 6 'variables': {
3 'skia_warnings_as_errors': 0, 7 'skia_warnings_as_errors': 0,
4 'conditions': [ 8 'conditions': [
5 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { 9 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
6 # Use the systemwide Qt libs by default 10 # Use the systemwide Qt libs by default
7 'variables': { 11 'variables': {
8 'qt_sdk%': '/usr', 12 'qt_sdk%': '/usr',
9 }, 13 },
10 'qt_sdk': '<(qt_sdk)', 14 'qt_sdk': '<(qt_sdk)',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 '<(RULE_INPUT_PATH)', 188 '<(RULE_INPUT_PATH)',
185 '-o', '<(moc_gen_dir)/moc_<(RULE_INPUT_ROOT).cpp' ], 189 '-o', '<(moc_gen_dir)/moc_<(RULE_INPUT_ROOT).cpp' ],
186 'message': 'Generating <(RULE_INPUT_ROOT).cpp.', 190 'message': 'Generating <(RULE_INPUT_ROOT).cpp.',
187 }, 191 },
188 ], 192 ],
189 }, 193 },
190 ], 194 ],
191 }], 195 }],
192 ], 196 ],
193 } 197 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/dm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698