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

Side by Side Diff: mojo/mojo.gyp

Issue 611013003: Remove unnecessary deps on base_static in mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'dependencies': [ 114 'dependencies': [
115 'mojo_base.gyp:mojo_cpp_bindings', 115 'mojo_base.gyp:mojo_cpp_bindings',
116 ], 116 ],
117 }, 117 },
118 { 118 {
119 # GN version: //mojo/spy 119 # GN version: //mojo/spy
120 'target_name': 'mojo_spy', 120 'target_name': 'mojo_spy',
121 'type': 'static_library', 121 'type': 'static_library',
122 'dependencies': [ 122 'dependencies': [
123 '../base/base.gyp:base', 123 '../base/base.gyp:base',
124 '../base/base.gyp:base_static',
125 '../net/net.gyp:http_server', 124 '../net/net.gyp:http_server',
126 '../url/url.gyp:url_lib', 125 '../url/url.gyp:url_lib',
127 'mojo_application_manager', 126 'mojo_application_manager',
128 ], 127 ],
129 'variables': { 128 'variables': {
130 'mojom_base_output_dir': 'mojo', 129 'mojom_base_output_dir': 'mojo',
131 }, 130 },
132 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 131 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
133 'sources': [ 132 'sources': [
134 'spy/public/spy.mojom', 133 'spy/public/spy.mojom',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'shell/network_application_loader.h', 225 'shell/network_application_loader.h',
227 ], 226 ],
228 }], 227 }],
229 ], 228 ],
230 }, 229 },
231 { 230 {
232 # GN version: //mojo/shell:test_support 231 # GN version: //mojo/shell:test_support
233 'target_name': 'mojo_shell_test_support', 232 'target_name': 'mojo_shell_test_support',
234 'type': 'static_library', 233 'type': 'static_library',
235 'dependencies': [ 234 'dependencies': [
236 '../base/base.gyp:base_static',
237 'mojo_base.gyp:mojo_system_impl', 235 'mojo_base.gyp:mojo_system_impl',
238 'mojo_shell_lib', 236 'mojo_shell_lib',
239 ], 237 ],
240 'sources': [ 238 'sources': [
241 'shell/shell_test_helper.cc', 239 'shell/shell_test_helper.cc',
242 'shell/shell_test_helper.h', 240 'shell/shell_test_helper.h',
243 ], 241 ],
244 }, 242 },
245 { 243 {
246 # GN version: //mojo/shell 244 # GN version: //mojo/shell
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'views/views_init.h', 536 'views/views_init.h',
539 ], 537 ],
540 }, 538 },
541 { 539 {
542 # GN version: //mojo/views:views_internal 540 # GN version: //mojo/views:views_internal
543 'target_name': 'mojo_views_support_internal', 541 'target_name': 'mojo_views_support_internal',
544 'type': '<(component)', 542 'type': '<(component)',
545 'dependencies': [ 543 'dependencies': [
546 '../base/base.gyp:base', 544 '../base/base.gyp:base',
547 '../base/base.gyp:base_i18n', 545 '../base/base.gyp:base_i18n',
548 '../base/base.gyp:base_static',
549 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 546 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
550 '../skia/skia.gyp:skia', 547 '../skia/skia.gyp:skia',
551 '../third_party/icu/icu.gyp:icui18n', 548 '../third_party/icu/icu.gyp:icui18n',
552 '../third_party/icu/icu.gyp:icuuc', 549 '../third_party/icu/icu.gyp:icuuc',
553 '../ui/base/ui_base.gyp:ui_base', 550 '../ui/base/ui_base.gyp:ui_base',
554 '../ui/gfx/gfx.gyp:gfx', 551 '../ui/gfx/gfx.gyp:gfx',
555 ], 552 ],
556 'sources': [ 553 'sources': [
557 'views/mojo_views_export.h', 554 'views/mojo_views_export.h',
558 'views/views_init_internal.cc', 555 'views/views_init_internal.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'mojo_python_unittests.isolate', 685 'mojo_python_unittests.isolate',
689 ], 686 ],
690 'sources': [ 687 'sources': [
691 'mojo_python_unittests.isolate', 688 'mojo_python_unittests.isolate',
692 ], 689 ],
693 }, 690 },
694 ], 691 ],
695 }], 692 }],
696 ], 693 ],
697 } 694 }
OLDNEW
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698