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

Side by Side Diff: mojo/mojo.gyp

Issue 494523004: GN: Build rules and fixes for (almost) all mojo unittest targets (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
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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'application_manager/application_manager_export.h', 328 'application_manager/application_manager_export.h',
329 'application_manager/background_shell_application_loader.cc', 329 'application_manager/background_shell_application_loader.cc',
330 'application_manager/background_shell_application_loader.h', 330 'application_manager/background_shell_application_loader.h',
331 ], 331 ],
332 'export_dependent_settings': [ 332 'export_dependent_settings': [
333 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 333 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
334 'mojo_base.gyp:mojo_application_bindings', 334 'mojo_base.gyp:mojo_application_bindings',
335 ], 335 ],
336 }, 336 },
337 { 337 {
338 # GN version: //mojo/application_manager:unittests
338 'target_name': 'mojo_application_manager_unittests', 339 'target_name': 'mojo_application_manager_unittests',
339 'type': 'executable', 340 'type': 'executable',
340 'dependencies': [ 341 'dependencies': [
341 '../base/base.gyp:base', 342 '../base/base.gyp:base',
342 '../testing/gtest.gyp:gtest', 343 '../testing/gtest.gyp:gtest',
343 '../url/url.gyp:url_lib', 344 '../url/url.gyp:url_lib',
344 'mojo_application_manager', 345 'mojo_application_manager',
345 'mojo_base.gyp:mojo_common_lib', 346 'mojo_base.gyp:mojo_common_lib',
346 'mojo_base.gyp:mojo_cpp_bindings', 347 'mojo_base.gyp:mojo_cpp_bindings',
347 'mojo_base.gyp:mojo_environment_chromium', 348 'mojo_base.gyp:mojo_environment_chromium',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'views/views_init_internal.h', 522 'views/views_init_internal.h',
522 ], 523 ],
523 'defines': [ 524 'defines': [
524 'MOJO_VIEWS_IMPLEMENTATION', 525 'MOJO_VIEWS_IMPLEMENTATION',
525 ], 526 ],
526 }, 527 },
527 ], 528 ],
528 }], 529 }],
529 ], 530 ],
530 } 531 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698