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

Side by Side Diff: chrome/chrome.gyp

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 | « chrome/browser/task_manager/worker_resource_provider.cc ('k') | chrome/chrome_browser.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 16 matching lines...) Expand all
27 'chromium_browser_dependencies': [ 27 'chromium_browser_dependencies': [
28 '../ppapi/ppapi_internal.gyp:ppapi_host', 28 '../ppapi/ppapi_internal.gyp:ppapi_host',
29 ], 29 ],
30 'chromium_child_dependencies': [ 30 'chromium_child_dependencies': [
31 'debugger', 31 'debugger',
32 'plugin', 32 'plugin',
33 'renderer', 33 'renderer',
34 'utility', 34 'utility',
35 '../content/content.gyp:content_gpu', 35 '../content/content.gyp:content_gpu',
36 '../content/content.gyp:content_ppapi_plugin', 36 '../content/content.gyp:content_ppapi_plugin',
37 '../content/content.gyp:content_worker',
38 '../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_fronte nd_resources', 37 '../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_fronte nd_resources',
39 ], 38 ],
40 }], 39 }],
41 ['enable_printing!=0', { 40 ['enable_printing!=0', {
42 'chromium_browser_dependencies': [ 41 'chromium_browser_dependencies': [
43 '../printing/printing.gyp:printing', 42 '../printing/printing.gyp:printing',
44 ], 43 ],
45 }], 44 }],
46 ['OS=="win"', { 45 ['OS=="win"', {
47 'platform_locale_settings_grd': 46 'platform_locale_settings_grd':
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'sources': [ 762 'sources': [
764 'service/cloud_print/print_system_dummy.cc', 763 'service/cloud_print/print_system_dummy.cc',
765 ], 764 ],
766 }], 765 }],
767 ], 766 ],
768 }, 767 },
769 ], 768 ],
770 }], 769 }],
771 ], # 'conditions' 770 ], # 'conditions'
772 } 771 }
OLDNEW
« no previous file with comments | « chrome/browser/task_manager/worker_resource_provider.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698