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

Side by Side Diff: content/shell/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, 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/public/common/process_type.h ('k') | content/test/BUILD.gn » ('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 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "//cc", 201 "//cc",
202 "//components/breakpad/app", 202 "//components/breakpad/app",
203 "//content:resources", 203 "//content:resources",
204 "//content/gpu", 204 "//content/gpu",
205 "//content/ppapi_plugin", 205 "//content/ppapi_plugin",
206 "//content/public/browser", 206 "//content/public/browser",
207 "//content/public/common", 207 "//content/public/common",
208 "//content/public/plugin", 208 "//content/public/plugin",
209 "//content/public/renderer", 209 "//content/public/renderer",
210 "//content/public/utility", 210 "//content/public/utility",
211 "//content/worker",
212 "//content/test:layouttest_support", 211 "//content/test:layouttest_support",
213 "//gin", 212 "//gin",
214 "//gpu", 213 "//gpu",
215 "//ipc", 214 "//ipc",
216 "//media", 215 "//media",
217 "//net", 216 "//net",
218 "//net:net_resources", 217 "//net:net_resources",
219 "//skia", 218 "//skia",
220 "//third_party/icu", 219 "//third_party/icu",
221 "//third_party/WebKit/public:blink", 220 "//third_party/WebKit/public:blink",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "//tools/imagediff($host_toolchain)", 455 "//tools/imagediff($host_toolchain)",
457 ] 456 ]
458 } 457 }
459 } 458 }
460 459
461 } else { 460 } else {
462 # Content shell not ready, make a dummpy to make dependency management easier. 461 # Content shell not ready, make a dummpy to make dependency management easier.
463 group("content_shell") { 462 group("content_shell") {
464 } 463 }
465 } 464 }
OLDNEW
« no previous file with comments | « content/public/common/process_type.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698