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

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

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased bad merge Created 3 years, 7 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 "InspectorOverlay.cpp", 82 "InspectorOverlayAgent.cpp",
83 "InspectorOverlay.h", 83 "InspectorOverlayAgent.h",
84 "InspectorRenderingAgent.cpp",
85 "InspectorRenderingAgent.h",
86 "LinkHighlightImpl.cpp", 84 "LinkHighlightImpl.cpp",
87 "LinkHighlightImpl.h", 85 "LinkHighlightImpl.h",
88 "LocalFileSystemClient.cpp", 86 "LocalFileSystemClient.cpp",
89 "LocalFileSystemClient.h", 87 "LocalFileSystemClient.h",
90 "LocalFrameClientImpl.cpp", 88 "LocalFrameClientImpl.cpp",
91 "LocalFrameClientImpl.h", 89 "LocalFrameClientImpl.h",
92 "MediaKeysClientImpl.cpp", 90 "MediaKeysClientImpl.cpp",
93 "MediaKeysClientImpl.h", 91 "MediaKeysClientImpl.h",
94 "NavigatorContentUtilsClientImpl.cpp", 92 "NavigatorContentUtilsClientImpl.cpp",
95 "NavigatorContentUtilsClientImpl.h", 93 "NavigatorContentUtilsClientImpl.h",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 436
439 if (is_android) { 437 if (is_android) {
440 deps += [ 438 deps += [
441 "//base:base_java", 439 "//base:base_java",
442 "//content/public/android:content_java", 440 "//content/public/android:content_java",
443 "//content/shell/android:content_shell_assets", 441 "//content/shell/android:content_shell_assets",
444 "//net/android:net_java", 442 "//net/android:net_java",
445 ] 443 ]
446 } 444 }
447 } 445 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698