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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1228743002: Mandoline: Move ContentHandlerConnection into separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 5 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 | « no previous file | mojo/shell/BUILD.gn » ('j') | mojo/shell/application_manager.h » ('J')
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_loader.h', 10 'shell/application_loader.h',
11 'shell/application_manager.cc', 11 'shell/application_manager.cc',
12 'shell/application_manager.h', 12 'shell/application_manager.h',
13 'shell/content_handler_connection.cc',
14 'shell/content_handler_connection.h',
13 'shell/data_pipe_peek.cc', 15 'shell/data_pipe_peek.cc',
14 'shell/data_pipe_peek.h', 16 'shell/data_pipe_peek.h',
15 'shell/fetcher.cc', 17 'shell/fetcher.cc',
16 'shell/fetcher.h', 18 'shell/fetcher.h',
17 'shell/identity.cc', 19 'shell/identity.cc',
18 'shell/identity.h', 20 'shell/identity.h',
19 'shell/local_fetcher.cc', 21 'shell/local_fetcher.cc',
20 'shell/local_fetcher.h', 22 'shell/local_fetcher.h',
21 'shell/native_runner.h', 23 'shell/native_runner.h',
22 'shell/network_fetcher.cc', 24 'shell/network_fetcher.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'variables': { 75 'variables': {
74 'mojom_files': [ 76 'mojom_files': [
75 'shell/test.mojom', 77 'shell/test.mojom',
76 ], 78 ],
77 }, 79 },
78 'includes': [ 80 'includes': [
79 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 81 '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
80 ], 82 ],
81 }], 83 }],
82 } 84 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('j') | mojo/shell/application_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698