| 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("//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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 "fonts/FontTest.cpp", | 668 "fonts/FontTest.cpp", |
| 669 "fonts/GlyphPageTreeNodeTest.cpp", | 669 "fonts/GlyphPageTreeNodeTest.cpp", |
| 670 "fonts/android/FontCacheAndroidTest.cpp", | 670 "fonts/android/FontCacheAndroidTest.cpp", |
| 671 "geometry/FloatBoxTest.cpp", | 671 "geometry/FloatBoxTest.cpp", |
| 672 "geometry/FloatBoxTestHelpers.cpp", | 672 "geometry/FloatBoxTestHelpers.cpp", |
| 673 "geometry/FloatRoundedRectTest.cpp", | 673 "geometry/FloatRoundedRectTest.cpp", |
| 674 "geometry/RegionTest.cpp", | 674 "geometry/RegionTest.cpp", |
| 675 "geometry/RoundedRectTest.cpp", | 675 "geometry/RoundedRectTest.cpp", |
| 676 "graphics/GraphicsContextTest.cpp", | 676 "graphics/GraphicsContextTest.cpp", |
| 677 "graphics/ThreadSafeDataTransportTest.cpp", | 677 "graphics/ThreadSafeDataTransportTest.cpp", |
| 678 "graphics/filters/FilterOperationsTest.cpp", | |
| 679 "graphics/filters/ImageFilterBuilderTest.cpp", | 678 "graphics/filters/ImageFilterBuilderTest.cpp", |
| 680 "graphics/gpu/DrawingBufferTest.cpp", | 679 "graphics/gpu/DrawingBufferTest.cpp", |
| 681 "image-decoders/ImageDecoderTest.cpp", | 680 "image-decoders/ImageDecoderTest.cpp", |
| 682 "mac/ScrollElasticityControllerTest.mm", | 681 "mac/ScrollElasticityControllerTest.mm", |
| 683 "network/HTTPParsersTest.cpp", | 682 "network/HTTPParsersTest.cpp", |
| 684 "testing/RunAllTests.cpp", | 683 "testing/RunAllTests.cpp", |
| 685 "transforms/TransformOperationsTest.cpp", | 684 "transforms/TransformOperationsTest.cpp", |
| 686 "transforms/TransformationMatrixTest.cpp", | 685 "transforms/TransformationMatrixTest.cpp", |
| 687 "text/BidiResolverTest.cpp", | 686 "text/BidiResolverTest.cpp", |
| 688 "text/SegmentedStringTest.cpp", | 687 "text/SegmentedStringTest.cpp", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 730 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 732 # TODO(GYP) | 731 # TODO(GYP) |
| 733 #'cflags': ['-marm'], | 732 #'cflags': ['-marm'], |
| 734 # 'conditions': [ | 733 # 'conditions': [ |
| 735 # ['OS=="android"', { | 734 # ['OS=="android"', { |
| 736 # 'cflags!': ['-mthumb'], | 735 # 'cflags!': ['-mthumb'], |
| 737 # }], | 736 # }], |
| 738 # ], | 737 # ], |
| 739 } | 738 } |
| 740 } | 739 } |
| OLD | NEW |