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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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
OLDNEW
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_instance.cc', 10 'shell/application_instance.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ], 95 ],
96 'dependencies': [ 96 'dependencies': [
97 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', 97 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib',
98 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings', 98 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings',
99 '<(DEPTH)/base/base.gyp:base', 99 '<(DEPTH)/base/base.gyp:base',
100 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 100 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
101 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 101 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
102 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 102 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
103 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', 103 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
104 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests', 104 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests',
105 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 105 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
106 '<(DEPTH)/testing/gtest.gyp:gtest', 106 '<(DEPTH)/testing/gtest.gyp:gtest',
107 '<(DEPTH)/url/url.gyp:url_lib', 107 '<(DEPTH)/url/url.gyp:url_lib',
108 ] 108 ]
109 }, { 109 }, {
110 'target_name': 'mojo_shell_test_bindings', 110 'target_name': 'mojo_shell_test_bindings',
111 'type': 'static_library', 111 'type': 'static_library',
112 'variables': { 112 'variables': {
113 'mojom_files': [ 113 'mojom_files': [
114 'shell/capability_filter_unittest.mojom', 114 'shell/capability_filter_unittest.mojom',
115 'shell/test.mojom', 115 'shell/test.mojom',
116 ], 116 ],
117 }, 117 },
118 'includes': [ 118 'includes': [
119 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 119 '../mojo/mojom_bindings_generator_explicit.gypi',
120 ], 120 ],
121 }], 121 }],
122 } 122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698