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

Unified Diff: content/worker/BUILD.gn

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/BUILD.gn ('k') | content/worker/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/BUILD.gn
diff --git a/content/worker/BUILD.gn b/content/worker/BUILD.gn
deleted file mode 100644
index 3726aa806b10ca220e6f760bfa15bec1a3a2cd94..0000000000000000000000000000000000000000
--- a/content/worker/BUILD.gn
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-source_set("worker") {
- visibility = "//content/*"
- sources = [
- "websharedworker_stub.cc",
- "websharedworker_stub.h",
- "websharedworkerclient_proxy.cc",
- "websharedworkerclient_proxy.h",
- "worker_main.cc",
- "shared_worker_permission_client_proxy.cc",
- "shared_worker_permission_client_proxy.h",
- "worker_thread.cc",
- "worker_thread.h",
- "worker_webapplicationcachehost_impl.cc",
- "worker_webapplicationcachehost_impl.h",
- "worker_webkitplatformsupport_impl.cc",
- "worker_webkitplatformsupport_impl.h",
- ]
-
- configs += [ "//content:content_implementation" ]
-
- deps = [
- "//base",
- "//mojo/public/interfaces/service_provider",
- "//skia",
- "//third_party/WebKit/public:blink",
- ]
-}
-
« no previous file with comments | « content/test/BUILD.gn ('k') | content/worker/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698