| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "WebFontImpl.h", | 86 "WebFontImpl.h", |
| 87 "WebFrame.cpp", | 87 "WebFrame.cpp", |
| 88 "WebGlyphCache.cpp", | 88 "WebGlyphCache.cpp", |
| 89 "WebHeap.cpp", | 89 "WebHeap.cpp", |
| 90 "WebHitTestResult.cpp", | 90 "WebHitTestResult.cpp", |
| 91 "WebImageCache.cpp", | 91 "WebImageCache.cpp", |
| 92 "WebImageDecoder.cpp", | 92 "WebImageDecoder.cpp", |
| 93 "WebInputEvent.cpp", | 93 "WebInputEvent.cpp", |
| 94 "WebInputEventConversion.cpp", | 94 "WebInputEventConversion.cpp", |
| 95 "WebInputEventConversion.h", | 95 "WebInputEventConversion.h", |
| 96 "WebKit.cpp", | 96 "Sky.cpp", |
| 97 "WebLeakDetector.cpp", | 97 "WebLeakDetector.cpp", |
| 98 "WebLocalFrameImpl.cpp", | 98 "WebLocalFrameImpl.cpp", |
| 99 "WebLocalFrameImpl.h", | 99 "WebLocalFrameImpl.h", |
| 100 "WebMediaDevicesRequest.cpp", | 100 "WebMediaDevicesRequest.cpp", |
| 101 "WebMediaPlayerClientImpl.cpp", | 101 "WebMediaPlayerClientImpl.cpp", |
| 102 "WebMediaPlayerClientImpl.h", | 102 "WebMediaPlayerClientImpl.h", |
| 103 "WebNode.cpp", | 103 "WebNode.cpp", |
| 104 "WebPerformance.cpp", | 104 "WebPerformance.cpp", |
| 105 "WebRange.cpp", | 105 "WebRange.cpp", |
| 106 "WebRuntimeFeatures.cpp", | 106 "WebRuntimeFeatures.cpp", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 configs += [ "//sky/engine:config" ] | 188 configs += [ "//sky/engine:config" ] |
| 189 | 189 |
| 190 if (!is_component_build) { | 190 if (!is_component_build) { |
| 191 deps += [ "//sky/engine/core" ] | 191 deps += [ "//sky/engine/core" ] |
| 192 | 192 |
| 193 configs += [ "//sky/engine:inside_blink" ] | 193 configs += [ "//sky/engine:inside_blink" ] |
| 194 | 194 |
| 195 sources += platform_web_unittest_files | 195 sources += platform_web_unittest_files |
| 196 } | 196 } |
| 197 } | 197 } |
| OLD | NEW |