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

Side by Side Diff: mojo/mojo.gyp

Issue 599603002: Remove some unnecessary webkit/common/gpu and third_party/wtl deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/aura/DEPS ('k') | mojo/mojo_services.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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 { 453 {
454 # GN version: //mojo/aura 454 # GN version: //mojo/aura
455 'target_name': 'mojo_aura_support', 455 'target_name': 'mojo_aura_support',
456 'type': 'static_library', 456 'type': 'static_library',
457 'dependencies': [ 457 'dependencies': [
458 '../cc/cc.gyp:cc', 458 '../cc/cc.gyp:cc',
459 '../ui/aura/aura.gyp:aura', 459 '../ui/aura/aura.gyp:aura',
460 '../ui/compositor/compositor.gyp:compositor', 460 '../ui/compositor/compositor.gyp:compositor',
461 '../ui/events/events.gyp:events', 461 '../ui/events/events.gyp:events',
462 '../ui/events/events.gyp:events_base', 462 '../ui/events/events.gyp:events_base',
463 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
464 'mojo_cc_support', 463 'mojo_cc_support',
465 'mojo_native_viewport_bindings', 464 'mojo_native_viewport_bindings',
466 ], 465 ],
467 'includes': [ 466 'includes': [
468 'mojo_public_gles2_for_loadable_module.gypi', 467 'mojo_public_gles2_for_loadable_module.gypi',
469 ], 468 ],
470 'sources': [ 469 'sources': [
471 'aura/aura_init.cc', 470 'aura/aura_init.cc',
472 'aura/aura_init.h', 471 'aura/aura_init.h',
473 'aura/context_factory_mojo.cc', 472 'aura/context_factory_mojo.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'mojo_python_unittests.isolate', 654 'mojo_python_unittests.isolate',
656 ], 655 ],
657 'sources': [ 656 'sources': [
658 'mojo_python_unittests.isolate', 657 'mojo_python_unittests.isolate',
659 ], 658 ],
660 }, 659 },
661 ], 660 ],
662 }], 661 }],
663 ], 662 ],
664 } 663 }
OLDNEW
« no previous file with comments | « mojo/aura/DEPS ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698