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

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 870393002: Remove GraphicsContext annotations. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//sky/engine/build/scripts/scripts.gni") 6 import("//sky/engine/build/scripts/scripts.gni")
7 import("//sky/engine/config.gni") 7 import("//sky/engine/config.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 # Most targets in this file are private actions so use that as the default. 10 # Most targets in this file are private actions so use that as the default.
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "graphics/gpu/WebGLImageBufferSurface.cpp", 345 "graphics/gpu/WebGLImageBufferSurface.cpp",
346 "graphics/gpu/WebGLImageBufferSurface.h", 346 "graphics/gpu/WebGLImageBufferSurface.h",
347 "graphics/gpu/WebGLImageConversion.cpp", 347 "graphics/gpu/WebGLImageConversion.cpp",
348 "graphics/gpu/WebGLImageConversion.h", 348 "graphics/gpu/WebGLImageConversion.h",
349 "graphics/Gradient.cpp", 349 "graphics/Gradient.cpp",
350 "graphics/Gradient.h", 350 "graphics/Gradient.h",
351 "graphics/GradientGeneratedImage.cpp", 351 "graphics/GradientGeneratedImage.cpp",
352 "graphics/GradientGeneratedImage.h", 352 "graphics/GradientGeneratedImage.h",
353 "graphics/GraphicsContext.cpp", 353 "graphics/GraphicsContext.cpp",
354 "graphics/GraphicsContext.h", 354 "graphics/GraphicsContext.h",
355 "graphics/GraphicsContextAnnotation.h",
356 "graphics/GraphicsContextState.cpp", 355 "graphics/GraphicsContextState.cpp",
357 "graphics/GraphicsContextState.h", 356 "graphics/GraphicsContextState.h",
358 "graphics/GraphicsContextStateSaver.h", 357 "graphics/GraphicsContextStateSaver.h",
359 "graphics/GraphicsTypes.cpp", 358 "graphics/GraphicsTypes.cpp",
360 "graphics/GraphicsTypes.h", 359 "graphics/GraphicsTypes.h",
361 "graphics/GraphicsTypes3D.h", 360 "graphics/GraphicsTypes3D.h",
362 "graphics/Image.cpp", 361 "graphics/Image.cpp",
363 "graphics/Image.h", 362 "graphics/Image.h",
364 "graphics/ImageBuffer.cpp", 363 "graphics/ImageBuffer.cpp",
365 "graphics/ImageBuffer.h", 364 "graphics/ImageBuffer.h",
366 "graphics/ImageBufferClient.h", 365 "graphics/ImageBufferClient.h",
367 "graphics/ImageBufferSurface.cpp", 366 "graphics/ImageBufferSurface.cpp",
368 "graphics/ImageBufferSurface.h", 367 "graphics/ImageBufferSurface.h",
369 "graphics/ImageDecodingStore.cpp", 368 "graphics/ImageDecodingStore.cpp",
370 "graphics/ImageDecodingStore.h", 369 "graphics/ImageDecodingStore.h",
371 "graphics/ImageFilter.cpp", 370 "graphics/ImageFilter.cpp",
372 "graphics/ImageFilter.h", 371 "graphics/ImageFilter.h",
373 "graphics/ImageFrameGenerator.cpp", 372 "graphics/ImageFrameGenerator.cpp",
374 "graphics/ImageFrameGenerator.h", 373 "graphics/ImageFrameGenerator.h",
375 "graphics/ImageObserver.cpp", 374 "graphics/ImageObserver.cpp",
376 "graphics/ImageObserver.h", 375 "graphics/ImageObserver.h",
377 "graphics/ImageOrientation.cpp", 376 "graphics/ImageOrientation.cpp",
378 "graphics/ImageOrientation.h", 377 "graphics/ImageOrientation.h",
379 "graphics/ImageSource.cpp", 378 "graphics/ImageSource.cpp",
380 "graphics/ImageSource.h", 379 "graphics/ImageSource.h",
381 "graphics/InterceptingCanvas.h",
382 "graphics/OpaqueRectTrackingContentLayerDelegate.cpp",
383 "graphics/OpaqueRectTrackingContentLayerDelegate.h",
384 "graphics/Path.cpp", 380 "graphics/Path.cpp",
385 "graphics/Path.h", 381 "graphics/Path.h",
386 "graphics/PathTraversalState.cpp", 382 "graphics/PathTraversalState.cpp",
387 "graphics/PathTraversalState.h", 383 "graphics/PathTraversalState.h",
388 "graphics/Pattern.cpp", 384 "graphics/Pattern.cpp",
389 "graphics/Pattern.h", 385 "graphics/Pattern.h",
390 "graphics/RegionTracker.cpp", 386 "graphics/RegionTracker.cpp",
391 "graphics/RegionTracker.h", 387 "graphics/RegionTracker.h",
392 "graphics/skia/GaneshUtils.cpp", 388 "graphics/skia/GaneshUtils.cpp",
393 "graphics/skia/GaneshUtils.h", 389 "graphics/skia/GaneshUtils.h",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 752 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
757 # TODO(GYP) 753 # TODO(GYP)
758 #'cflags': ['-marm'], 754 #'cflags': ['-marm'],
759 # 'conditions': [ 755 # 'conditions': [
760 # ['OS=="android"', { 756 # ['OS=="android"', {
761 # 'cflags!': ['-mthumb'], 757 # 'cflags!': ['-mthumb'],
762 # }], 758 # }],
763 # ], 759 # ],
764 } 760 }
765 } 761 }
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/RenderView.cpp ('k') | sky/engine/platform/graphics/GraphicsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698