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

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

Issue 2939623002: [DONT COMMIT] WIP: WorkerClientsInitializer (Closed)
Patch Set: finalize2 Created 3 years, 6 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 21 matching lines...) Expand all
32 "//third_party/WebKit/Source:non_test_config", 32 "//third_party/WebKit/Source:non_test_config",
33 "//third_party/WebKit/Source/core:blink_core_pch", 33 "//third_party/WebKit/Source/core:blink_core_pch",
34 ] 34 ]
35 35
36 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ] 36 defines = [ "BLINK_WEB_IMPLEMENTATION=1" ]
37 37
38 sources = [ 38 sources = [
39 "AssertMatchingEnums.cpp", 39 "AssertMatchingEnums.cpp",
40 "ChromeClientImpl.cpp", 40 "ChromeClientImpl.cpp",
41 "ChromeClientImpl.h", 41 "ChromeClientImpl.h",
42 "DedicatedWorkerMessagingProxyProviderImpl.cpp",
43 "DedicatedWorkerMessagingProxyProviderImpl.h",
44 "InspectorOverlayAgent.cpp", 42 "InspectorOverlayAgent.cpp",
45 "InspectorOverlayAgent.h", 43 "InspectorOverlayAgent.h",
46 "LocalFrameClientImpl.cpp", 44 "LocalFrameClientImpl.cpp",
47 "LocalFrameClientImpl.h", 45 "LocalFrameClientImpl.h",
48 "MediaKeysClientImpl.cpp", 46 "MediaKeysClientImpl.cpp",
49 "MediaKeysClientImpl.h", 47 "MediaKeysClientImpl.h",
50 "PageOverlay.cpp", 48 "PageOverlay.cpp",
51 "PageOverlay.h", 49 "PageOverlay.h",
52 "PrerendererClientImpl.cpp", 50 "PrerendererClientImpl.cpp",
53 "PrerendererClientImpl.h", 51 "PrerendererClientImpl.h",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 253
256 if (is_android) { 254 if (is_android) {
257 deps += [ 255 deps += [
258 "//base:base_java", 256 "//base:base_java",
259 "//content/public/android:content_java", 257 "//content/public/android:content_java",
260 "//content/shell/android:content_shell_assets", 258 "//content/shell/android:content_shell_assets",
261 "//net/android:net_java", 259 "//net/android:net_java",
262 ] 260 ]
263 } 261 }
264 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698