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

Side by Side Diff: content/content_common.gypi

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 10 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 22 matching lines...) Expand all
33 'public/common/child_process_host.h', 33 'public/common/child_process_host.h',
34 'public/common/child_process_host_delegate.cc', 34 'public/common/child_process_host_delegate.cc',
35 'public/common/child_process_host_delegate.h', 35 'public/common/child_process_host_delegate.h',
36 'public/common/child_process_sandbox_support_linux.h', 36 'public/common/child_process_sandbox_support_linux.h',
37 'public/common/content_constants.cc', 37 'public/common/content_constants.cc',
38 'public/common/content_constants.h', 38 'public/common/content_constants.h',
39 'public/common/content_paths.h', 39 'public/common/content_paths.h',
40 'public/common/content_restriction.h', 40 'public/common/content_restriction.h',
41 'public/common/content_switches.cc', 41 'public/common/content_switches.cc',
42 'public/common/content_switches.h', 42 'public/common/content_switches.h',
43 'public/common/context_menu_params.cc',
44 'public/common/context_menu_params.h',
43 'public/common/dx_diag_node.cc', 45 'public/common/dx_diag_node.cc',
44 'public/common/dx_diag_node.h', 46 'public/common/dx_diag_node.h',
45 'public/common/file_chooser_params.cc', 47 'public/common/file_chooser_params.cc',
46 'public/common/file_chooser_params.h', 48 'public/common/file_chooser_params.h',
47 'public/common/frame_navigate_params.cc', 49 'public/common/frame_navigate_params.cc',
48 'public/common/frame_navigate_params.h', 50 'public/common/frame_navigate_params.h',
49 'public/common/gpu_info.cc', 51 'public/common/gpu_info.cc',
50 'public/common/gpu_info.h', 52 'public/common/gpu_info.h',
51 'public/common/main_function_params.h', 53 'public/common/main_function_params.h',
52 'public/common/page_transition_types.cc', 54 'public/common/page_transition_types.cc',
(...skipping 11 matching lines...) Expand all
64 'public/common/result_codes.h', 66 'public/common/result_codes.h',
65 'public/common/sandbox_init.h', 67 'public/common/sandbox_init.h',
66 'public/common/sandbox_type_mac.h', 68 'public/common/sandbox_type_mac.h',
67 'public/common/security_style.h', 69 'public/common/security_style.h',
68 'public/common/serialized_script_value.cc', 70 'public/common/serialized_script_value.cc',
69 'public/common/serialized_script_value.h', 71 'public/common/serialized_script_value.h',
70 'public/common/show_desktop_notification_params.cc', 72 'public/common/show_desktop_notification_params.cc',
71 'public/common/show_desktop_notification_params.h', 73 'public/common/show_desktop_notification_params.h',
72 'public/common/speech_input_result.cc', 74 'public/common/speech_input_result.cc',
73 'public/common/speech_input_result.h', 75 'public/common/speech_input_result.h',
76 'public/common/ssl_status.cc',
77 'public/common/ssl_status.h',
74 'public/common/stop_find_action.h', 78 'public/common/stop_find_action.h',
75 'public/common/url_constants.cc', 79 'public/common/url_constants.cc',
76 'public/common/url_constants.h', 80 'public/common/url_constants.h',
77 'public/common/url_fetcher.h', 81 'public/common/url_fetcher.h',
78 'public/common/url_fetcher_delegate.h', 82 'public/common/url_fetcher_delegate.h',
79 'public/common/url_fetcher_factory.h', 83 'public/common/url_fetcher_factory.h',
80 'public/common/view_type.h', 84 'public/common/view_type.h',
81 'public/common/zygote_fork_delegate_linux.h', 85 'public/common/zygote_fork_delegate_linux.h',
82 'common/appcache/appcache_backend_proxy.cc', 86 'common/appcache/appcache_backend_proxy.cc',
83 'common/appcache/appcache_backend_proxy.h', 87 'common/appcache/appcache_backend_proxy.h',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'common/sandbox_policy.h', 255 'common/sandbox_policy.h',
252 'common/set_process_title.cc', 256 'common/set_process_title.cc',
253 'common/set_process_title.h', 257 'common/set_process_title.h',
254 'common/set_process_title_linux.cc', 258 'common/set_process_title_linux.cc',
255 'common/set_process_title_linux.h', 259 'common/set_process_title_linux.h',
256 'common/socket_stream.h', 260 'common/socket_stream.h',
257 'common/socket_stream_dispatcher.cc', 261 'common/socket_stream_dispatcher.cc',
258 'common/socket_stream_dispatcher.h', 262 'common/socket_stream_dispatcher.h',
259 'common/socket_stream_messages.h', 263 'common/socket_stream_messages.h',
260 'common/speech_input_messages.h', 264 'common/speech_input_messages.h',
265 'common/ssl_status_serialization.cc',
266 'common/ssl_status_serialization.h',
261 'common/swapped_out_messages.cc', 267 'common/swapped_out_messages.cc',
262 'common/swapped_out_messages.h', 268 'common/swapped_out_messages.h',
263 'common/text_input_client_messages.h', 269 'common/text_input_client_messages.h',
264 'common/unix_domain_socket_posix.cc', 270 'common/unix_domain_socket_posix.cc',
265 'common/unix_domain_socket_posix.h', 271 'common/unix_domain_socket_posix.h',
266 'common/utility_messages.h', 272 'common/utility_messages.h',
267 'common/view_messages.h', 273 'common/view_messages.h',
268 'common/view_message_enums.h', 274 'common/view_message_enums.h',
269 'common/web_database_observer_impl.cc', 275 'common/web_database_observer_impl.cc',
270 'common/web_database_observer_impl.h', 276 'common/web_database_observer_impl.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../build/extract_from_cab.py', 402 '../build/extract_from_cab.py',
397 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 403 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
398 '<(output)', 404 '<(output)',
399 '<(PRODUCT_DIR)', 405 '<(PRODUCT_DIR)',
400 ], 406 ],
401 }, 407 },
402 ] 408 ]
403 }] 409 }]
404 ], 410 ],
405 } 411 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698