OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'targets': [{ | 6 'targets': [{ |
7 'target_name': 'mojo_shell_lib', | 7 'target_name': 'mojo_shell_lib', |
8 'type': 'static_library', | 8 'type': 'static_library', |
9 'sources': [ | 9 'sources': [ |
10 'shell/application_loader.h', | 10 'shell/application_loader.h', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 ], | 51 ], |
52 'dependencies': [ | 52 'dependencies': [ |
53 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', | 53 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', |
54 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings', | 54 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings', |
55 '<(DEPTH)/base/base.gyp:base', | 55 '<(DEPTH)/base/base.gyp:base', |
56 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 56 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
57 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 57 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
58 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 58 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
59 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 59 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
60 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests', | 60 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests', |
61 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_application_base', | |
62 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 61 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
63 '<(DEPTH)/testing/gtest.gyp:gtest', | 62 '<(DEPTH)/testing/gtest.gyp:gtest', |
64 '<(DEPTH)/url/url.gyp:url_lib', | 63 '<(DEPTH)/url/url.gyp:url_lib', |
65 ] | 64 ] |
66 }, { | 65 }, { |
67 'target_name': 'mojo_shell_test_bindings', | 66 'target_name': 'mojo_shell_test_bindings', |
68 'type': 'static_library', | 67 'type': 'static_library', |
69 'variables': { | 68 'variables': { |
70 'mojom_files': [ | 69 'mojom_files': [ |
71 'shell/test.mojom', | 70 'shell/test.mojom', |
72 ], | 71 ], |
73 }, | 72 }, |
74 'includes': [ | 73 'includes': [ |
75 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', | 74 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', |
76 ], | 75 ], |
77 }], | 76 }], |
78 } | 77 } |
OLD | NEW |