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

Side by Side Diff: gyp/core.gypi

Issue 1436033003: skstd -> std for unique_ptr (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more functions Created 4 years, 11 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/SkRefCnt.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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 '<(skia_include_path)/private/SkOncePtr.h', 402 '<(skia_include_path)/private/SkOncePtr.h',
403 '<(skia_include_path)/private/SkRecords.h', 403 '<(skia_include_path)/private/SkRecords.h',
404 '<(skia_include_path)/private/SkSemaphore.h', 404 '<(skia_include_path)/private/SkSemaphore.h',
405 '<(skia_include_path)/private/SkSpinlock.h', 405 '<(skia_include_path)/private/SkSpinlock.h',
406 '<(skia_include_path)/private/SkTemplates.h', 406 '<(skia_include_path)/private/SkTemplates.h',
407 '<(skia_include_path)/private/SkTHash.h', 407 '<(skia_include_path)/private/SkTHash.h',
408 '<(skia_include_path)/private/SkThreadID.h', 408 '<(skia_include_path)/private/SkThreadID.h',
409 '<(skia_include_path)/private/SkTDict.h', 409 '<(skia_include_path)/private/SkTDict.h',
410 '<(skia_include_path)/private/SkTSearch.h', 410 '<(skia_include_path)/private/SkTSearch.h',
411 '<(skia_include_path)/private/SkTLogic.h', 411 '<(skia_include_path)/private/SkTLogic.h',
412 '<(skia_include_path)/private/SkUniquePtr.h',
413 '<(skia_include_path)/private/SkWeakRefCnt.h', 412 '<(skia_include_path)/private/SkWeakRefCnt.h',
414 413
415 # Path ops 414 # Path ops
416 '<(skia_include_path)/pathops/SkPathOps.h', 415 '<(skia_include_path)/pathops/SkPathOps.h',
417 416
418 '<(skia_src_path)/pathops/SkAddIntersections.cpp', 417 '<(skia_src_path)/pathops/SkAddIntersections.cpp',
419 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', 418 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp',
420 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', 419 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp',
421 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', 420 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp',
422 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', 421 '<(skia_src_path)/pathops/SkDLineIntersection.cpp',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 '<(skia_src_path)/pathops/SkPathOpsLine.h', 467 '<(skia_src_path)/pathops/SkPathOpsLine.h',
469 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 468 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
470 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 469 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
471 '<(skia_src_path)/pathops/SkPathOpsRect.h', 470 '<(skia_src_path)/pathops/SkPathOpsRect.h',
472 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 471 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
473 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 472 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
474 '<(skia_src_path)/pathops/SkPathWriter.h', 473 '<(skia_src_path)/pathops/SkPathWriter.h',
475 '<(skia_src_path)/pathops/SkReduceOrder.h', 474 '<(skia_src_path)/pathops/SkReduceOrder.h',
476 ], 475 ],
477 } 476 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkRefCnt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698