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

Side by Side Diff: content/utility/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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
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 source_set("utility") { 5 source_set("utility") {
6 # Only the public target should depend on this. All other targets (even 6 # Only the public target should depend on this. All other targets (even
7 # internal content ones) should depend on the public one. 7 # internal content ones) should depend on the public one.
8 visibility = [ "//content/public/utility:utility_sources" ] 8 visibility = [ "//content/public/utility:utility_sources" ]
9 9
10 sources = [ 10 sources = [
11 "in_process_utility_thread.cc", 11 "in_process_utility_thread.cc",
12 "in_process_utility_thread.h", 12 "in_process_utility_thread.h",
13 "utility_blink_platform_impl.cc", 13 "utility_blink_platform_impl.cc",
14 "utility_blink_platform_impl.h", 14 "utility_blink_platform_impl.h",
15 "utility_main.cc", 15 "utility_main.cc",
16 "utility_thread_impl.cc", 16 "utility_thread_impl.cc",
17 "utility_thread_impl.h", 17 "utility_thread_impl.h",
18 "webthread_impl_for_utility_thread.cc", 18 "webthread_impl_for_utility_thread.cc",
19 "webthread_impl_for_utility_thread.h", 19 "webthread_impl_for_utility_thread.h",
20 ] 20 ]
21 21
22 configs += [ "//content:content_implementation" ] 22 configs += [ "//content:content_implementation" ]
23 23
24 deps = [ 24 deps = [
25 "//base", 25 "//base",
26 "//content:export", 26 "//content:export",
27 "//content/public/child:child_sources", 27 "//content/public/child:child_sources",
28 "//content/public/common:common_sources", 28 "//content/public/common:common_sources",
29 "//courgette:courgette_lib", 29 "//courgette:courgette_lib",
30 "//mojo/application/public/interfaces",
30 "//third_party/WebKit/public:blink_headers", 31 "//third_party/WebKit/public:blink_headers",
31 "//third_party/mojo/src/mojo/public/interfaces/application",
32 ] 32 ]
33 } 33 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | mojo/tools/rev_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698