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

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

Issue 2485693003: Drag-and-drop: DragEnter, DragOver, DragLeave, DragDrop (Closed)
Patch Set: Rebased. More fixes. Created 4 years, 1 month 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "WebFormControlElement.cpp", 171 "WebFormControlElement.cpp",
172 "WebFormElement.cpp", 172 "WebFormElement.cpp",
173 "WebFrame.cpp", 173 "WebFrame.cpp",
174 "WebFrameClient.cpp", 174 "WebFrameClient.cpp",
175 "WebFrameContentDumper.cpp", 175 "WebFrameContentDumper.cpp",
176 "WebFrameImplBase.cpp", 176 "WebFrameImplBase.cpp",
177 "WebFrameImplBase.h", 177 "WebFrameImplBase.h",
178 "WebFrameSerializer.cpp", 178 "WebFrameSerializer.cpp",
179 "WebFrameSerializerImpl.cpp", 179 "WebFrameSerializerImpl.cpp",
180 "WebFrameSerializerImpl.h", 180 "WebFrameSerializerImpl.h",
181 "WebFrameWidgetBase.cpp",
181 "WebFrameWidgetBase.h", 182 "WebFrameWidgetBase.h",
182 "WebFrameWidgetImpl.cpp", 183 "WebFrameWidgetImpl.cpp",
183 "WebFrameWidgetImpl.h", 184 "WebFrameWidgetImpl.h",
184 "WebHeap.cpp", 185 "WebHeap.cpp",
185 "WebHelperPluginImpl.cpp", 186 "WebHelperPluginImpl.cpp",
186 "WebHelperPluginImpl.h", 187 "WebHelperPluginImpl.h",
187 "WebHistoryItem.cpp", 188 "WebHistoryItem.cpp",
188 "WebHitTestResult.cpp", 189 "WebHitTestResult.cpp",
189 "WebIDBKey.cpp", 190 "WebIDBKey.cpp",
190 "WebIDBKeyRange.cpp", 191 "WebIDBKeyRange.cpp",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 428
428 if (is_android) { 429 if (is_android) {
429 deps += [ 430 deps += [
430 "//base:base_java", 431 "//base:base_java",
431 "//content/public/android:content_java", 432 "//content/public/android:content_java",
432 "//content/shell/android:content_shell_assets", 433 "//content/shell/android:content_shell_assets",
433 "//net/android:net_java", 434 "//net/android:net_java",
434 ] 435 ]
435 } 436 }
436 } 437 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/page/DragController.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698