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

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

Issue 925933004: Prune HitTestResult and stop special-casing links. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
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 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 visibility = [ "//sky/*" ] 9 visibility = [ "//sky/*" ]
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "SpellCheckerClientImpl.cpp", 47 "SpellCheckerClientImpl.cpp",
48 "SpellCheckerClientImpl.h", 48 "SpellCheckerClientImpl.h",
49 "WebCache.cpp", 49 "WebCache.cpp",
50 "WebCachedURLRequest.cpp", 50 "WebCachedURLRequest.cpp",
51 "WebDocument.cpp", 51 "WebDocument.cpp",
52 "WebElement.cpp", 52 "WebElement.cpp",
53 "WebFontDescription.cpp", 53 "WebFontDescription.cpp",
54 "WebFontImpl.cpp", 54 "WebFontImpl.cpp",
55 "WebFontImpl.h", 55 "WebFontImpl.h",
56 "WebFrame.cpp", 56 "WebFrame.cpp",
57 "WebHitTestResult.cpp",
58 "Sky.cpp", 57 "Sky.cpp",
59 "WebLocalFrameImpl.cpp", 58 "WebLocalFrameImpl.cpp",
60 "WebLocalFrameImpl.h", 59 "WebLocalFrameImpl.h",
61 "WebNode.cpp", 60 "WebNode.cpp",
62 "WebRange.cpp", 61 "WebRange.cpp",
63 "WebRuntimeFeatures.cpp", 62 "WebRuntimeFeatures.cpp",
64 "WebSettingsImpl.cpp", 63 "WebSettingsImpl.cpp",
65 "WebSettingsImpl.h", 64 "WebSettingsImpl.h",
66 "WebTextCheckingCompletionImpl.cpp", 65 "WebTextCheckingCompletionImpl.cpp",
67 "WebTextCheckingCompletionImpl.h", 66 "WebTextCheckingCompletionImpl.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 configs += [ "//sky/engine:config" ] 100 configs += [ "//sky/engine:config" ]
102 101
103 if (!is_component_build) { 102 if (!is_component_build) {
104 deps += [ "//sky/engine/core" ] 103 deps += [ "//sky/engine/core" ]
105 104
106 configs += [ "//sky/engine:inside_blink" ] 105 configs += [ "//sky/engine:inside_blink" ]
107 106
108 sources += platform_web_unittest_files 107 sources += platform_web_unittest_files
109 } 108 }
110 } 109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698