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

Side by Side Diff: content/content_common.gypi

Issue 10917102: Context menus should appear above the touch point if invoked by long press. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 3 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 29 matching lines...) Expand all
40 'public/common/compositor_util.h', 40 'public/common/compositor_util.h',
41 'public/common/content_constants.cc', 41 'public/common/content_constants.cc',
42 'public/common/content_constants.h', 42 'public/common/content_constants.h',
43 'public/common/content_descriptors.h', 43 'public/common/content_descriptors.h',
44 'public/common/content_paths.h', 44 'public/common/content_paths.h',
45 'public/common/content_restriction.h', 45 'public/common/content_restriction.h',
46 'public/common/content_switches.cc', 46 'public/common/content_switches.cc',
47 'public/common/content_switches.h', 47 'public/common/content_switches.h',
48 'public/common/context_menu_params.cc', 48 'public/common/context_menu_params.cc',
49 'public/common/context_menu_params.h', 49 'public/common/context_menu_params.h',
50 'public/common/context_menu_source_type.h',
50 'public/common/console_message_level.h', 51 'public/common/console_message_level.h',
51 'public/common/dx_diag_node.cc', 52 'public/common/dx_diag_node.cc',
52 'public/common/dx_diag_node.h', 53 'public/common/dx_diag_node.h',
53 'public/common/file_chooser_params.cc', 54 'public/common/file_chooser_params.cc',
54 'public/common/file_chooser_params.h', 55 'public/common/file_chooser_params.h',
55 'public/common/frame_navigate_params.cc', 56 'public/common/frame_navigate_params.cc',
56 'public/common/frame_navigate_params.h', 57 'public/common/frame_navigate_params.h',
57 'public/common/geoposition.cc', 58 'public/common/geoposition.cc',
58 'public/common/geoposition.h', 59 'public/common/geoposition.h',
59 'public/common/gpu_feature_type.h', 60 'public/common/gpu_feature_type.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../build/extract_from_cab.py', 520 '../build/extract_from_cab.py',
520 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 521 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
521 '<(output)', 522 '<(output)',
522 '<(PRODUCT_DIR)', 523 '<(PRODUCT_DIR)',
523 ], 524 ],
524 }, 525 },
525 ] 526 ]
526 }] 527 }]
527 ], 528 ],
528 } 529 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698