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

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

Issue 260263002: Merge three implementations for getting the topmost x11 window at a point (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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) 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 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'widget/desktop_aura/desktop_screen_win.cc', 347 'widget/desktop_aura/desktop_screen_win.cc',
348 'widget/desktop_aura/desktop_screen_win.h', 348 'widget/desktop_aura/desktop_screen_win.h',
349 'widget/desktop_aura/desktop_screen_x11.cc', 349 'widget/desktop_aura/desktop_screen_x11.cc',
350 'widget/desktop_aura/desktop_screen_x11.h', 350 'widget/desktop_aura/desktop_screen_x11.h',
351 'widget/desktop_aura/x11_desktop_handler.cc', 351 'widget/desktop_aura/x11_desktop_handler.cc',
352 'widget/desktop_aura/x11_desktop_handler.h', 352 'widget/desktop_aura/x11_desktop_handler.h',
353 'widget/desktop_aura/x11_desktop_window_move_client.cc', 353 'widget/desktop_aura/x11_desktop_window_move_client.cc',
354 'widget/desktop_aura/x11_desktop_window_move_client.h', 354 'widget/desktop_aura/x11_desktop_window_move_client.h',
355 'widget/desktop_aura/x11_scoped_capture.cc', 355 'widget/desktop_aura/x11_scoped_capture.cc',
356 'widget/desktop_aura/x11_scoped_capture.h', 356 'widget/desktop_aura/x11_scoped_capture.h',
357 'widget/desktop_aura/x11_topmost_window_finder.cc',
358 'widget/desktop_aura/x11_topmost_window_finder.h',
357 'widget/desktop_aura/x11_whole_screen_move_loop.cc', 359 'widget/desktop_aura/x11_whole_screen_move_loop.cc',
358 'widget/desktop_aura/x11_whole_screen_move_loop.h', 360 'widget/desktop_aura/x11_whole_screen_move_loop.h',
359 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', 361 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h',
360 'widget/desktop_aura/x11_window_event_filter.cc', 362 'widget/desktop_aura/x11_window_event_filter.cc',
361 'widget/desktop_aura/x11_window_event_filter.h', 363 'widget/desktop_aura/x11_window_event_filter.h',
362 'widget/drop_helper.cc', 364 'widget/drop_helper.cc',
363 'widget/drop_helper.h', 365 'widget/drop_helper.h',
364 'widget/root_view.cc', 366 'widget/root_view.cc',
365 'widget/root_view.h', 367 'widget/root_view.h',
366 'widget/monitor_win.cc', 368 'widget/monitor_win.cc',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 }], 691 }],
690 ['use_ozone==1', { 692 ['use_ozone==1', {
691 'sources!': [ 693 'sources!': [
692 'corewm/capture_controller_unittest.cc', 694 'corewm/capture_controller_unittest.cc',
693 ], 695 ],
694 }], 696 }],
695 ], 697 ],
696 }, # target_name: views_unittests 698 }, # target_name: views_unittests
697 ], 699 ],
698 } 700 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698