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

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

Issue 380943003: Do not release capture when transferring capture between Chrome windows on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'widget/desktop_aura/desktop_screen_position_client.cc', 395 'widget/desktop_aura/desktop_screen_position_client.cc',
396 'widget/desktop_aura/desktop_screen_position_client.h', 396 'widget/desktop_aura/desktop_screen_position_client.h',
397 'widget/desktop_aura/desktop_screen_win.cc', 397 'widget/desktop_aura/desktop_screen_win.cc',
398 'widget/desktop_aura/desktop_screen_win.h', 398 'widget/desktop_aura/desktop_screen_win.h',
399 'widget/desktop_aura/desktop_screen_x11.cc', 399 'widget/desktop_aura/desktop_screen_x11.cc',
400 'widget/desktop_aura/desktop_screen_x11.h', 400 'widget/desktop_aura/desktop_screen_x11.h',
401 'widget/desktop_aura/x11_desktop_handler.cc', 401 'widget/desktop_aura/x11_desktop_handler.cc',
402 'widget/desktop_aura/x11_desktop_handler.h', 402 'widget/desktop_aura/x11_desktop_handler.h',
403 'widget/desktop_aura/x11_desktop_window_move_client.cc', 403 'widget/desktop_aura/x11_desktop_window_move_client.cc',
404 'widget/desktop_aura/x11_desktop_window_move_client.h', 404 'widget/desktop_aura/x11_desktop_window_move_client.h',
405 'widget/desktop_aura/x11_scoped_capture.cc', 405 'widget/desktop_aura/x11_capture_window.cc',
406 'widget/desktop_aura/x11_scoped_capture.h', 406 'widget/desktop_aura/x11_capture_window.h',
407 'widget/desktop_aura/x11_topmost_window_finder.cc', 407 'widget/desktop_aura/x11_topmost_window_finder.cc',
408 'widget/desktop_aura/x11_topmost_window_finder.h', 408 'widget/desktop_aura/x11_topmost_window_finder.h',
409 'widget/desktop_aura/x11_whole_screen_move_loop.cc', 409 'widget/desktop_aura/x11_whole_screen_move_loop.cc',
410 'widget/desktop_aura/x11_whole_screen_move_loop.h', 410 'widget/desktop_aura/x11_whole_screen_move_loop.h',
411 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', 411 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h',
412 'widget/desktop_aura/x11_window_event_filter.cc', 412 'widget/desktop_aura/x11_window_event_filter.cc',
413 'widget/desktop_aura/x11_window_event_filter.h', 413 'widget/desktop_aura/x11_window_event_filter.h',
414 'widget/drop_helper.cc', 414 'widget/drop_helper.cc',
415 'widget/drop_helper.h', 415 'widget/drop_helper.h',
416 'widget/root_view.cc', 416 'widget/root_view.cc',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 ], 846 ],
847 'sources': [ 847 'sources': [
848 'run_all_unittests.cc', 848 'run_all_unittests.cc',
849 'widget/native_widget_mac_interactive_uitest.mm', 849 'widget/native_widget_mac_interactive_uitest.mm',
850 ], 850 ],
851 }, # target_name: macviews_interactive_ui_tests 851 }, # target_name: macviews_interactive_ui_tests
852 ], # targets 852 ], # targets
853 }], 853 }],
854 ], # conditions 854 ], # conditions
855 } 855 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698