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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'dependencies': [
7 '../base/base.gyp:base',
8 '../mojo/mojo.gyp:mojo_service_provider_bindings',
9 '../skia/skia.gyp:skia',
10 '../third_party/WebKit/public/blink.gyp:blink',
11 ],
12 'sources': [
13 'worker/websharedworker_stub.cc',
14 'worker/websharedworker_stub.h',
15 'worker/websharedworkerclient_proxy.cc',
16 'worker/websharedworkerclient_proxy.h',
17 'worker/worker_main.cc',
18 'worker/shared_worker_permission_client_proxy.cc',
19 'worker/shared_worker_permission_client_proxy.h',
20 'worker/worker_thread.cc',
21 'worker/worker_thread.h',
22 'worker/worker_webapplicationcachehost_impl.cc',
23 'worker/worker_webapplicationcachehost_impl.h',
24 'worker/worker_webkitplatformsupport_impl.cc',
25 'worker/worker_webkitplatformsupport_impl.h',
26 ],
27 'include_dirs': [
28 '..',
29 ],
30 }
OLDNEW
« 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