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

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

Issue 687553006: Get rid of ScrollbarGroup. Sky doesn't use it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 1 month 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 | « no previous file | sky/engine/web/ScrollbarGroup.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/config.gni") 6 import("//sky/engine/config.gni")
7 7
8 visibility = ["//sky/*"] 8 visibility = ["//sky/*"]
9 9
10 platform_web_unittest_files = [ 10 platform_web_unittest_files = [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "EditorClientImpl.cpp", 43 "EditorClientImpl.cpp",
44 "EditorClientImpl.h", 44 "EditorClientImpl.h",
45 "FrameLoaderClientImpl.cpp", 45 "FrameLoaderClientImpl.cpp",
46 "FrameLoaderClientImpl.h", 46 "FrameLoaderClientImpl.h",
47 "GraphicsLayerFactoryChromium.cpp", 47 "GraphicsLayerFactoryChromium.cpp",
48 "GraphicsLayerFactoryChromium.h", 48 "GraphicsLayerFactoryChromium.h",
49 "LinkHighlight.cpp", 49 "LinkHighlight.cpp",
50 "LinkHighlight.h", 50 "LinkHighlight.h",
51 "PageWidgetDelegate.cpp", 51 "PageWidgetDelegate.cpp",
52 "PageWidgetDelegate.h", 52 "PageWidgetDelegate.h",
53 "ScrollbarGroup.cpp",
54 "ScrollbarGroup.h",
55 "SpellCheckerClientImpl.cpp", 53 "SpellCheckerClientImpl.cpp",
56 "SpellCheckerClientImpl.h", 54 "SpellCheckerClientImpl.h",
57 "ViewportAnchor.cpp", 55 "ViewportAnchor.cpp",
58 "ViewportAnchor.h", 56 "ViewportAnchor.h",
59 "WebArrayBufferConverter.cpp", 57 "WebArrayBufferConverter.cpp",
60 "WebArrayBufferView.cpp", 58 "WebArrayBufferView.cpp",
61 "WebCache.cpp", 59 "WebCache.cpp",
62 "WebCachedURLRequest.cpp", 60 "WebCachedURLRequest.cpp",
63 "WebColorSuggestion.cpp", 61 "WebColorSuggestion.cpp",
64 "WebCustomElement.cpp", 62 "WebCustomElement.cpp",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 configs += [ "//sky/engine:config" ] 178 configs += [ "//sky/engine:config" ]
181 179
182 if (!is_component_build) { 180 if (!is_component_build) {
183 deps += [ "//sky/engine/core" ] 181 deps += [ "//sky/engine/core" ]
184 182
185 configs += [ "//sky/engine:inside_blink" ] 183 configs += [ "//sky/engine:inside_blink" ]
186 184
187 sources += platform_web_unittest_files 185 sources += platform_web_unittest_files
188 } 186 }
189 } 187 }
OLDNEW
« no previous file with comments | « no previous file | sky/engine/web/ScrollbarGroup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698