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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1465793005: Pass CapabilityFilter via CreateInstanceForHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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/mojo_base.gyp ('k') | mojo/shell/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'targets': [{ 6 'targets': [{
7 'target_name': 'mojo_shell_lib', 7 'target_name': 'mojo_shell_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'sources': [ 9 'sources': [
10 'shell/application_instance.cc', 10 'shell/application_instance.cc',
(...skipping 29 matching lines...) Expand all
40 'util/filename_util.h', 40 'util/filename_util.h',
41 ], 41 ],
42 'dependencies': [ 42 'dependencies': [
43 '<(DEPTH)/base/base.gyp:base', 43 '<(DEPTH)/base/base.gyp:base',
44 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 44 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
45 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 45 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
46 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', 46 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
47 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 47 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
48 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 48 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', 49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
50 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_interfaces',
51 '<(DEPTH)/url/url.gyp:url_lib', 50 '<(DEPTH)/url/url.gyp:url_lib',
52 ], 51 ],
53 }, { 52 }, {
54 'target_name': 'mojo_fetcher_lib', 53 'target_name': 'mojo_fetcher_lib',
55 'type': 'static_library', 54 'type': 'static_library',
56 'sources': [ 55 'sources': [
57 'fetcher/about_fetcher.cc', 56 'fetcher/about_fetcher.cc',
58 'fetcher/about_fetcher.h', 57 'fetcher/about_fetcher.h',
59 'fetcher/data_fetcher.cc', 58 'fetcher/data_fetcher.cc',
60 'fetcher/data_fetcher.h', 59 'fetcher/data_fetcher.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'type': 'static_library', 115 'type': 'static_library',
117 'variables': { 116 'variables': {
118 'mojom_files': [ 117 'mojom_files': [
119 'shell/capability_filter_unittest.mojom', 118 'shell/capability_filter_unittest.mojom',
120 'shell/test.mojom', 119 'shell/test.mojom',
121 ], 120 ],
122 }, 121 },
123 'includes': [ 122 'includes': [
124 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 123 '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
125 ], 124 ],
126 }, {
127 'target_name': 'mojo_shell_interfaces',
128 'type': 'none',
129 'variables': {
130 'mojom_files': [
131 'shell/application_manager.mojom',
132 ],
133 },
134 'includes': [
135 '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
136 ],
137 }], 125 }],
138 } 126 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698