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

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

Issue 110223004: linux-aura: Fix some dragging behaviour. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_root_window_host_x11.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 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'widget/desktop_aura/desktop_screen_position_client.cc', 397 'widget/desktop_aura/desktop_screen_position_client.cc',
398 'widget/desktop_aura/desktop_screen_position_client.h', 398 'widget/desktop_aura/desktop_screen_position_client.h',
399 'widget/desktop_aura/desktop_screen_win.cc', 399 'widget/desktop_aura/desktop_screen_win.cc',
400 'widget/desktop_aura/desktop_screen_win.h', 400 'widget/desktop_aura/desktop_screen_win.h',
401 'widget/desktop_aura/desktop_screen_x11.cc', 401 'widget/desktop_aura/desktop_screen_x11.cc',
402 'widget/desktop_aura/desktop_screen_x11.h', 402 'widget/desktop_aura/desktop_screen_x11.h',
403 'widget/desktop_aura/x11_desktop_handler.cc', 403 'widget/desktop_aura/x11_desktop_handler.cc',
404 'widget/desktop_aura/x11_desktop_handler.h', 404 'widget/desktop_aura/x11_desktop_handler.h',
405 'widget/desktop_aura/x11_desktop_window_move_client.cc', 405 'widget/desktop_aura/x11_desktop_window_move_client.cc',
406 'widget/desktop_aura/x11_desktop_window_move_client.h', 406 'widget/desktop_aura/x11_desktop_window_move_client.h',
407 'widget/desktop_aura/x11_scoped_capture.cc',
408 'widget/desktop_aura/x11_scoped_capture.h',
407 'widget/desktop_aura/x11_whole_screen_move_loop.cc', 409 'widget/desktop_aura/x11_whole_screen_move_loop.cc',
408 'widget/desktop_aura/x11_whole_screen_move_loop.h', 410 'widget/desktop_aura/x11_whole_screen_move_loop.h',
409 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', 411 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h',
410 'widget/desktop_aura/x11_window_event_filter.cc', 412 'widget/desktop_aura/x11_window_event_filter.cc',
411 'widget/desktop_aura/x11_window_event_filter.h', 413 'widget/desktop_aura/x11_window_event_filter.h',
412 'widget/drop_helper.cc', 414 'widget/drop_helper.cc',
413 'widget/drop_helper.h', 415 'widget/drop_helper.h',
414 'widget/drop_target_win.cc', 416 'widget/drop_target_win.cc',
415 'widget/drop_target_win.h', 417 'widget/drop_target_win.h',
416 'widget/root_view.cc', 418 'widget/root_view.cc',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'sources/': [ 1110 'sources/': [
1109 # This is needed because the aura rule strips it from the default 1111 # This is needed because the aura rule strips it from the default
1110 # sources list. 1112 # sources list.
1111 ['include', '^../../content/app/startup_helper_win.cc'], 1113 ['include', '^../../content/app/startup_helper_win.cc'],
1112 ], 1114 ],
1113 }], 1115 }],
1114 ], 1116 ],
1115 }, # target_name: views_examples_with_content_exe 1117 }, # target_name: views_examples_with_content_exe
1116 ], 1118 ],
1117 } 1119 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/widget/desktop_aura/desktop_root_window_host_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698