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

Side by Side Diff: mojo/mojo.gyp

Issue 496813002: export hard dependencies where needed in mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/mojo_base.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 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'application_manager/application_loader.h', 326 'application_manager/application_loader.h',
327 'application_manager/application_manager.cc', 327 'application_manager/application_manager.cc',
328 'application_manager/application_manager.h', 328 'application_manager/application_manager.h',
329 'application_manager/application_manager_export.h', 329 'application_manager/application_manager_export.h',
330 'application_manager/background_shell_application_loader.cc', 330 'application_manager/background_shell_application_loader.cc',
331 'application_manager/background_shell_application_loader.h', 331 'application_manager/background_shell_application_loader.h',
332 ], 332 ],
333 'export_dependent_settings': [ 333 'export_dependent_settings': [
334 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 334 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
335 'mojo_base.gyp:mojo_application_bindings', 335 'mojo_base.gyp:mojo_application_bindings',
336 'mojo_network_bindings',
336 ], 337 ],
337 }, 338 },
338 { 339 {
339 # GN version: //mojo/application_manager:unittests 340 # GN version: //mojo/application_manager:unittests
340 'target_name': 'mojo_application_manager_unittests', 341 'target_name': 'mojo_application_manager_unittests',
341 'type': 'executable', 342 'type': 'executable',
342 'dependencies': [ 343 'dependencies': [
343 '../base/base.gyp:base', 344 '../base/base.gyp:base',
344 '../testing/gtest.gyp:gtest', 345 '../testing/gtest.gyp:gtest',
345 '../url/url.gyp:url_lib', 346 '../url/url.gyp:url_lib',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'views/views_init_internal.h', 524 'views/views_init_internal.h',
524 ], 525 ],
525 'defines': [ 526 'defines': [
526 'MOJO_VIEWS_IMPLEMENTATION', 527 'MOJO_VIEWS_IMPLEMENTATION',
527 ], 528 ],
528 }, 529 },
529 ], 530 ],
530 }], 531 }],
531 ], 532 ],
532 } 533 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698