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

Side by Side Diff: gyp/core.gypi

Issue 1109593002: SkTime: return timezone information (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: reorder assignment Created 5 years, 7 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 | « no previous file | include/core/SkTime.h » ('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. 1 # Copyright 2015 Google Inc.
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 # Include this gypi to include all 'core' files 5 # Include this gypi to include all 'core' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 '<(skia_src_path)/core/SkStroke.h', 201 '<(skia_src_path)/core/SkStroke.h',
202 '<(skia_src_path)/core/SkStroke.cpp', 202 '<(skia_src_path)/core/SkStroke.cpp',
203 '<(skia_src_path)/core/SkStrokeRec.cpp', 203 '<(skia_src_path)/core/SkStrokeRec.cpp',
204 '<(skia_src_path)/core/SkStrokerPriv.cpp', 204 '<(skia_src_path)/core/SkStrokerPriv.cpp',
205 '<(skia_src_path)/core/SkStrokerPriv.h', 205 '<(skia_src_path)/core/SkStrokerPriv.h',
206 '<(skia_src_path)/core/SkTaskGroup.cpp', 206 '<(skia_src_path)/core/SkTaskGroup.cpp',
207 '<(skia_src_path)/core/SkTaskGroup.h', 207 '<(skia_src_path)/core/SkTaskGroup.h',
208 '<(skia_src_path)/core/SkTextBlob.cpp', 208 '<(skia_src_path)/core/SkTextBlob.cpp',
209 '<(skia_src_path)/core/SkTextFormatParams.h', 209 '<(skia_src_path)/core/SkTextFormatParams.h',
210 '<(skia_src_path)/core/SkTextMapStateProc.h', 210 '<(skia_src_path)/core/SkTextMapStateProc.h',
211 '<(skia_src_path)/core/SkTime.cpp',
211 '<(skia_src_path)/core/SkTDPQueue.h', 212 '<(skia_src_path)/core/SkTDPQueue.h',
212 '<(skia_src_path)/core/SkTLList.h', 213 '<(skia_src_path)/core/SkTLList.h',
213 '<(skia_src_path)/core/SkTLS.cpp', 214 '<(skia_src_path)/core/SkTLS.cpp',
214 '<(skia_src_path)/core/SkTraceEvent.h', 215 '<(skia_src_path)/core/SkTraceEvent.h',
215 '<(skia_src_path)/core/SkTSearch.cpp', 216 '<(skia_src_path)/core/SkTSearch.cpp',
216 '<(skia_src_path)/core/SkTSort.h', 217 '<(skia_src_path)/core/SkTSort.h',
217 '<(skia_src_path)/core/SkTypeface.cpp', 218 '<(skia_src_path)/core/SkTypeface.cpp',
218 '<(skia_src_path)/core/SkTypefaceCache.cpp', 219 '<(skia_src_path)/core/SkTypefaceCache.cpp',
219 '<(skia_src_path)/core/SkTypefaceCache.h', 220 '<(skia_src_path)/core/SkTypefaceCache.h',
220 '<(skia_src_path)/core/SkUnPreMultiply.cpp', 221 '<(skia_src_path)/core/SkUnPreMultiply.cpp',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '<(skia_src_path)/pathops/SkPathOpsLine.h', 388 '<(skia_src_path)/pathops/SkPathOpsLine.h',
388 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 389 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
389 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 390 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
390 '<(skia_src_path)/pathops/SkPathOpsRect.h', 391 '<(skia_src_path)/pathops/SkPathOpsRect.h',
391 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 392 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
392 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 393 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
393 '<(skia_src_path)/pathops/SkPathWriter.h', 394 '<(skia_src_path)/pathops/SkPathWriter.h',
394 '<(skia_src_path)/pathops/SkReduceOrder.h', 395 '<(skia_src_path)/pathops/SkReduceOrder.h',
395 ], 396 ],
396 } 397 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698