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

Side by Side Diff: extensions/shell/app_shell.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, 4 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/worker/worker_webkitplatformsupport_impl.cc ('k') | no next file » | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'dependencies': [ 72 'dependencies': [
73 'app_shell_pak', 73 'app_shell_pak',
74 '<(DEPTH)/base/base.gyp:base', 74 '<(DEPTH)/base/base.gyp:base',
75 '<(DEPTH)/base/base.gyp:base_prefs_test_support', 75 '<(DEPTH)/base/base.gyp:base_prefs_test_support',
76 '<(DEPTH)/components/components.gyp:omaha_query_params', 76 '<(DEPTH)/components/components.gyp:omaha_query_params',
77 '<(DEPTH)/components/components.gyp:pref_registry', 77 '<(DEPTH)/components/components.gyp:pref_registry',
78 '<(DEPTH)/components/components.gyp:user_prefs', 78 '<(DEPTH)/components/components.gyp:user_prefs',
79 '<(DEPTH)/content/content.gyp:content', 79 '<(DEPTH)/content/content.gyp:content',
80 '<(DEPTH)/content/content.gyp:content_gpu', 80 '<(DEPTH)/content/content.gyp:content_gpu',
81 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', 81 '<(DEPTH)/content/content.gyp:content_ppapi_plugin',
82 '<(DEPTH)/content/content.gyp:content_worker',
83 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
84 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 83 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
85 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 84 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
86 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 85 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
87 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 86 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
88 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 87 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
89 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', 88 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
90 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium', 89 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium',
91 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl', 90 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl',
92 '<(DEPTH)/skia/skia.gyp:skia', 91 '<(DEPTH)/skia/skia.gyp:skia',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'browser/shell_browsertest.cc', 213 'browser/shell_browsertest.cc',
215 'test/shell_test.h', 214 'test/shell_test.h',
216 'test/shell_test.cc', 215 'test/shell_test.cc',
217 'test/shell_test_launcher_delegate.cc', 216 'test/shell_test_launcher_delegate.cc',
218 'test/shell_test_launcher_delegate.h', 217 'test/shell_test_launcher_delegate.h',
219 'test/shell_tests_main.cc', 218 'test/shell_tests_main.cc',
220 ], 219 ],
221 }, 220 },
222 ], # targets 221 ], # targets
223 } 222 }
OLDNEW
« no previous file with comments | « content/worker/worker_webkitplatformsupport_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698