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

Side by Side Diff: services/shell/public/cpp/BUILD.gn

Issue 2008383002: Remove a bunch of stuff in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | « mojo/util/filename_util.cc ('k') | services/shell/standalone/context.cc » ('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 # GYP version: mojo/mojo_base.gyp:mojo_application_base 5 # GYP version: mojo/mojo_base.gyp:mojo_application_base
6 source_set("cpp") { 6 source_set("cpp") {
7 public_deps = [ 7 public_deps = [
8 ":sources", 8 ":sources",
9 ] 9 ]
10 } 10 }
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 ] 72 ]
73 73
74 public_deps = [ 74 public_deps = [
75 ":cpp", 75 ":cpp",
76 "//testing/gtest", 76 "//testing/gtest",
77 ] 77 ]
78 78
79 deps = [ 79 deps = [
80 "//base", 80 "//base",
81 "//base/test:test_support", 81 "//base/test:test_support",
82 "//mojo/logging",
83 "//mojo/public/cpp/bindings", 82 "//mojo/public/cpp/bindings",
84 "//mojo/public/cpp/system", 83 "//mojo/public/cpp/system",
85 "//services/shell/background:lib", 84 "//services/shell/background:lib",
86 "//services/shell/public/interfaces:interfaces_cpp_sources", 85 "//services/shell/public/interfaces:interfaces_cpp_sources",
87 ] 86 ]
88 87
89 data_deps = [] 88 data_deps = []
90 } 89 }
91 } 90 }
OLDNEW
« no previous file with comments | « mojo/util/filename_util.cc ('k') | services/shell/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698