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

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

Issue 676933002: Rename WebKit.h/cpp to Sky.h/cpp (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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 | « sky/engine/public/web/WebKit.h ('k') | sky/engine/web/ChromeClientImpl.cpp » ('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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « sky/engine/public/web/WebKit.h ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698