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

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

Issue 2389493002: Revert of Require WebLocalFrame to be created with a non-null client (Closed)
Patch Set: Created 4 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
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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "WebEmbeddedWorkerImpl.cpp", 164 "WebEmbeddedWorkerImpl.cpp",
165 "WebEmbeddedWorkerImpl.h", 165 "WebEmbeddedWorkerImpl.h",
166 "WebEntities.cpp", 166 "WebEntities.cpp",
167 "WebEntities.h", 167 "WebEntities.h",
168 "WebExport.h", 168 "WebExport.h",
169 "WebFileChooserCompletionImpl.cpp", 169 "WebFileChooserCompletionImpl.cpp",
170 "WebFileChooserCompletionImpl.h", 170 "WebFileChooserCompletionImpl.h",
171 "WebFormControlElement.cpp", 171 "WebFormControlElement.cpp",
172 "WebFormElement.cpp", 172 "WebFormElement.cpp",
173 "WebFrame.cpp", 173 "WebFrame.cpp",
174 "WebFrameClient.cpp",
175 "WebFrameContentDumper.cpp", 174 "WebFrameContentDumper.cpp",
176 "WebFrameImplBase.cpp", 175 "WebFrameImplBase.cpp",
177 "WebFrameImplBase.h", 176 "WebFrameImplBase.h",
178 "WebFrameSerializer.cpp", 177 "WebFrameSerializer.cpp",
179 "WebFrameSerializerImpl.cpp", 178 "WebFrameSerializerImpl.cpp",
180 "WebFrameSerializerImpl.h", 179 "WebFrameSerializerImpl.h",
181 "WebFrameWidgetBase.h", 180 "WebFrameWidgetBase.h",
182 "WebFrameWidgetImpl.cpp", 181 "WebFrameWidgetImpl.cpp",
183 "WebFrameWidgetImpl.h", 182 "WebFrameWidgetImpl.h",
184 "WebHeap.cpp", 183 "WebHeap.cpp",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 421
423 if (is_android) { 422 if (is_android) {
424 deps += [ 423 deps += [
425 "//base:base_java", 424 "//base:base_java",
426 "//content/public/android:content_java", 425 "//content/public/android:content_java",
427 "//content/shell/android:content_shell_assets", 426 "//content/shell/android:content_shell_assets",
428 "//net/android:net_java", 427 "//net/android:net_java",
429 ] 428 ]
430 } 429 }
431 } 430 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoaderClient.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698