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

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

Issue 851503003: Update from https://crrev.com/311076 (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
« no previous file with comments | « skia/skia_tests.gyp ('k') | sky/engine/platform/graphics/GraphicsContextRecorder.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 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 8
9 # Most targets in this file are private actions so use that as the default. 9 # Most targets in this file are private actions so use that as the default.
10 visibility = [ ":*" ] 10 visibility = [ ":*" ]
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 355 "graphics/GraphicsContextAnnotation.h",
356 "graphics/GraphicsContextRecorder.cpp",
357 "graphics/GraphicsContextRecorder.h",
358 "graphics/GraphicsContextState.cpp", 356 "graphics/GraphicsContextState.cpp",
359 "graphics/GraphicsContextState.h", 357 "graphics/GraphicsContextState.h",
360 "graphics/GraphicsContextStateSaver.h", 358 "graphics/GraphicsContextStateSaver.h",
361 "graphics/GraphicsTypes.cpp", 359 "graphics/GraphicsTypes.cpp",
362 "graphics/GraphicsTypes.h", 360 "graphics/GraphicsTypes.h",
363 "graphics/GraphicsTypes3D.h", 361 "graphics/GraphicsTypes3D.h",
364 "graphics/Image.cpp", 362 "graphics/Image.cpp",
365 "graphics/Image.h", 363 "graphics/Image.h",
366 "graphics/ImageBuffer.cpp", 364 "graphics/ImageBuffer.cpp",
367 "graphics/ImageBuffer.h", 365 "graphics/ImageBuffer.h",
368 "graphics/ImageBufferClient.h", 366 "graphics/ImageBufferClient.h",
369 "graphics/ImageBufferSurface.cpp", 367 "graphics/ImageBufferSurface.cpp",
370 "graphics/ImageBufferSurface.h", 368 "graphics/ImageBufferSurface.h",
371 "graphics/ImageDecodingStore.cpp", 369 "graphics/ImageDecodingStore.cpp",
372 "graphics/ImageDecodingStore.h", 370 "graphics/ImageDecodingStore.h",
373 "graphics/ImageFilter.cpp", 371 "graphics/ImageFilter.cpp",
374 "graphics/ImageFilter.h", 372 "graphics/ImageFilter.h",
375 "graphics/ImageFrameGenerator.cpp", 373 "graphics/ImageFrameGenerator.cpp",
376 "graphics/ImageFrameGenerator.h", 374 "graphics/ImageFrameGenerator.h",
377 "graphics/ImageObserver.cpp", 375 "graphics/ImageObserver.cpp",
378 "graphics/ImageObserver.h", 376 "graphics/ImageObserver.h",
379 "graphics/ImageOrientation.cpp", 377 "graphics/ImageOrientation.cpp",
380 "graphics/ImageOrientation.h", 378 "graphics/ImageOrientation.h",
381 "graphics/ImageSource.cpp", 379 "graphics/ImageSource.cpp",
382 "graphics/ImageSource.h", 380 "graphics/ImageSource.h",
383 "graphics/InterceptingCanvas.h", 381 "graphics/InterceptingCanvas.h",
384 "graphics/LoggingCanvas.cpp",
385 "graphics/LoggingCanvas.h",
386 "graphics/OpaqueRectTrackingContentLayerDelegate.cpp", 382 "graphics/OpaqueRectTrackingContentLayerDelegate.cpp",
387 "graphics/OpaqueRectTrackingContentLayerDelegate.h", 383 "graphics/OpaqueRectTrackingContentLayerDelegate.h",
388 "graphics/Path.cpp", 384 "graphics/Path.cpp",
389 "graphics/Path.h", 385 "graphics/Path.h",
390 "graphics/PathTraversalState.cpp", 386 "graphics/PathTraversalState.cpp",
391 "graphics/PathTraversalState.h", 387 "graphics/PathTraversalState.h",
392 "graphics/Pattern.cpp", 388 "graphics/Pattern.cpp",
393 "graphics/Pattern.h", 389 "graphics/Pattern.h",
394 "graphics/ProfilingCanvas.cpp",
395 "graphics/ProfilingCanvas.h",
396 "graphics/RegionTracker.cpp", 390 "graphics/RegionTracker.cpp",
397 "graphics/RegionTracker.h", 391 "graphics/RegionTracker.h",
398 "graphics/ReplayingCanvas.cpp",
399 "graphics/ReplayingCanvas.h",
400 "graphics/skia/GaneshUtils.cpp", 392 "graphics/skia/GaneshUtils.cpp",
401 "graphics/skia/GaneshUtils.h", 393 "graphics/skia/GaneshUtils.h",
402 "graphics/skia/NativeImageSkia.cpp", 394 "graphics/skia/NativeImageSkia.cpp",
403 "graphics/skia/NativeImageSkia.h", 395 "graphics/skia/NativeImageSkia.h",
404 "graphics/skia/SkiaUtils.cpp", 396 "graphics/skia/SkiaUtils.cpp",
405 "graphics/skia/SkiaUtils.h", 397 "graphics/skia/SkiaUtils.h",
406 "graphics/skia/SkSizeHash.h", 398 "graphics/skia/SkSizeHash.h",
407 "graphics/StrokeData.cpp", 399 "graphics/StrokeData.cpp",
408 "graphics/StrokeData.h", 400 "graphics/StrokeData.h",
409 "graphics/ThreadSafeDataTransport.cpp", 401 "graphics/ThreadSafeDataTransport.cpp",
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 766 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
775 # TODO(GYP) 767 # TODO(GYP)
776 #'cflags': ['-marm'], 768 #'cflags': ['-marm'],
777 # 'conditions': [ 769 # 'conditions': [
778 # ['OS=="android"', { 770 # ['OS=="android"', {
779 # 'cflags!': ['-mthumb'], 771 # 'cflags!': ['-mthumb'],
780 # }], 772 # }],
781 # ], 773 # ],
782 } 774 }
783 } 775 }
OLDNEW
« no previous file with comments | « skia/skia_tests.gyp ('k') | sky/engine/platform/graphics/GraphicsContextRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698