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

Side by Side Diff: mojo/mojo.gyp

Issue 218583009: Adds a way to associate key/value pairs with the environment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make mojo_service_manager depend on mojo_common_lib Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « mojo/environment/environment.cc ('k') | mojo/mojo_examples.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'MOJO_COMMON_IMPLEMENTATION', 250 'MOJO_COMMON_IMPLEMENTATION',
251 ], 251 ],
252 'dependencies': [ 252 'dependencies': [
253 '../base/base.gyp:base', 253 '../base/base.gyp:base',
254 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 254 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
255 'mojo_system', 255 'mojo_system',
256 ], 256 ],
257 'sources': [ 257 'sources': [
258 'common/common_type_converters.cc', 258 'common/common_type_converters.cc',
259 'common/common_type_converters.h', 259 'common/common_type_converters.h',
260 'common/environment_data.cc',
261 'common/environment_data.h',
260 'common/handle_watcher.cc', 262 'common/handle_watcher.cc',
261 'common/handle_watcher.h', 263 'common/handle_watcher.h',
262 'common/message_pump_mojo.cc', 264 'common/message_pump_mojo.cc',
263 'common/message_pump_mojo.h', 265 'common/message_pump_mojo.h',
264 'common/message_pump_mojo_handler.h', 266 'common/message_pump_mojo_handler.h',
265 'common/time_helper.cc', 267 'common/time_helper.cc',
266 'common/time_helper.h', 268 'common/time_helper.h',
267 ], 269 ],
268 }, 270 },
269 { 271 {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'target_name': 'mojo_service_manager', 352 'target_name': 'mojo_service_manager',
351 'type': '<(component)', 353 'type': '<(component)',
352 'defines': [ 354 'defines': [
353 'MOJO_SERVICE_MANAGER_IMPLEMENTATION', 355 'MOJO_SERVICE_MANAGER_IMPLEMENTATION',
354 ], 356 ],
355 'dependencies': [ 357 'dependencies': [
356 '../base/base.gyp:base', 358 '../base/base.gyp:base',
357 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 359 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
358 '../net/net.gyp:net', 360 '../net/net.gyp:net',
359 '../url/url.gyp:url_lib', 361 '../url/url.gyp:url_lib',
362 'mojo_common_lib',
360 'mojo_environment_chromium', 363 'mojo_environment_chromium',
361 'mojo_shell_bindings', 364 'mojo_shell_bindings',
362 ], 365 ],
363 'sources': [ 366 'sources': [
364 'service_manager/service_loader.h', 367 'service_manager/service_loader.h',
365 'service_manager/service_manager.cc', 368 'service_manager/service_manager.cc',
366 'service_manager/service_manager.h', 369 'service_manager/service_manager.h',
367 'service_manager/service_manager_export.h', 370 'service_manager/service_manager_export.h',
368 ], 371 ],
369 'export_dependent_settings': [ 372 'export_dependent_settings': [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 ], 453 ],
451 }, 454 },
452 { 455 {
453 'target_name': 'mojo_service_manager_unittests', 456 'target_name': 'mojo_service_manager_unittests',
454 'type': 'executable', 457 'type': 'executable',
455 'dependencies': [ 458 'dependencies': [
456 '../base/base.gyp:base', 459 '../base/base.gyp:base',
457 '../testing/gtest.gyp:gtest', 460 '../testing/gtest.gyp:gtest',
458 '../url/url.gyp:url_lib', 461 '../url/url.gyp:url_lib',
459 'mojo_bindings', 462 'mojo_bindings',
463 'mojo_common_lib',
460 'mojo_environment_chromium', 464 'mojo_environment_chromium',
461 'mojo_run_all_unittests', 465 'mojo_run_all_unittests',
462 'mojo_service_manager', 466 'mojo_service_manager',
463 'mojo_shell_client', 467 'mojo_shell_client',
464 'mojo_system', 468 'mojo_system',
465 ], 469 ],
466 'variables': { 470 'variables': {
467 'mojom_base_output_dir': 'mojo', 471 'mojom_base_output_dir': 'mojo',
468 }, 472 },
469 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 473 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 'mojo_js_unittests.isolate', 610 'mojo_js_unittests.isolate',
607 ], 611 ],
608 'sources': [ 612 'sources': [
609 'mojo_js_unittests.isolate', 613 'mojo_js_unittests.isolate',
610 ], 614 ],
611 }, 615 },
612 ], 616 ],
613 }], 617 }],
614 ], 618 ],
615 } 619 }
OLDNEW
« no previous file with comments | « mojo/environment/environment.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698