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

Side by Side Diff: mojo/mojo.gyp

Issue 476283006: mojo: Fix double character inserts on Windows by removing a Linux hack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move input method to its own file. 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 | « no previous file | 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '../third_party/icu/icu.gyp:icui18n', 499 '../third_party/icu/icu.gyp:icui18n',
500 '../third_party/icu/icu.gyp:icuuc', 500 '../third_party/icu/icu.gyp:icuuc',
501 '../ui/aura/aura.gyp:aura', 501 '../ui/aura/aura.gyp:aura',
502 '../ui/base/ui_base.gyp:ui_base', 502 '../ui/base/ui_base.gyp:ui_base',
503 '../ui/views/views.gyp:views', 503 '../ui/views/views.gyp:views',
504 '../ui/wm/wm.gyp:wm', 504 '../ui/wm/wm.gyp:wm',
505 'mojo_aura_support', 505 'mojo_aura_support',
506 'mojo_views_support_internal', 506 'mojo_views_support_internal',
507 ], 507 ],
508 'sources': [ 508 'sources': [
509 'views/input_method_mojo_linux.cc',
510 'views/input_method_mojo_linux.h',
509 'views/native_widget_view_manager.cc', 511 'views/native_widget_view_manager.cc',
510 'views/native_widget_view_manager.h', 512 'views/native_widget_view_manager.h',
511 'views/views_init.cc', 513 'views/views_init.cc',
512 'views/views_init.h', 514 'views/views_init.h',
513 ], 515 ],
514 }, 516 },
515 { 517 {
516 'target_name': 'mojo_views_support_internal', 518 'target_name': 'mojo_views_support_internal',
517 'type': '<(component)', 519 'type': '<(component)',
518 'dependencies': [ 520 'dependencies': [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 }, 607 },
606 ], 608 ],
607 'dependency': [ 609 'dependency': [
608 'mojo_python', 610 'mojo_python',
609 ], 611 ],
610 }, 612 },
611 ], 613 ],
612 }], 614 }],
613 ], 615 ],
614 } 616 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698