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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 ], | 336 ], |
337 }, | 337 }, |
338 { | 338 { |
| 339 # GN version: //mojo/application_manager:unittests |
339 'target_name': 'mojo_application_manager_unittests', | 340 'target_name': 'mojo_application_manager_unittests', |
340 'type': 'executable', | 341 'type': 'executable', |
341 'dependencies': [ | 342 'dependencies': [ |
342 '../base/base.gyp:base', | 343 '../base/base.gyp:base', |
343 '../testing/gtest.gyp:gtest', | 344 '../testing/gtest.gyp:gtest', |
344 '../url/url.gyp:url_lib', | 345 '../url/url.gyp:url_lib', |
345 'mojo_application_manager', | 346 'mojo_application_manager', |
346 'mojo_base.gyp:mojo_common_lib', | 347 'mojo_base.gyp:mojo_common_lib', |
347 'mojo_base.gyp:mojo_cpp_bindings', | 348 'mojo_base.gyp:mojo_cpp_bindings', |
348 'mojo_base.gyp:mojo_environment_chromium', | 349 'mojo_base.gyp:mojo_environment_chromium', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 'views/views_init_internal.h', | 523 'views/views_init_internal.h', |
523 ], | 524 ], |
524 'defines': [ | 525 'defines': [ |
525 'MOJO_VIEWS_IMPLEMENTATION', | 526 'MOJO_VIEWS_IMPLEMENTATION', |
526 ], | 527 ], |
527 }, | 528 }, |
528 ], | 529 ], |
529 }], | 530 }], |
530 ], | 531 ], |
531 } | 532 } |
OLD | NEW |