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

Side by Side Diff: mojo/mojo_base.gyp

Issue 1455833005: Convert ConnectToApplication to take a params class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/application/public/cpp/lib/application_impl.cc ('k') | mojo/mojo_services.gyp » ('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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'application/public/cpp/lib/service_connector_registry.h', 240 'application/public/cpp/lib/service_connector_registry.h',
241 'application/public/cpp/lib/service_provider_impl.cc', 241 'application/public/cpp/lib/service_provider_impl.cc',
242 'application/public/cpp/lib/service_registry.cc', 242 'application/public/cpp/lib/service_registry.cc',
243 'application/public/cpp/lib/service_registry.h', 243 'application/public/cpp/lib/service_registry.h',
244 'application/public/cpp/service_connector.h', 244 'application/public/cpp/service_connector.h',
245 'application/public/cpp/service_provider_impl.h', 245 'application/public/cpp/service_provider_impl.h',
246 ], 246 ],
247 'dependencies': [ 247 'dependencies': [
248 'mojo_application_bindings', 248 'mojo_application_bindings',
249 'mojo_message_pump_lib', 249 'mojo_message_pump_lib',
250 'mojo_services.gyp:network_type_converters',
250 ], 251 ],
251 }, 252 },
252 { 253 {
253 # GN version: //mojo/public/interfaces/application:application 254 # GN version: //mojo/public/interfaces/application:application
254 'target_name': 'mojo_application_bindings', 255 'target_name': 'mojo_application_bindings',
255 'type': 'static_library', 256 'type': 'static_library',
256 'dependencies': [ 257 'dependencies': [
257 'mojo_application_bindings_mojom', 258 'mojo_application_bindings_mojom',
258 'mojo_services.gyp:network_service_bindings_lib', 259 'mojo_services.gyp:network_service_bindings_lib',
259 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 260 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 '../build/isolate.gypi', 364 '../build/isolate.gypi',
364 ], 365 ],
365 'sources': [ 366 'sources': [
366 'mojo_common_unittests.isolate', 367 'mojo_common_unittests.isolate',
367 ], 368 ],
368 }, 369 },
369 ], 370 ],
370 }], 371 }],
371 ] 372 ]
372 } 373 }
OLDNEW
« no previous file with comments | « mojo/application/public/cpp/lib/application_impl.cc ('k') | mojo/mojo_services.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698