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

Side by Side Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2831833002: Move WebAssociatedURLLoaderImpl.* from web/ -> core/export/. (Closed)
Patch Set: Need to BLINK_EXPORT WebAssociatedURLLoader for compile to work on windows. Created 3 years, 8 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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "TextFinder.cpp", 126 "TextFinder.cpp",
127 "TextFinder.h", 127 "TextFinder.h",
128 "UserMediaClientImpl.cpp", 128 "UserMediaClientImpl.cpp",
129 "UserMediaClientImpl.h", 129 "UserMediaClientImpl.h",
130 "ValidationMessageClientImpl.cpp", 130 "ValidationMessageClientImpl.cpp",
131 "ValidationMessageClientImpl.h", 131 "ValidationMessageClientImpl.h",
132 "WebAXObject.cpp", 132 "WebAXObject.cpp",
133 "WebArrayBuffer.cpp", 133 "WebArrayBuffer.cpp",
134 "WebArrayBufferConverter.cpp", 134 "WebArrayBufferConverter.cpp",
135 "WebArrayBufferView.cpp", 135 "WebArrayBufferView.cpp",
136 "WebAssociatedURLLoaderImpl.cpp",
137 "WebAssociatedURLLoaderImpl.h",
138 "WebCSSParser.cpp", 136 "WebCSSParser.cpp",
139 "WebColorSuggestion.cpp", 137 "WebColorSuggestion.cpp",
140 "WebCryptoNormalize.cpp", 138 "WebCryptoNormalize.cpp",
141 "WebCustomElement.cpp", 139 "WebCustomElement.cpp",
142 "WebDOMActivityLogger.cpp", 140 "WebDOMActivityLogger.cpp",
143 "WebDOMEvent.cpp", 141 "WebDOMEvent.cpp",
144 "WebDOMFileSystem.cpp", 142 "WebDOMFileSystem.cpp",
145 "WebDOMMediaStreamTrack.cpp", 143 "WebDOMMediaStreamTrack.cpp",
146 "WebDOMMessageEvent.cpp", 144 "WebDOMMessageEvent.cpp",
147 "WebDataSourceImpl.cpp", 145 "WebDataSourceImpl.cpp",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 438
441 if (is_android) { 439 if (is_android) {
442 deps += [ 440 deps += [
443 "//base:base_java", 441 "//base:base_java",
444 "//content/public/android:content_java", 442 "//content/public/android:content_java",
445 "//content/shell/android:content_shell_assets", 443 "//content/shell/android:content_shell_assets",
446 "//net/android:net_java", 444 "//net/android:net_java",
447 ] 445 ]
448 } 446 }
449 } 447 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698