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

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

Issue 2721543002: SharedWorker: Factor out WorkerReportingProxy impl from WebSharedWorkerImpl (Closed)
Patch Set: tweak header comment 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebSharedWorkerImpl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "WebSearchableFormData.cpp", 237 "WebSearchableFormData.cpp",
238 "WebSecurityPolicy.cpp", 238 "WebSecurityPolicy.cpp",
239 "WebSelectElement.cpp", 239 "WebSelectElement.cpp",
240 "WebSelection.cpp", 240 "WebSelection.cpp",
241 "WebSelector.cpp", 241 "WebSelector.cpp",
242 "WebSerializedScriptValue.cpp", 242 "WebSerializedScriptValue.cpp",
243 "WebSettingsImpl.cpp", 243 "WebSettingsImpl.cpp",
244 "WebSettingsImpl.h", 244 "WebSettingsImpl.h",
245 "WebSharedWorkerImpl.cpp", 245 "WebSharedWorkerImpl.cpp",
246 "WebSharedWorkerImpl.h", 246 "WebSharedWorkerImpl.h",
247 "WebSharedWorkerReportingProxyImpl.cpp",
248 "WebSharedWorkerReportingProxyImpl.h",
247 "WebSpeechGrammar.cpp", 249 "WebSpeechGrammar.cpp",
248 "WebSpeechRecognitionHandle.cpp", 250 "WebSpeechRecognitionHandle.cpp",
249 "WebSpeechRecognitionResult.cpp", 251 "WebSpeechRecognitionResult.cpp",
250 "WebStorageEventDispatcherImpl.cpp", 252 "WebStorageEventDispatcherImpl.cpp",
251 "WebSurroundingText.cpp", 253 "WebSurroundingText.cpp",
252 "WebTextCheckingCompletionImpl.cpp", 254 "WebTextCheckingCompletionImpl.cpp",
253 "WebTextCheckingCompletionImpl.h", 255 "WebTextCheckingCompletionImpl.h",
254 "WebTextCheckingResult.cpp", 256 "WebTextCheckingResult.cpp",
255 "WebUserGestureIndicator.cpp", 257 "WebUserGestureIndicator.cpp",
256 "WebUserGestureToken.cpp", 258 "WebUserGestureToken.cpp",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 445
444 if (is_android) { 446 if (is_android) {
445 deps += [ 447 deps += [
446 "//base:base_java", 448 "//base:base_java",
447 "//content/public/android:content_java", 449 "//content/public/android:content_java",
448 "//content/shell/android:content_shell_assets", 450 "//content/shell/android:content_shell_assets",
449 "//net/android:net_java", 451 "//net/android:net_java",
450 ] 452 ]
451 } 453 }
452 } 454 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/WebSharedWorkerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698