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

Side by Side Diff: views/views.gyp

Issue 6688049: New InputMethod api for Views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review feedbacks. Created 9 years, 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ['exclude', '\\.mm?$'], 42 ['exclude', '\\.mm?$'],
43 ], 43 ],
44 }], 44 }],
45 ['OS=="win"', {'sources/': [ 45 ['OS=="win"', {'sources/': [
46 ['include', '_(win)\\.cc$'], 46 ['include', '_(win)\\.cc$'],
47 ['include', '/win/'], 47 ['include', '/win/'],
48 ['include', '/win_[^/]*\\.cc$'], 48 ['include', '/win_[^/]*\\.cc$'],
49 ]}], 49 ]}],
50 ['touchui==0', {'sources/': [ 50 ['touchui==0', {'sources/': [
51 ['exclude', 'events/event_x.cc$'], 51 ['exclude', 'events/event_x.cc$'],
52 ['exclude', 'ime/'],
53 ['exclude', 'native_menu_x.cc$'], 52 ['exclude', 'native_menu_x.cc$'],
54 ['exclude', 'native_menu_x.h$'], 53 ['exclude', 'native_menu_x.h$'],
55 ['exclude', 'touchui/'], 54 ['exclude', 'touchui/'],
56 ['exclude', '_(touch)\\.cc$'], 55 ['exclude', '_(touch)\\.cc$'],
57 ]}], 56 ]}],
58 ], 57 ],
59 }, 58 },
60 'targets': [ 59 'targets': [
61 { 60 {
62 'target_name': 'views', 61 'target_name': 'views',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'focus/focus_manager.h', 277 'focus/focus_manager.h',
279 'focus/focus_search.cc', 278 'focus/focus_search.cc',
280 'focus/focus_search.h', 279 'focus/focus_search.h',
281 'focus/focus_util_win.cc', 280 'focus/focus_util_win.cc',
282 'focus/focus_util_win.h', 281 'focus/focus_util_win.h',
283 'focus/view_storage.cc', 282 'focus/view_storage.cc',
284 'focus/view_storage.h', 283 'focus/view_storage.h',
285 'ime/ibus_ime_context.cc', 284 'ime/ibus_ime_context.cc',
286 'ime/ime_context.cc', 285 'ime/ime_context.cc',
287 'ime/ime_context.h', 286 'ime/ime_context.h',
287 'ime/input_method.h',
288 'ime/input_method_delegate.h',
289 'ime/input_method_base.cc',
290 'ime/input_method_base.h',
291 'ime/input_method_gtk.cc',
292 'ime/input_method_gtk.h',
293 'ime/input_method_win.cc',
294 'ime/input_method_win.h',
295 'ime/text_input_client.h',
288 'layout/box_layout.cc', 296 'layout/box_layout.cc',
289 'layout/box_layout.h', 297 'layout/box_layout.h',
290 'layout/fill_layout.cc', 298 'layout/fill_layout.cc',
291 'layout/fill_layout.h', 299 'layout/fill_layout.h',
292 'layout/grid_layout.cc', 300 'layout/grid_layout.cc',
293 'layout/grid_layout.h', 301 'layout/grid_layout.h',
294 'layout/layout_constants.h', 302 'layout/layout_constants.h',
295 'layout/layout_manager.cc', 303 'layout/layout_manager.cc',
296 'layout/layout_manager.h', 304 'layout/layout_manager.h',
297 'metrics.cc', 305 'metrics.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 ['exclude', 'touchui/touch_factory.h'], 442 ['exclude', 'touchui/touch_factory.h'],
435 ], 443 ],
436 }], 444 }],
437 ['"<!@(<(pkg-config) --atleast-version=1.3.99 ibus-1.0 || echo $?)"! =""', { 445 ['"<!@(<(pkg-config) --atleast-version=1.3.99 ibus-1.0 || echo $?)"! =""', {
438 'sources/': [ 446 'sources/': [
439 ['exclude', 'ime/ibus_ime_context.cc'], 447 ['exclude', 'ime/ibus_ime_context.cc'],
440 ], 448 ],
441 'defines': ['USE_DUMMY_IME_CONTEXT'], 449 'defines': ['USE_DUMMY_IME_CONTEXT'],
442 }], 450 }],
443 ], 451 ],
452 }, { # else: touchui != 1
453 'sources!': [
454 'ime/ibus_ime_context.cc',
455 'ime/ime_context.cc',
456 'ime/ime_context.h',
457 ],
444 }], 458 }],
445 ['OS=="win"', { 459 ['OS=="win"', {
446 'sources!': [ 460 'sources!': [
447 'controls/slider/slider.cc', 461 'controls/slider/slider.cc',
448 'controls/slider/slider.h', 462 'controls/slider/slider.h',
449 'controls/slider/native_slider_wrapper.h', 463 'controls/slider/native_slider_wrapper.h',
450 ], 464 ],
451 'include_dirs': [ 465 'include_dirs': [
452 '<(DEPTH)/third_party/wtl/include', 466 '<(DEPTH)/third_party/wtl/include',
453 ], 467 ],
(...skipping 23 matching lines...) Expand all
477 'controls/label_unittest.cc', 491 'controls/label_unittest.cc',
478 'controls/progress_bar_unittest.cc', 492 'controls/progress_bar_unittest.cc',
479 'controls/single_split_view_unittest.cc', 493 'controls/single_split_view_unittest.cc',
480 'controls/tabbed_pane/tabbed_pane_unittest.cc', 494 'controls/tabbed_pane/tabbed_pane_unittest.cc',
481 'controls/table/table_view_unittest.cc', 495 'controls/table/table_view_unittest.cc',
482 'controls/textfield/native_textfield_views_unittest.cc', 496 'controls/textfield/native_textfield_views_unittest.cc',
483 'controls/textfield/textfield_views_model_unittest.cc', 497 'controls/textfield/textfield_views_model_unittest.cc',
484 'events/event_unittest.cc', 498 'events/event_unittest.cc',
485 'focus/accelerator_handler_gtk_unittest.cc', 499 'focus/accelerator_handler_gtk_unittest.cc',
486 'focus/focus_manager_unittest.cc', 500 'focus/focus_manager_unittest.cc',
501 'ime/mock_input_method.cc',
502 'ime/mock_input_method.h',
487 'layout/grid_layout_unittest.cc', 503 'layout/grid_layout_unittest.cc',
488 'layout/box_layout_unittest.cc', 504 'layout/box_layout_unittest.cc',
489 'test/views_test_base.cc', 505 'test/views_test_base.cc',
490 'test/views_test_base.h', 506 'test/views_test_base.h',
491 'run_all_unittests.cc', 507 'run_all_unittests.cc',
492 'test/test_views_delegate.cc', 508 'test/test_views_delegate.cc',
493 'test/test_views_delegate.h', 509 'test/test_views_delegate.h',
494 'view_unittest.cc', 510 'view_unittest.cc',
495 'widget/native_widget_test_utils.h', 511 'widget/native_widget_test_utils.h',
496 'widget/native_widget_test_utils_gtk.cc', 512 'widget/native_widget_test_utils_gtk.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 ], 627 ],
612 }, 628 },
613 ], 629 ],
614 } 630 }
615 631
616 # Local Variables: 632 # Local Variables:
617 # tab-width:2 633 # tab-width:2
618 # indent-tabs-mode:nil 634 # indent-tabs-mode:nil
619 # End: 635 # End:
620 # vim: set expandtab tabstop=2 shiftwidth=2: 636 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« views/ime/input_method_gtk.cc ('K') | « views/view.cc ('k') | views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698