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

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

Issue 943333005: Remove some dead filters related code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
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 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
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
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 }
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.h ('k') | sky/engine/platform/graphics/filters/FilterOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698