| OLD | NEW |
| 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("//third_party/yasm/yasm_assemble.gni") | 8 import("//third_party/yasm/yasm_assemble.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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "graphics/OpaqueRectTrackingContentLayerDelegate.cpp", | 498 "graphics/OpaqueRectTrackingContentLayerDelegate.cpp", |
| 499 "graphics/OpaqueRectTrackingContentLayerDelegate.h", | 499 "graphics/OpaqueRectTrackingContentLayerDelegate.h", |
| 500 "graphics/Path.cpp", | 500 "graphics/Path.cpp", |
| 501 "graphics/Path.h", | 501 "graphics/Path.h", |
| 502 "graphics/PathTraversalState.cpp", | 502 "graphics/PathTraversalState.cpp", |
| 503 "graphics/PathTraversalState.h", | 503 "graphics/PathTraversalState.h", |
| 504 "graphics/Pattern.cpp", | 504 "graphics/Pattern.cpp", |
| 505 "graphics/Pattern.h", | 505 "graphics/Pattern.h", |
| 506 "graphics/ProfilingCanvas.cpp", | 506 "graphics/ProfilingCanvas.cpp", |
| 507 "graphics/ProfilingCanvas.h", | 507 "graphics/ProfilingCanvas.h", |
| 508 "graphics/RecordingImageBufferSurface.cpp", | |
| 509 "graphics/RecordingImageBufferSurface.h", | |
| 510 "graphics/RegionTracker.cpp", | 508 "graphics/RegionTracker.cpp", |
| 511 "graphics/RegionTracker.h", | 509 "graphics/RegionTracker.h", |
| 512 "graphics/ReplayingCanvas.cpp", | 510 "graphics/ReplayingCanvas.cpp", |
| 513 "graphics/ReplayingCanvas.h", | 511 "graphics/ReplayingCanvas.h", |
| 514 "graphics/StrokeData.cpp", | 512 "graphics/StrokeData.cpp", |
| 515 "graphics/StrokeData.h", | 513 "graphics/StrokeData.h", |
| 516 "graphics/ThreadSafeDataTransport.cpp", | 514 "graphics/ThreadSafeDataTransport.cpp", |
| 517 "graphics/ThreadSafeDataTransport.h", | 515 "graphics/ThreadSafeDataTransport.h", |
| 518 "graphics/UnacceleratedImageBufferSurface.cpp", | 516 "graphics/UnacceleratedImageBufferSurface.cpp", |
| 519 "graphics/UnacceleratedImageBufferSurface.h", | 517 "graphics/UnacceleratedImageBufferSurface.h", |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 "fonts/GlyphBufferTest.cpp", | 811 "fonts/GlyphBufferTest.cpp", |
| 814 "fonts/GlyphPageTreeNodeTest.cpp", | 812 "fonts/GlyphPageTreeNodeTest.cpp", |
| 815 "fonts/android/FontCacheAndroidTest.cpp", | 813 "fonts/android/FontCacheAndroidTest.cpp", |
| 816 "geometry/FloatBoxTest.cpp", | 814 "geometry/FloatBoxTest.cpp", |
| 817 "geometry/FloatBoxTestHelpers.cpp", | 815 "geometry/FloatBoxTestHelpers.cpp", |
| 818 "geometry/FloatPolygonTest.cpp", | 816 "geometry/FloatPolygonTest.cpp", |
| 819 "geometry/FloatRoundedRectTest.cpp", | 817 "geometry/FloatRoundedRectTest.cpp", |
| 820 "geometry/RegionTest.cpp", | 818 "geometry/RegionTest.cpp", |
| 821 "geometry/RoundedRectTest.cpp", | 819 "geometry/RoundedRectTest.cpp", |
| 822 "graphics/GraphicsContextTest.cpp", | 820 "graphics/GraphicsContextTest.cpp", |
| 823 "graphics/RecordingImageBufferSurfaceTest.cpp", | |
| 824 "graphics/ThreadSafeDataTransportTest.cpp", | 821 "graphics/ThreadSafeDataTransportTest.cpp", |
| 825 "graphics/filters/FilterOperationsTest.cpp", | 822 "graphics/filters/FilterOperationsTest.cpp", |
| 826 "graphics/filters/ImageFilterBuilderTest.cpp", | 823 "graphics/filters/ImageFilterBuilderTest.cpp", |
| 827 "graphics/gpu/DrawingBufferTest.cpp", | 824 "graphics/gpu/DrawingBufferTest.cpp", |
| 828 "graphics/test/MockDiscardablePixelRef.h", | 825 "graphics/test/MockDiscardablePixelRef.h", |
| 829 "image-decoders/ImageDecoderTest.cpp", | 826 "image-decoders/ImageDecoderTest.cpp", |
| 830 "mac/ScrollElasticityControllerTest.mm", | 827 "mac/ScrollElasticityControllerTest.mm", |
| 831 "network/HTTPParsersTest.cpp", | 828 "network/HTTPParsersTest.cpp", |
| 832 "testing/ArenaTestHelpers.h", | 829 "testing/ArenaTestHelpers.h", |
| 833 "testing/TreeTestHelpers.cpp", | 830 "testing/TreeTestHelpers.cpp", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 #'cflags': ['-marm'], | 883 #'cflags': ['-marm'], |
| 887 # 'conditions': [ | 884 # 'conditions': [ |
| 888 # ['OS=="android"', { | 885 # ['OS=="android"', { |
| 889 # 'cflags!': ['-mthumb'], | 886 # 'cflags!': ['-mthumb'], |
| 890 # }], | 887 # }], |
| 891 # ], | 888 # ], |
| 892 | 889 |
| 893 deps = [ ":sky_common" ] | 890 deps = [ ":sky_common" ] |
| 894 } | 891 } |
| 895 } | 892 } |
| OLD | NEW |