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 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . Created 4 years, 10 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 # 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 'shell/public/cpp/lib/app_lifetime_helper.cc', 237 'shell/public/cpp/lib/app_lifetime_helper.cc',
238 'shell/public/cpp/lib/application_delegate.cc', 238 'shell/public/cpp/lib/application_delegate.cc',
239 'shell/public/cpp/lib/application_impl.cc', 239 'shell/public/cpp/lib/application_impl.cc',
240 'shell/public/cpp/lib/application_runner.cc', 240 'shell/public/cpp/lib/application_runner.cc',
241 'shell/public/cpp/lib/interface_factory_connector.h', 241 'shell/public/cpp/lib/interface_factory_connector.h',
242 'shell/public/cpp/lib/service_connector_registry.cc', 242 'shell/public/cpp/lib/service_connector_registry.cc',
243 'shell/public/cpp/lib/service_connector_registry.h', 243 'shell/public/cpp/lib/service_connector_registry.h',
244 'shell/public/cpp/lib/service_provider_impl.cc', 244 'shell/public/cpp/lib/service_provider_impl.cc',
245 'shell/public/cpp/lib/service_registry.cc', 245 'shell/public/cpp/lib/service_registry.cc',
246 'shell/public/cpp/lib/service_registry.h', 246 'shell/public/cpp/lib/service_registry.h',
247 'shell/public/cpp/shell.h',
247 'shell/public/cpp/service_connector.h', 248 'shell/public/cpp/service_connector.h',
248 'shell/public/cpp/service_provider_impl.h', 249 'shell/public/cpp/service_provider_impl.h',
249 ], 250 ],
250 'dependencies': [ 251 'dependencies': [
251 '../base/base.gyp:base_i18n', 252 '../base/base.gyp:base_i18n',
252 'mojo_application_bindings', 253 'mojo_application_bindings',
253 'mojo_message_pump_lib', 254 'mojo_message_pump_lib',
254 'mojo_services.gyp:network_type_converters', 255 'mojo_services.gyp:network_type_converters',
255 ], 256 ],
256 }, 257 },
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 '../build/isolate.gypi', 369 '../build/isolate.gypi',
369 ], 370 ],
370 'sources': [ 371 'sources': [
371 'mojo_common_unittests.isolate', 372 'mojo_common_unittests.isolate',
372 ], 373 ],
373 }, 374 },
374 ], 375 ],
375 }], 376 }],
376 ] 377 ]
377 } 378 }
OLDNEW
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | mojo/public/cpp/bindings/tests/versioning_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698