OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |