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

Side by Side Diff: mojo/application/public/cpp/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/android/system/core_impl.cc ('k') | mojo/application/public/cpp/application_delegate.h » ('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 ":init_commandline", 9 ":init_commandline",
10 ] 10 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "service_provider_impl.h", 43 "service_provider_impl.h",
44 ] 44 ]
45 45
46 deps = [ 46 deps = [
47 "//base", 47 "//base",
48 "//base:i18n", 48 "//base:i18n",
49 "//mojo/application/public/interfaces", 49 "//mojo/application/public/interfaces",
50 "//mojo/common", 50 "//mojo/common",
51 "//mojo/environment:chromium", 51 "//mojo/environment:chromium",
52 "//mojo/message_pump", 52 "//mojo/message_pump",
53 "//third_party/mojo/src/mojo/public/cpp/bindings", 53 "//mojo/public/cpp/bindings",
54 "//third_party/mojo/src/mojo/public/cpp/system", 54 "//mojo/public/cpp/system",
55 ] 55 ]
56 } 56 }
57 57
58 source_set("init_commandline") { 58 source_set("init_commandline") {
59 sources = [ 59 sources = [
60 "lib/init_commandline.cc", 60 "lib/init_commandline.cc",
61 ] 61 ]
62 } 62 }
63 63
64 source_set("content_handler") { 64 source_set("content_handler") {
(...skipping 22 matching lines...) Expand all
87 87
88 public_deps = [ 88 public_deps = [
89 ":cpp", 89 ":cpp",
90 ] 90 ]
91 91
92 deps = [ 92 deps = [
93 "//base", 93 "//base",
94 "//base/test:test_support", 94 "//base/test:test_support",
95 "//mojo/application/public/interfaces:interfaces_cpp_sources", 95 "//mojo/application/public/interfaces:interfaces_cpp_sources",
96 "//mojo/logging", 96 "//mojo/logging",
97 "//third_party/mojo/src/mojo/public/cpp/bindings", 97 "//mojo/public/cpp/bindings",
98 "//third_party/mojo/src/mojo/public/cpp/environment", 98 "//mojo/public/cpp/environment",
99 "//third_party/mojo/src/mojo/public/cpp/system", 99 "//mojo/public/cpp/system",
100 "//testing/gtest", 100 "//testing/gtest",
101 ] 101 ]
102 102
103 data_deps = [] 103 data_deps = []
104 if (is_android) { 104 if (is_android) {
105 data_deps += [ "//mojo/android" ] 105 data_deps += [ "//mojo/android" ]
106 } 106 }
107 } 107 }
OLDNEW
« no previous file with comments | « mojo/android/system/core_impl.cc ('k') | mojo/application/public/cpp/application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698