| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "PageOverlayList.cpp", | 55 "PageOverlayList.cpp", |
| 56 "PageOverlayList.h", | 56 "PageOverlayList.h", |
| 57 "PageWidgetDelegate.cpp", | 57 "PageWidgetDelegate.cpp", |
| 58 "PageWidgetDelegate.h", | 58 "PageWidgetDelegate.h", |
| 59 "ScrollbarGroup.cpp", | 59 "ScrollbarGroup.cpp", |
| 60 "ScrollbarGroup.h", | 60 "ScrollbarGroup.h", |
| 61 "SpellCheckerClientImpl.cpp", | 61 "SpellCheckerClientImpl.cpp", |
| 62 "SpellCheckerClientImpl.h", | 62 "SpellCheckerClientImpl.h", |
| 63 "ViewportAnchor.cpp", | 63 "ViewportAnchor.cpp", |
| 64 "ViewportAnchor.h", | 64 "ViewportAnchor.h", |
| 65 "WebAXObject.cpp", | |
| 66 "WebArrayBufferConverter.cpp", | 65 "WebArrayBufferConverter.cpp", |
| 67 "WebArrayBufferView.cpp", | 66 "WebArrayBufferView.cpp", |
| 68 "WebCache.cpp", | 67 "WebCache.cpp", |
| 69 "WebCachedURLRequest.cpp", | 68 "WebCachedURLRequest.cpp", |
| 70 "WebColorSuggestion.cpp", | 69 "WebColorSuggestion.cpp", |
| 71 "WebCustomElement.cpp", | 70 "WebCustomElement.cpp", |
| 72 "WebDOMCustomEvent.cpp", | 71 "WebDOMCustomEvent.cpp", |
| 73 "WebDOMError.cpp", | 72 "WebDOMError.cpp", |
| 74 "WebDOMEvent.cpp", | 73 "WebDOMEvent.cpp", |
| 75 "WebDOMMouseEvent.cpp", | 74 "WebDOMMouseEvent.cpp", |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 configs += [ "//sky/engine:config" ] | 187 configs += [ "//sky/engine:config" ] |
| 189 | 188 |
| 190 if (!is_component_build) { | 189 if (!is_component_build) { |
| 191 deps += [ "//sky/engine/core" ] | 190 deps += [ "//sky/engine/core" ] |
| 192 | 191 |
| 193 configs += [ "//sky/engine:inside_blink" ] | 192 configs += [ "//sky/engine:inside_blink" ] |
| 194 | 193 |
| 195 sources += platform_web_unittest_files | 194 sources += platform_web_unittest_files |
| 196 } | 195 } |
| 197 } | 196 } |
| OLD | NEW |