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

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

Issue 2712033002: Part 1 Of Renaming FrameLoaderClient to LocalFrameClient. (Closed)
Patch Set: Change all forward declarations of FrameLoaderClient to LocalFrameClient and fix call sites. Created 3 years, 9 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "DevToolsEmulator.cpp", 70 "DevToolsEmulator.cpp",
71 "DevToolsEmulator.h", 71 "DevToolsEmulator.h",
72 "EditorClientImpl.cpp", 72 "EditorClientImpl.cpp",
73 "EditorClientImpl.h", 73 "EditorClientImpl.h",
74 "ExternalDateTimeChooser.cpp", 74 "ExternalDateTimeChooser.cpp",
75 "ExternalDateTimeChooser.h", 75 "ExternalDateTimeChooser.h",
76 "ExternalPopupMenu.cpp", 76 "ExternalPopupMenu.cpp",
77 "ExternalPopupMenu.h", 77 "ExternalPopupMenu.h",
78 "FindInPageCoordinates.cpp", 78 "FindInPageCoordinates.cpp",
79 "FindInPageCoordinates.h", 79 "FindInPageCoordinates.h",
80 "FrameLoaderClientImpl.cpp",
81 "FrameLoaderClientImpl.h", 80 "FrameLoaderClientImpl.h",
82 "FullscreenController.cpp", 81 "FullscreenController.cpp",
83 "FullscreenController.h", 82 "FullscreenController.h",
84 "IndexedDBClientImpl.cpp", 83 "IndexedDBClientImpl.cpp",
85 "IndexedDBClientImpl.h", 84 "IndexedDBClientImpl.h",
86 "InspectorEmulationAgent.cpp", 85 "InspectorEmulationAgent.cpp",
87 "InspectorEmulationAgent.h", 86 "InspectorEmulationAgent.h",
88 "InspectorOverlay.cpp", 87 "InspectorOverlay.cpp",
89 "InspectorOverlay.h", 88 "InspectorOverlay.h",
90 "InspectorRenderingAgent.cpp", 89 "InspectorRenderingAgent.cpp",
91 "InspectorRenderingAgent.h", 90 "InspectorRenderingAgent.h",
92 "LinkHighlightImpl.cpp", 91 "LinkHighlightImpl.cpp",
93 "LinkHighlightImpl.h", 92 "LinkHighlightImpl.h",
94 "LocalFileSystemClient.cpp", 93 "LocalFileSystemClient.cpp",
95 "LocalFileSystemClient.h", 94 "LocalFileSystemClient.h",
95 "LocalFrameClientImpl.cpp",
96 "MediaKeysClientImpl.cpp", 96 "MediaKeysClientImpl.cpp",
97 "MediaKeysClientImpl.h", 97 "MediaKeysClientImpl.h",
98 "NavigatorContentUtilsClientImpl.cpp", 98 "NavigatorContentUtilsClientImpl.cpp",
99 "NavigatorContentUtilsClientImpl.h", 99 "NavigatorContentUtilsClientImpl.h",
100 "OpenedFrameTracker.cpp", 100 "OpenedFrameTracker.cpp",
101 "OpenedFrameTracker.h", 101 "OpenedFrameTracker.h",
102 "PageOverlay.cpp", 102 "PageOverlay.cpp",
103 "PageOverlay.h", 103 "PageOverlay.h",
104 "PageWidgetDelegate.cpp", 104 "PageWidgetDelegate.cpp",
105 "PageWidgetDelegate.h", 105 "PageWidgetDelegate.h",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "tests/ActiveConnectionThrottlingTest.cpp", 334 "tests/ActiveConnectionThrottlingTest.cpp",
335 "tests/ActivityLoggerTest.cpp", 335 "tests/ActivityLoggerTest.cpp",
336 "tests/BrowserControlsTest.cpp", 336 "tests/BrowserControlsTest.cpp",
337 "tests/ChromeClientImplTest.cpp", 337 "tests/ChromeClientImplTest.cpp",
338 "tests/CompositorWorkerTest.cpp", 338 "tests/CompositorWorkerTest.cpp",
339 "tests/DeferredLoadingTest.cpp", 339 "tests/DeferredLoadingTest.cpp",
340 "tests/DocumentLoaderTest.cpp", 340 "tests/DocumentLoaderTest.cpp",
341 "tests/DocumentLoadingRenderingTest.cpp", 341 "tests/DocumentLoadingRenderingTest.cpp",
342 "tests/FakeWebPlugin.cpp", 342 "tests/FakeWebPlugin.cpp",
343 "tests/FakeWebPlugin.h", 343 "tests/FakeWebPlugin.h",
344 "tests/FrameLoaderClientImplTest.cpp",
345 "tests/FrameSerializerTest.cpp", 344 "tests/FrameSerializerTest.cpp",
346 "tests/FrameTestHelpers.cpp", 345 "tests/FrameTestHelpers.cpp",
347 "tests/FrameTestHelpers.h", 346 "tests/FrameTestHelpers.h",
348 "tests/FrameThrottlingTest.cpp", 347 "tests/FrameThrottlingTest.cpp",
349 "tests/HTMLDocumentParserLoadingTest.cpp", 348 "tests/HTMLDocumentParserLoadingTest.cpp",
350 "tests/ImeOnFocusTest.cpp", 349 "tests/ImeOnFocusTest.cpp",
351 "tests/IntersectionObserverTest.cpp", 350 "tests/IntersectionObserverTest.cpp",
352 "tests/KeyboardTest.cpp", 351 "tests/KeyboardTest.cpp",
353 "tests/LayoutGeometryMapTest.cpp", 352 "tests/LayoutGeometryMapTest.cpp",
354 "tests/LinkElementLoadingTest.cpp", 353 "tests/LinkElementLoadingTest.cpp",
355 "tests/LinkSelectionTest.cpp", 354 "tests/LinkSelectionTest.cpp",
356 "tests/ListenerLeakTest.cpp", 355 "tests/ListenerLeakTest.cpp",
356 "tests/LocalFrameClientImplTest.cpp",
357 "tests/MHTMLTest.cpp", 357 "tests/MHTMLTest.cpp",
358 "tests/MediaElementFillingViewportTest.cpp", 358 "tests/MediaElementFillingViewportTest.cpp",
359 "tests/NGInlineLayoutTest.cpp", 359 "tests/NGInlineLayoutTest.cpp",
360 "tests/PrerenderingTest.cpp", 360 "tests/PrerenderingTest.cpp",
361 "tests/ProgrammaticScrollTest.cpp", 361 "tests/ProgrammaticScrollTest.cpp",
362 "tests/ResizeObserverTest.cpp", 362 "tests/ResizeObserverTest.cpp",
363 "tests/RootScrollerTest.cpp", 363 "tests/RootScrollerTest.cpp",
364 "tests/RunAllTests.cpp", 364 "tests/RunAllTests.cpp",
365 "tests/ScreenWakeLockTest.cpp", 365 "tests/ScreenWakeLockTest.cpp",
366 "tests/ScrollbarsTest.cpp", 366 "tests/ScrollbarsTest.cpp",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 444
445 if (is_android) { 445 if (is_android) {
446 deps += [ 446 deps += [
447 "//base:base_java", 447 "//base:base_java",
448 "//content/public/android:content_java", 448 "//content/public/android:content_java",
449 "//content/shell/android:content_shell_assets", 449 "//content/shell/android:content_shell_assets",
450 "//net/android:net_java", 450 "//net/android:net_java",
451 ] 451 ]
452 } 452 }
453 } 453 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698