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

Side by Side Diff: gyp/debugger.gyp

Issue 16099011: GYP changes and scripts for compiling Skia for ChromeOS (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'conditions': [ 3 'conditions': [
4 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', { 4 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
5 # Use the systemwide Qt libs by default 5 # Use the systemwide Qt libs by default
6 'variables': { 6 'variables': {
7 'qt_sdk%': '/usr', 7 'qt_sdk%': '/usr',
8 }, 8 },
9 'qt_sdk': '<(qt_sdk)', 9 'qt_sdk': '<(qt_sdk)',
10 'qt_moc%': 'moc', 10 'qt_moc%': 'moc',
11 'qt_includes': [ 11 'qt_includes': [
12 '<(qt_sdk)/include', 12 '<(qt_sdk)/include',
13 '<(qt_sdk)/include/QtCore', 13 '<(qt_sdk)/include/QtCore',
14 '<(qt_sdk)/include/QtGui', 14 '<(qt_sdk)/include/QtGui',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 ], 184 ],
185 }], 185 }],
186 ], 186 ],
187 } 187 }
188 188
189 # Local Variables: 189 # Local Variables:
190 # tab-width:2 190 # tab-width:2
191 # indent-tabs-mode:nil 191 # indent-tabs-mode:nil
192 # End: 192 # End:
193 # vim: set expandtab tabstop=2 shiftwidth=2: 193 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698