| 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 "geometry/RegionTest.cpp", | 699 "geometry/RegionTest.cpp", |
| 700 "geometry/RoundedRectTest.cpp", | 700 "geometry/RoundedRectTest.cpp", |
| 701 "graphics/GraphicsContextTest.cpp", | 701 "graphics/GraphicsContextTest.cpp", |
| 702 "graphics/ThreadSafeDataTransportTest.cpp", | 702 "graphics/ThreadSafeDataTransportTest.cpp", |
| 703 "graphics/filters/FilterOperationsTest.cpp", | 703 "graphics/filters/FilterOperationsTest.cpp", |
| 704 "graphics/filters/ImageFilterBuilderTest.cpp", | 704 "graphics/filters/ImageFilterBuilderTest.cpp", |
| 705 "graphics/gpu/DrawingBufferTest.cpp", | 705 "graphics/gpu/DrawingBufferTest.cpp", |
| 706 "image-decoders/ImageDecoderTest.cpp", | 706 "image-decoders/ImageDecoderTest.cpp", |
| 707 "mac/ScrollElasticityControllerTest.mm", | 707 "mac/ScrollElasticityControllerTest.mm", |
| 708 "network/HTTPParsersTest.cpp", | 708 "network/HTTPParsersTest.cpp", |
| 709 "testing/TreeTestHelpers.cpp", | |
| 710 "testing/TreeTestHelpers.h", | |
| 711 "testing/RunAllTests.cpp", | 709 "testing/RunAllTests.cpp", |
| 712 "transforms/TransformOperationsTest.cpp", | 710 "transforms/TransformOperationsTest.cpp", |
| 713 "transforms/TransformationMatrixTest.cpp", | 711 "transforms/TransformationMatrixTest.cpp", |
| 714 "text/BidiResolverTest.cpp", | 712 "text/BidiResolverTest.cpp", |
| 715 "text/SegmentedStringTest.cpp", | 713 "text/SegmentedStringTest.cpp", |
| 716 "text/UnicodeUtilitiesTest.cpp", | 714 "text/UnicodeUtilitiesTest.cpp", |
| 717 "weborigin/KURLTest.cpp", | 715 "weborigin/KURLTest.cpp", |
| 718 "weborigin/SecurityPolicyTest.cpp", | 716 "weborigin/SecurityPolicyTest.cpp", |
| 719 ] | 717 ] |
| 720 | 718 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 756 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 759 # TODO(GYP) | 757 # TODO(GYP) |
| 760 #'cflags': ['-marm'], | 758 #'cflags': ['-marm'], |
| 761 # 'conditions': [ | 759 # 'conditions': [ |
| 762 # ['OS=="android"', { | 760 # ['OS=="android"', { |
| 763 # 'cflags!': ['-mthumb'], | 761 # 'cflags!': ['-mthumb'], |
| 764 # }], | 762 # }], |
| 765 # ], | 763 # ], |
| 766 } | 764 } |
| 767 } | 765 } |
| OLD | NEW |