| 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/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 30 matching lines...) Expand all Loading... |
| 41 "CompositionUnderlineVectorBuilder.cpp", | 41 "CompositionUnderlineVectorBuilder.cpp", |
| 42 "CompositionUnderlineVectorBuilder.h", | 42 "CompositionUnderlineVectorBuilder.h", |
| 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 "PageOverlay.cpp", | |
| 52 "PageOverlay.h", | |
| 53 "PageOverlayList.cpp", | |
| 54 "PageOverlayList.h", | |
| 55 "PageWidgetDelegate.cpp", | 51 "PageWidgetDelegate.cpp", |
| 56 "PageWidgetDelegate.h", | 52 "PageWidgetDelegate.h", |
| 57 "ScrollbarGroup.cpp", | 53 "ScrollbarGroup.cpp", |
| 58 "ScrollbarGroup.h", | 54 "ScrollbarGroup.h", |
| 59 "SpellCheckerClientImpl.cpp", | 55 "SpellCheckerClientImpl.cpp", |
| 60 "SpellCheckerClientImpl.h", | 56 "SpellCheckerClientImpl.h", |
| 61 "ViewportAnchor.cpp", | 57 "ViewportAnchor.cpp", |
| 62 "ViewportAnchor.h", | 58 "ViewportAnchor.h", |
| 63 "WebArrayBufferConverter.cpp", | 59 "WebArrayBufferConverter.cpp", |
| 64 "WebArrayBufferView.cpp", | 60 "WebArrayBufferView.cpp", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 configs += [ "//sky/engine:config" ] | 180 configs += [ "//sky/engine:config" ] |
| 185 | 181 |
| 186 if (!is_component_build) { | 182 if (!is_component_build) { |
| 187 deps += [ "//sky/engine/core" ] | 183 deps += [ "//sky/engine/core" ] |
| 188 | 184 |
| 189 configs += [ "//sky/engine:inside_blink" ] | 185 configs += [ "//sky/engine:inside_blink" ] |
| 190 | 186 |
| 191 sources += platform_web_unittest_files | 187 sources += platform_web_unittest_files |
| 192 } | 188 } |
| 193 } | 189 } |
| OLD | NEW |