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

Side by Side Diff: gyp/common_variables.gypi

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 # Copyright 2012 The Android Open Source Project 1 # Copyright 2012 The Android Open Source Project
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 # Get ready for the ugly... 7 # Get ready for the ugly...
8 # 8 #
9 # - We have to nest our variables dictionaries multiple levels deep, so that 9 # - We have to nest our variables dictionaries multiple levels deep, so that
10 # this and other gyp files can rely on previously-set variable values in 10 # this and other gyp files can rely on previously-set variable values in
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'skia_arch_type%': '<(skia_arch_type)', 120 'skia_arch_type%': '<(skia_arch_type)',
121 'skia_directwrite%': '<(skia_directwrite)', 121 'skia_directwrite%': '<(skia_directwrite)',
122 'skia_gpu%': '<(skia_gpu)', 122 'skia_gpu%': '<(skia_gpu)',
123 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', 123 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)',
124 'skia_profile_enabled%': '<(skia_profile_enabled)', 124 'skia_profile_enabled%': '<(skia_profile_enabled)',
125 'skia_shared_lib%': '<(skia_shared_lib)', 125 'skia_shared_lib%': '<(skia_shared_lib)',
126 'skia_static_initializers%': '<(skia_static_initializers)', 126 'skia_static_initializers%': '<(skia_static_initializers)',
127 'ios_sdk_version%': '6.0', 127 'ios_sdk_version%': '6.0',
128 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', 128 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
129 129
130 'skia_cros_target%': '',
131
130 # These are referenced by our .gypi files that list files (e.g. core.gypi) 132 # These are referenced by our .gypi files that list files (e.g. core.gypi)
131 # 133 #
132 'skia_src_path%': '../src', 134 'skia_src_path%': '../src',
133 'skia_include_path%': '../include', 135 'skia_include_path%': '../include',
134 }, 136 },
135 } 137 }
136 # Local Variables: 138 # Local Variables:
137 # tab-width:2 139 # tab-width:2
138 # indent-tabs-mode:nil 140 # indent-tabs-mode:nil
139 # End: 141 # End:
140 # vim: set expandtab tabstop=2 shiftwidth=2: 142 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698