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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1351963002: Some more minor cleanup to ApplicationManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/fetcher/about_fetcher_unittest.cc ('k') | mojo/package_manager/package_manager_impl.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 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',
11 'shell/application_instance.h', 11 'shell/application_instance.h',
12 'shell/application_loader.h', 12 'shell/application_loader.h',
13 'shell/application_manager.cc', 13 'shell/application_manager.cc',
14 'shell/application_manager.h', 14 'shell/application_manager.h',
15 'shell/capability_filter.cc', 15 'shell/capability_filter.cc',
16 'shell/capability_filter.h', 16 'shell/capability_filter.h',
17 'shell/connect_to_application_params.cc', 17 'shell/connect_to_application_params.cc',
18 'shell/connect_to_application_params.h', 18 'shell/connect_to_application_params.h',
19 'shell/connect_util.cc',
20 'shell/connect_util.h',
19 'shell/content_handler_connection.cc', 21 'shell/content_handler_connection.cc',
20 'shell/content_handler_connection.h', 22 'shell/content_handler_connection.h',
21 'shell/data_pipe_peek.cc', 23 'shell/data_pipe_peek.cc',
22 'shell/data_pipe_peek.h', 24 'shell/data_pipe_peek.h',
23 'shell/fetcher.cc', 25 'shell/fetcher.cc',
24 'shell/fetcher.h', 26 'shell/fetcher.h',
25 'shell/identity.cc', 27 'shell/identity.cc',
26 'shell/identity.h', 28 'shell/identity.h',
27 'shell/native_runner.h', 29 'shell/native_runner.h',
28 'shell/package_manager.h', 30 'shell/package_manager.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'mojom_files': [ 113 'mojom_files': [
112 'shell/capability_filter_unittest.mojom', 114 'shell/capability_filter_unittest.mojom',
113 'shell/test.mojom', 115 'shell/test.mojom',
114 ], 116 ],
115 }, 117 },
116 'includes': [ 118 'includes': [
117 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 119 '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
118 ], 120 ],
119 }], 121 }],
120 } 122 }
OLDNEW
« no previous file with comments | « mojo/fetcher/about_fetcher_unittest.cc ('k') | mojo/package_manager/package_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698