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

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

Issue 12529012: Context menu on views must show on mouse down for non-WIN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 8 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 'widget/native_widget_delegate.h', 404 'widget/native_widget_delegate.h',
405 'widget/native_widget_private.h', 405 'widget/native_widget_private.h',
406 'widget/native_widget_win.cc', 406 'widget/native_widget_win.cc',
407 'widget/native_widget_win.h', 407 'widget/native_widget_win.h',
408 'widget/widget.cc', 408 'widget/widget.cc',
409 'widget/widget.h', 409 'widget/widget.h',
410 'widget/widget_aura_utils.cc', 410 'widget/widget_aura_utils.cc',
411 'widget/widget_aura_utils.h', 411 'widget/widget_aura_utils.h',
412 'widget/widget_delegate.cc', 412 'widget/widget_delegate.cc',
413 'widget/widget_delegate.h', 413 'widget/widget_delegate.h',
414 'widget/widget_deletion_observer.cc',
415 'widget/widget_deletion_observer.h',
414 'widget/widget_hwnd_utils.cc', 416 'widget/widget_hwnd_utils.cc',
415 'widget/widget_hwnd_utils.h', 417 'widget/widget_hwnd_utils.h',
416 'widget/widget_message_filter.cc', 418 'widget/widget_message_filter.cc',
417 'widget/widget_message_filter.h', 419 'widget/widget_message_filter.h',
418 'widget/widget_observer.h', 420 'widget/widget_observer.h',
419 'win/fullscreen_handler.cc', 421 'win/fullscreen_handler.cc',
420 'win/fullscreen_handler.h', 422 'win/fullscreen_handler.h',
421 'win/hwnd_message_handler.cc', 423 'win/hwnd_message_handler.cc',
422 'win/hwnd_message_handler.h', 424 'win/hwnd_message_handler.h',
423 'win/hwnd_message_handler_delegate.h', 425 'win/hwnd_message_handler_delegate.h',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'sources/': [ 1006 'sources/': [
1005 # This is needed because the aura rule strips it from the default 1007 # This is needed because the aura rule strips it from the default
1006 # sources list. 1008 # sources list.
1007 ['include', '^../../content/app/startup_helper_win.cc'], 1009 ['include', '^../../content/app/startup_helper_win.cc'],
1008 ], 1010 ],
1009 }], 1011 }],
1010 ], 1012 ],
1011 }, # target_name: views_examples_with_content_exe 1013 }, # target_name: views_examples_with_content_exe
1012 ], 1014 ],
1013 } 1015 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698