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

Side by Side Diff: mojo/mojo.gyp

Issue 339943002: Small fixes in mojo_shell for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 6 years, 6 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/shell/mojo_url_resolver.cc » ('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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'mojo_service_manager', 583 'mojo_service_manager',
584 'mojo_shell_lib', 584 'mojo_shell_lib',
585 'mojo_system_impl', 585 'mojo_system_impl',
586 ], 586 ],
587 'sources': [ 587 'sources': [
588 'shell/desktop/mojo_main.cc', 588 'shell/desktop/mojo_main.cc',
589 ], 589 ],
590 }, 590 },
591 { 591 {
592 'target_name': 'mojo_shell_tests', 592 'target_name': 'mojo_shell_tests',
593 'type': 'executable', 593 'type': '<(gtest_target_type)',
594 'dependencies': [ 594 'dependencies': [
595 '../base/base.gyp:base', 595 '../base/base.gyp:base',
596 '../base/base.gyp:test_support_base', 596 '../base/base.gyp:test_support_base',
597 '../testing/gtest.gyp:gtest', 597 '../testing/gtest.gyp:gtest',
598 # TODO(vtl): We don't currently need this, but I imagine we will soon. 598 # TODO(vtl): We don't currently need this, but I imagine we will soon.
599 # '../ui/gl/gl.gyp:gl', 599 # '../ui/gl/gl.gyp:gl',
600 '../url/url.gyp:url_lib', 600 '../url/url.gyp:url_lib',
601 'mojo_common_lib', 601 'mojo_common_lib',
602 'mojo_environment_chromium', 602 'mojo_environment_chromium',
603 'mojo_service_manager', 603 'mojo_service_manager',
604 'mojo_shell_lib', 604 'mojo_shell_lib',
605 'mojo_system_impl', 605 'mojo_system_impl',
606 'mojo_test_service_bindings', 606 'mojo_test_service_bindings',
607 ], 607 ],
608 'sources': [ 608 'sources': [
609 'shell/child_process_host_unittest.cc', 609 'shell/child_process_host_unittest.cc',
610 'shell/shell_test_base.cc', 610 'shell/shell_test_base.cc',
611 'shell/shell_test_base.h', 611 'shell/shell_test_base.h',
612 'shell/shell_test_base_unittest.cc', 612 'shell/shell_test_base_unittest.cc',
613 'shell/shell_test_main.cc', 613 'shell/shell_test_main.cc',
614 ], 614 ],
615 'conditions': [
616 ['OS == "android"', {
617 'dependencies': [
618 '../testing/android/native_test.gyp:native_test_native_code',
619 ],
620 }],
621 ],
615 }, 622 },
616 { 623 {
617 'target_name': 'mojo_service_manager_unittests', 624 'target_name': 'mojo_service_manager_unittests',
618 'type': 'executable', 625 'type': 'executable',
619 'dependencies': [ 626 'dependencies': [
620 '../base/base.gyp:base', 627 '../base/base.gyp:base',
621 '../testing/gtest.gyp:gtest', 628 '../testing/gtest.gyp:gtest',
622 '../url/url.gyp:url_lib', 629 '../url/url.gyp:url_lib',
623 'mojo_common_lib', 630 'mojo_common_lib',
624 'mojo_cpp_bindings', 631 'mojo_cpp_bindings',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'views/native_widget_view_manager.cc', 950 'views/native_widget_view_manager.cc',
944 'views/native_widget_view_manager.h', 951 'views/native_widget_view_manager.h',
945 'views/views_init.cc', 952 'views/views_init.cc',
946 'views/views_init.h', 953 'views/views_init.h',
947 ], 954 ],
948 }, 955 },
949 ], 956 ],
950 }], 957 }],
951 ], 958 ],
952 } 959 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/mojo_url_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698