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

Side by Side Diff: mojo/mojo.gyp

Issue 534843002: Convert view manager to surfaces with uploading shim in client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove overzealous shutdown check in cc/surfaces, add NON_EXPORTED_BASE for windows build, saturate… 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/examples/surfaces_app/surfaces_app.cc ('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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 '../skia/skia.gyp:skia', 506 '../skia/skia.gyp:skia',
507 '../skia/skia.gyp:skia', 507 '../skia/skia.gyp:skia',
508 '../third_party/icu/icu.gyp:icui18n', 508 '../third_party/icu/icu.gyp:icui18n',
509 '../third_party/icu/icu.gyp:icuuc', 509 '../third_party/icu/icu.gyp:icuuc',
510 '../ui/aura/aura.gyp:aura', 510 '../ui/aura/aura.gyp:aura',
511 '../ui/base/ui_base.gyp:ui_base', 511 '../ui/base/ui_base.gyp:ui_base',
512 '../ui/views/views.gyp:views', 512 '../ui/views/views.gyp:views',
513 '../ui/wm/wm.gyp:wm', 513 '../ui/wm/wm.gyp:wm',
514 'mojo_aura_support', 514 'mojo_aura_support',
515 'mojo_views_support_internal', 515 'mojo_views_support_internal',
516 'mojo_view_manager_bindings',
516 ], 517 ],
517 'sources': [ 518 'sources': [
518 'views/input_method_mojo_linux.cc', 519 'views/input_method_mojo_linux.cc',
519 'views/input_method_mojo_linux.h', 520 'views/input_method_mojo_linux.h',
520 'views/native_widget_view_manager.cc', 521 'views/native_widget_view_manager.cc',
521 'views/native_widget_view_manager.h', 522 'views/native_widget_view_manager.h',
522 'views/views_init.cc', 523 'views/views_init.cc',
523 'views/views_init.h', 524 'views/views_init.h',
524 ], 525 ],
525 }, 526 },
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'mojo_python_bindings', 611 'mojo_python_bindings',
611 'mojo_python_embedder', 612 'mojo_python_embedder',
612 'mojo_python_system', 613 'mojo_python_system',
613 ], 614 ],
614 'includes': [ '../third_party/cython/python_module.gypi' ], 615 'includes': [ '../third_party/cython/python_module.gypi' ],
615 }, 616 },
616 ], 617 ],
617 }], 618 }],
618 ], 619 ],
619 } 620 }
OLDNEW
« no previous file with comments | « mojo/examples/surfaces_app/surfaces_app.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698