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

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

Issue 10828133: Desktop Aura: Allow tab drags out of window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 4 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
« no previous file with comments | « ui/base/x/events_x.cc ('k') | ui/views/widget/desktop_native_widget_helper_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 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'widget/widget.h', 346 'widget/widget.h',
347 'widget/widget_delegate.cc', 347 'widget/widget_delegate.cc',
348 'widget/widget_delegate.h', 348 'widget/widget_delegate.h',
349 'widget/widget_hwnd_utils.cc', 349 'widget/widget_hwnd_utils.cc',
350 'widget/widget_hwnd_utils.h', 350 'widget/widget_hwnd_utils.h',
351 'widget/widget_message_filter.cc', 351 'widget/widget_message_filter.cc',
352 'widget/widget_message_filter.h', 352 'widget/widget_message_filter.h',
353 'widget/widget_observer.h', 353 'widget/widget_observer.h',
354 'widget/x11_desktop_handler.cc', 354 'widget/x11_desktop_handler.cc',
355 'widget/x11_desktop_handler.h', 355 'widget/x11_desktop_handler.h',
356 'widget/x11_desktop_window_move_client.cc',
357 'widget/x11_desktop_window_move_client.h',
356 'widget/x11_window_event_filter.cc', 358 'widget/x11_window_event_filter.cc',
357 'widget/x11_window_event_filter.h', 359 'widget/x11_window_event_filter.h',
358 'window/client_view.cc', 360 'window/client_view.cc',
359 'window/client_view.h', 361 'window/client_view.h',
360 'window/custom_frame_view.cc', 362 'window/custom_frame_view.cc',
361 'window/custom_frame_view.h', 363 'window/custom_frame_view.h',
362 'window/dialog_client_view.cc', 364 'window/dialog_client_view.cc',
363 'window/dialog_client_view.h', 365 'window/dialog_client_view.h',
364 'window/dialog_delegate.cc', 366 'window/dialog_delegate.cc',
365 'window/dialog_delegate.h', 367 'window/dialog_delegate.h',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'sources/': [ 741 'sources/': [
740 # This is needed because the aura rule strips it from the default 742 # This is needed because the aura rule strips it from the default
741 # sources list. 743 # sources list.
742 ['include', '^../../content/app/startup_helper_win.cc'], 744 ['include', '^../../content/app/startup_helper_win.cc'],
743 ], 745 ],
744 }], 746 }],
745 ], 747 ],
746 }, # target_name: views_examples_with_content_exe 748 }, # target_name: views_examples_with_content_exe
747 ], 749 ],
748 } 750 }
OLDNEW
« no previous file with comments | « ui/base/x/events_x.cc ('k') | ui/views/widget/desktop_native_widget_helper_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698