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

Side by Side Diff: ui/views/views.gyp

Issue 801953002: Use template specialization to generate WindowProperty code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'widget/desktop_aura/desktop_drop_target_win.cc', 405 'widget/desktop_aura/desktop_drop_target_win.cc',
406 'widget/desktop_aura/desktop_drop_target_win.h', 406 'widget/desktop_aura/desktop_drop_target_win.h',
407 'widget/desktop_aura/desktop_event_client.cc', 407 'widget/desktop_aura/desktop_event_client.cc',
408 'widget/desktop_aura/desktop_event_client.h', 408 'widget/desktop_aura/desktop_event_client.h',
409 'widget/desktop_aura/desktop_focus_rules.cc', 409 'widget/desktop_aura/desktop_focus_rules.cc',
410 'widget/desktop_aura/desktop_focus_rules.h', 410 'widget/desktop_aura/desktop_focus_rules.h',
411 'widget/desktop_aura/desktop_native_cursor_manager.cc', 411 'widget/desktop_aura/desktop_native_cursor_manager.cc',
412 'widget/desktop_aura/desktop_native_cursor_manager.h', 412 'widget/desktop_aura/desktop_native_cursor_manager.h',
413 'widget/desktop_aura/desktop_native_widget_aura.cc', 413 'widget/desktop_aura/desktop_native_widget_aura.cc',
414 'widget/desktop_aura/desktop_native_widget_aura.h', 414 'widget/desktop_aura/desktop_native_widget_aura.h',
415 'widget/desktop_aura/desktop_native_widget_property.cc',
sadrul 2014/12/15 22:53:09 I think you missed this file?
oshima 2014/12/15 22:57:47 oops, sorry. done.
415 'widget/desktop_aura/desktop_window_tree_host.h', 416 'widget/desktop_aura/desktop_window_tree_host.h',
416 'widget/desktop_aura/desktop_screen.h', 417 'widget/desktop_aura/desktop_screen.h',
417 'widget/desktop_aura/desktop_screen_position_client.cc', 418 'widget/desktop_aura/desktop_screen_position_client.cc',
418 'widget/desktop_aura/desktop_screen_position_client.h', 419 'widget/desktop_aura/desktop_screen_position_client.h',
419 ], 420 ],
420 'views_desktop_aura_x11_sources': [ 421 'views_desktop_aura_x11_sources': [
421 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', 422 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
422 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', 423 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
423 'widget/desktop_aura/desktop_window_tree_host_x11.cc', 424 'widget/desktop_aura/desktop_window_tree_host_x11.cc',
424 'widget/desktop_aura/desktop_window_tree_host_x11.h', 425 'widget/desktop_aura/desktop_window_tree_host_x11.h',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 '../aura/aura.gyp:aura', 891 '../aura/aura.gyp:aura',
891 '../wm/wm.gyp:wm', 892 '../wm/wm.gyp:wm',
892 ], 893 ],
893 }], 894 }],
894 ], 895 ],
895 }, # target_name: macviews_interactive_ui_tests 896 }, # target_name: macviews_interactive_ui_tests
896 ], # targets 897 ], # targets
897 }], 898 }],
898 ], # conditions 899 ], # conditions
899 } 900 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698