| 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 | 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "SharedBufferTest.cpp", | 692 "SharedBufferTest.cpp", |
| 693 "TestingPlatformSupport.cpp", | 693 "TestingPlatformSupport.cpp", |
| 694 "TestingPlatformSupport.h", | 694 "TestingPlatformSupport.h", |
| 695 "TracedValueTest.cpp", | 695 "TracedValueTest.cpp", |
| 696 "animation/TimingFunctionTest.cpp", | 696 "animation/TimingFunctionTest.cpp", |
| 697 "animation/UnitBezierTest.cpp", | 697 "animation/UnitBezierTest.cpp", |
| 698 "clipboard/ClipboardUtilitiesTest.cpp", | 698 "clipboard/ClipboardUtilitiesTest.cpp", |
| 699 "fonts/FontCacheTest.cpp", | 699 "fonts/FontCacheTest.cpp", |
| 700 "fonts/FontDescriptionTest.cpp", | 700 "fonts/FontDescriptionTest.cpp", |
| 701 "fonts/FontTest.cpp", | 701 "fonts/FontTest.cpp", |
| 702 "fonts/GlyphBufferTest.cpp", | |
| 703 "fonts/GlyphPageTreeNodeTest.cpp", | 702 "fonts/GlyphPageTreeNodeTest.cpp", |
| 704 "fonts/android/FontCacheAndroidTest.cpp", | 703 "fonts/android/FontCacheAndroidTest.cpp", |
| 705 "geometry/FloatBoxTest.cpp", | 704 "geometry/FloatBoxTest.cpp", |
| 706 "geometry/FloatBoxTestHelpers.cpp", | 705 "geometry/FloatBoxTestHelpers.cpp", |
| 707 "geometry/FloatRoundedRectTest.cpp", | 706 "geometry/FloatRoundedRectTest.cpp", |
| 708 "geometry/RegionTest.cpp", | 707 "geometry/RegionTest.cpp", |
| 709 "geometry/RoundedRectTest.cpp", | 708 "geometry/RoundedRectTest.cpp", |
| 710 "graphics/GraphicsContextTest.cpp", | 709 "graphics/GraphicsContextTest.cpp", |
| 711 "graphics/ThreadSafeDataTransportTest.cpp", | 710 "graphics/ThreadSafeDataTransportTest.cpp", |
| 712 "graphics/filters/FilterOperationsTest.cpp", | 711 "graphics/filters/FilterOperationsTest.cpp", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 # See https://bugs.webkit.org/show_bug.cgi?id=62916. | 766 # See https://bugs.webkit.org/show_bug.cgi?id=62916. |
| 768 # TODO(GYP) | 767 # TODO(GYP) |
| 769 #'cflags': ['-marm'], | 768 #'cflags': ['-marm'], |
| 770 # 'conditions': [ | 769 # 'conditions': [ |
| 771 # ['OS=="android"', { | 770 # ['OS=="android"', { |
| 772 # 'cflags!': ['-mthumb'], | 771 # 'cflags!': ['-mthumb'], |
| 773 # }], | 772 # }], |
| 774 # ], | 773 # ], |
| 775 } | 774 } |
| 776 } | 775 } |
| OLD | NEW |