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

Unified Diff: content/content_worker.gypi

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/content_tests.gypi ('k') | content/public/browser/resource_request_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_worker.gypi
diff --git a/content/content_worker.gypi b/content/content_worker.gypi
deleted file mode 100644
index a04b662ec3436bd39d43485d87885f0d0c4dc78e..0000000000000000000000000000000000000000
--- a/content/content_worker.gypi
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright (c) 2011 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.
-
-{
- 'dependencies': [
- '../base/base.gyp:base',
- '../mojo/mojo.gyp:mojo_service_provider_bindings',
- '../skia/skia.gyp:skia',
- '../third_party/WebKit/public/blink.gyp:blink',
- ],
- 'sources': [
- 'worker/websharedworker_stub.cc',
- 'worker/websharedworker_stub.h',
- 'worker/websharedworkerclient_proxy.cc',
- 'worker/websharedworkerclient_proxy.h',
- 'worker/worker_main.cc',
- 'worker/shared_worker_permission_client_proxy.cc',
- 'worker/shared_worker_permission_client_proxy.h',
- 'worker/worker_thread.cc',
- 'worker/worker_thread.h',
- 'worker/worker_webapplicationcachehost_impl.cc',
- 'worker/worker_webapplicationcachehost_impl.h',
- 'worker/worker_webkitplatformsupport_impl.cc',
- 'worker/worker_webkitplatformsupport_impl.h',
- ],
- 'include_dirs': [
- '..',
- ],
-}
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/browser/resource_request_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698