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

Side by Side Diff: chrome/app/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/android/java/DEPS ('k') | chrome/app/mash/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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//services/shell/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 # This target is for dependency tracking for the command ID header. 10 # This target is for dependency tracking for the command ID header.
11 source_set("command_ids") { 11 source_set("command_ids") {
12 sources = [ 12 sources = [
13 "chrome_command_ids.h", 13 "chrome_command_ids.h",
14 ] 14 ]
15 } 15 }
16 16
17 # On Windows, links chrome_dll.rc. On other platforms, does nothing so you can 17 # On Windows, links chrome_dll.rc. On other platforms, does nothing so you can
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 394
395 group("service_manifests") { 395 group("service_manifests") {
396 data_deps = [ 396 data_deps = [
397 ":chrome_content_browser_manifest", 397 ":chrome_content_browser_manifest",
398 ":chrome_content_gpu_manifest", 398 ":chrome_content_gpu_manifest",
399 ":chrome_content_renderer_manifest", 399 ":chrome_content_renderer_manifest",
400 ":chrome_content_utility_manifest", 400 ":chrome_content_utility_manifest",
401 ] 401 ]
402 } 402 }
403 } 403 }
OLDNEW
« no previous file with comments | « chrome/android/java/DEPS ('k') | chrome/app/mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698