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

Side by Side Diff: skia/skia.gyp

Issue 9353012: Add a switch to invert web contents (non-accel only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing, now that skia change is in Created 8 years, 10 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 '../third_party/skia/src/effects/SkEmbossMask_Table.h', 333 '../third_party/skia/src/effects/SkEmbossMask_Table.h',
334 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', 334 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp',
335 '../third_party/skia/src/effects/SkGradientShader.cpp', 335 '../third_party/skia/src/effects/SkGradientShader.cpp',
336 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', 336 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
337 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', 337 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
338 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', 338 '../third_party/skia/src/effects/SkLayerRasterizer.cpp',
339 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', 339 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
340 '../third_party/skia/src/effects/SkPorterDuff.cpp', 340 '../third_party/skia/src/effects/SkPorterDuff.cpp',
341 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', 341 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
342 '../third_party/skia/src/effects/SkRadialGradient_Table.h', 342 '../third_party/skia/src/effects/SkRadialGradient_Table.h',
343 '../third_party/skia/src/effects/SkTableColorFilter.cpp',
343 '../third_party/skia/src/effects/SkTransparentShader.cpp', 344 '../third_party/skia/src/effects/SkTransparentShader.cpp',
344 345
345 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', 346 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp',
346 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', 347 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h',
347 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', 348 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp',
348 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', 349 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h',
349 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', 350 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp',
350 '../third_party/skia/src/gpu/GrAllocator.h', 351 '../third_party/skia/src/gpu/GrAllocator.h',
351 '../third_party/skia/src/gpu/GrAllocPool.h', 352 '../third_party/skia/src/gpu/GrAllocPool.h',
352 '../third_party/skia/src/gpu/GrAllocPool.cpp', 353 '../third_party/skia/src/gpu/GrAllocPool.cpp',
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 ], 1154 ],
1154 'include_dirs': [ 1155 'include_dirs': [
1155 '..', 1156 '..',
1156 ], 1157 ],
1157 'sources': [ 1158 'sources': [
1158 'ext/image_operations_bench.cc', 1159 'ext/image_operations_bench.cc',
1159 ], 1160 ],
1160 }, 1161 },
1161 ], 1162 ],
1162 } 1163 }
OLDNEW
« no previous file with comments | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698