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

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
« no previous file with comments | « mojo/embedder/BUILD.gn ('k') | mojo/mojo_apps.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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « mojo/embedder/BUILD.gn ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698