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

Side by Side Diff: mojo/mojo_base.gyp

Issue 1254383016: ApplicationConnection lifetime management changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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/common/tracing_impl.cc ('k') | mojo/services/network/http_server_apptest.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 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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 '../third_party/mojo/mojo_variables.gypi', 10 '../third_party/mojo/mojo_variables.gypi',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'sources': [ 237 'sources': [
238 'application/public/cpp/app_lifetime_helper.h', 238 'application/public/cpp/app_lifetime_helper.h',
239 'application/public/cpp/application_connection.h', 239 'application/public/cpp/application_connection.h',
240 'application/public/cpp/application_delegate.h', 240 'application/public/cpp/application_delegate.h',
241 'application/public/cpp/application_impl.h', 241 'application/public/cpp/application_impl.h',
242 'application/public/cpp/application_runner.h', 242 'application/public/cpp/application_runner.h',
243 'application/public/cpp/connect.h', 243 'application/public/cpp/connect.h',
244 'application/public/cpp/interface_factory.h', 244 'application/public/cpp/interface_factory.h',
245 'application/public/cpp/interface_factory_impl.h', 245 'application/public/cpp/interface_factory_impl.h',
246 'application/public/cpp/lib/app_lifetime_helper.cc', 246 'application/public/cpp/lib/app_lifetime_helper.cc',
247 'application/public/cpp/lib/application_connection.cc',
248 'application/public/cpp/lib/application_delegate.cc', 247 'application/public/cpp/lib/application_delegate.cc',
249 'application/public/cpp/lib/application_impl.cc', 248 'application/public/cpp/lib/application_impl.cc',
250 'application/public/cpp/lib/application_runner.cc', 249 'application/public/cpp/lib/application_runner.cc',
251 'application/public/cpp/lib/interface_factory_connector.h', 250 'application/public/cpp/lib/interface_factory_connector.h',
252 'application/public/cpp/lib/service_connector_registry.cc', 251 'application/public/cpp/lib/service_connector_registry.cc',
253 'application/public/cpp/lib/service_connector_registry.h', 252 'application/public/cpp/lib/service_connector_registry.h',
254 'application/public/cpp/lib/service_provider_impl.cc', 253 'application/public/cpp/lib/service_provider_impl.cc',
255 'application/public/cpp/lib/service_registry.cc', 254 'application/public/cpp/lib/service_registry.cc',
256 'application/public/cpp/lib/service_registry.h', 255 'application/public/cpp/lib/service_registry.h',
257 'application/public/cpp/service_connector.h', 256 'application/public/cpp/service_connector.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 '../build/isolate.gypi', 375 '../build/isolate.gypi',
377 ], 376 ],
378 'sources': [ 377 'sources': [
379 'mojo_common_unittests.isolate', 378 'mojo_common_unittests.isolate',
380 ], 379 ],
381 }, 380 },
382 ], 381 ],
383 }], 382 }],
384 ] 383 ]
385 } 384 }
OLDNEW
« no previous file with comments | « mojo/common/tracing_impl.cc ('k') | mojo/services/network/http_server_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698