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

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

Issue 859203002: Merge Blink code to cache SkTextBlob (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: hashmap Created 5 years, 11 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
« no previous file with comments | « sky/engine/core/rendering/InlineTextBox.cpp ('k') | sky/engine/platform/fonts/Font.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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
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
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 }
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/InlineTextBox.cpp ('k') | sky/engine/platform/fonts/Font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698