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

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

Issue 2835843002: Revert of [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "ExternalDateTimeChooser.cpp", 72 "ExternalDateTimeChooser.cpp",
73 "ExternalDateTimeChooser.h", 73 "ExternalDateTimeChooser.h",
74 "ExternalPopupMenu.cpp", 74 "ExternalPopupMenu.cpp",
75 "ExternalPopupMenu.h", 75 "ExternalPopupMenu.h",
76 "FullscreenController.cpp", 76 "FullscreenController.cpp",
77 "FullscreenController.h", 77 "FullscreenController.h",
78 "IndexedDBClientImpl.cpp", 78 "IndexedDBClientImpl.cpp",
79 "IndexedDBClientImpl.h", 79 "IndexedDBClientImpl.h",
80 "InspectorEmulationAgent.cpp", 80 "InspectorEmulationAgent.cpp",
81 "InspectorEmulationAgent.h", 81 "InspectorEmulationAgent.h",
82 "InspectorOverlayAgent.cpp", 82 "InspectorOverlay.cpp",
83 "InspectorOverlayAgent.h", 83 "InspectorOverlay.h",
84 "InspectorRenderingAgent.cpp",
85 "InspectorRenderingAgent.h",
84 "LinkHighlightImpl.cpp", 86 "LinkHighlightImpl.cpp",
85 "LinkHighlightImpl.h", 87 "LinkHighlightImpl.h",
86 "LocalFileSystemClient.cpp", 88 "LocalFileSystemClient.cpp",
87 "LocalFileSystemClient.h", 89 "LocalFileSystemClient.h",
88 "LocalFrameClientImpl.cpp", 90 "LocalFrameClientImpl.cpp",
89 "LocalFrameClientImpl.h", 91 "LocalFrameClientImpl.h",
90 "MediaKeysClientImpl.cpp", 92 "MediaKeysClientImpl.cpp",
91 "MediaKeysClientImpl.h", 93 "MediaKeysClientImpl.h",
92 "NavigatorContentUtilsClientImpl.cpp", 94 "NavigatorContentUtilsClientImpl.cpp",
93 "NavigatorContentUtilsClientImpl.h", 95 "NavigatorContentUtilsClientImpl.h",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 443
442 if (is_android) { 444 if (is_android) {
443 deps += [ 445 deps += [
444 "//base:base_java", 446 "//base:base_java",
445 "//content/public/android:content_java", 447 "//content/public/android:content_java",
446 "//content/shell/android:content_shell_assets", 448 "//content/shell/android:content_shell_assets",
447 "//net/android:net_java", 449 "//net/android:net_java",
448 ] 450 ]
449 } 451 }
450 } 452 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698