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

Side by Side Diff: ui/ui.gyp

Issue 16979002: Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuForView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 6 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/message_center/views/message_view.cc ('k') | ui/views/context_menu_controller.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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'base/touch/touch_editing_controller.h', 328 'base/touch/touch_editing_controller.h',
329 'base/touch/touch_factory_x11.cc', 329 'base/touch/touch_factory_x11.cc',
330 'base/touch/touch_factory_x11.h', 330 'base/touch/touch_factory_x11.h',
331 'base/ui_base_exports.cc', 331 'base/ui_base_exports.cc',
332 'base/ui_base_paths.cc', 332 'base/ui_base_paths.cc',
333 'base/ui_base_paths.h', 333 'base/ui_base_paths.h',
334 'base/ui_base_switches.cc', 334 'base/ui_base_switches.cc',
335 'base/ui_base_switches.h', 335 'base/ui_base_switches.h',
336 'base/ui_base_switches_util.cc', 336 'base/ui_base_switches_util.cc',
337 'base/ui_base_switches_util.h', 337 'base/ui_base_switches_util.h',
338 'base/ui_base_types.cc',
338 'base/ui_base_types.h', 339 'base/ui_base_types.h',
339 'base/ui_export.h', 340 'base/ui_export.h',
340 'base/view_prop.cc', 341 'base/view_prop.cc',
341 'base/view_prop.h', 342 'base/view_prop.h',
342 'base/win/accessibility_ids_win.h', 343 'base/win/accessibility_ids_win.h',
343 'base/win/accessibility_misc_utils.cc', 344 'base/win/accessibility_misc_utils.cc',
344 'base/win/accessibility_misc_utils.h', 345 'base/win/accessibility_misc_utils.h',
345 'base/win/atl_module.h', 346 'base/win/atl_module.h',
346 'base/win/dpi.cc', 347 'base/win/dpi.cc',
347 'base/win/dpi.h', 348 'base/win/dpi.h',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'xcode_settings': { 1021 'xcode_settings': {
1021 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1022 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1022 }, 1023 },
1023 }], 1024 }],
1024 ], 1025 ],
1025 }, 1026 },
1026 ], 1027 ],
1027 }], 1028 }],
1028 ], 1029 ],
1029 } 1030 }
OLDNEW
« no previous file with comments | « ui/message_center/views/message_view.cc ('k') | ui/views/context_menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698