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 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 visibility = [ "//sky/*" ] | 9 visibility = [ "//sky/*" ] |
10 | 10 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "SpellCheckerClientImpl.h", | 52 "SpellCheckerClientImpl.h", |
53 "WebCache.cpp", | 53 "WebCache.cpp", |
54 "WebCachedURLRequest.cpp", | 54 "WebCachedURLRequest.cpp", |
55 "WebDocument.cpp", | 55 "WebDocument.cpp", |
56 "WebElement.cpp", | 56 "WebElement.cpp", |
57 "WebFontDescription.cpp", | 57 "WebFontDescription.cpp", |
58 "WebFontImpl.cpp", | 58 "WebFontImpl.cpp", |
59 "WebFontImpl.h", | 59 "WebFontImpl.h", |
60 "WebFrame.cpp", | 60 "WebFrame.cpp", |
61 "WebHitTestResult.cpp", | 61 "WebHitTestResult.cpp", |
62 "WebInputEventConversion.cpp", | |
63 "WebInputEventConversion.h", | |
64 "Sky.cpp", | 62 "Sky.cpp", |
65 "WebLeakDetector.cpp", | 63 "WebLeakDetector.cpp", |
66 "WebLocalFrameImpl.cpp", | 64 "WebLocalFrameImpl.cpp", |
67 "WebLocalFrameImpl.h", | 65 "WebLocalFrameImpl.h", |
68 "WebNode.cpp", | 66 "WebNode.cpp", |
69 "WebRange.cpp", | 67 "WebRange.cpp", |
70 "WebRuntimeFeatures.cpp", | 68 "WebRuntimeFeatures.cpp", |
71 "WebSettingsImpl.cpp", | 69 "WebSettingsImpl.cpp", |
72 "WebSettingsImpl.h", | 70 "WebSettingsImpl.h", |
73 "WebTextCheckingCompletionImpl.cpp", | 71 "WebTextCheckingCompletionImpl.cpp", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 configs += [ "//sky/engine:config" ] | 107 configs += [ "//sky/engine:config" ] |
110 | 108 |
111 if (!is_component_build) { | 109 if (!is_component_build) { |
112 deps += [ "//sky/engine/core" ] | 110 deps += [ "//sky/engine/core" ] |
113 | 111 |
114 configs += [ "//sky/engine:inside_blink" ] | 112 configs += [ "//sky/engine:inside_blink" ] |
115 | 113 |
116 sources += platform_web_unittest_files | 114 sources += platform_web_unittest_files |
117 } | 115 } |
118 } | 116 } |
OLD | NEW |