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

Side by Side Diff: content/content_common.gypi

Issue 10383298: Move RegisterContentSchemes from public url_constants into non-public url_schemes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sigh Created 8 years, 7 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'public/common/referrer.h', 68 'public/common/referrer.h',
69 'public/common/renderer_preferences.cc', 69 'public/common/renderer_preferences.cc',
70 'public/common/renderer_preferences.h', 70 'public/common/renderer_preferences.h',
71 'public/common/resource_dispatcher_delegate.h', 71 'public/common/resource_dispatcher_delegate.h',
72 'public/common/resource_response.h', 72 'public/common/resource_response.h',
73 'public/common/result_codes.h', 73 'public/common/result_codes.h',
74 'public/common/sandbox_init.cc', 74 'public/common/sandbox_init.cc',
75 'public/common/sandbox_init.h', 75 'public/common/sandbox_init.h',
76 'public/common/sandbox_linux.h', 76 'public/common/sandbox_linux.h',
77 'public/common/sandbox_type_mac.h', 77 'public/common/sandbox_type_mac.h',
78 'public/common/savable_url_schemes.cc',
79 'public/common/savable_url_schemes.h',
78 'public/common/security_style.h', 80 'public/common/security_style.h',
79 'public/common/selected_file_info.h', 81 'public/common/selected_file_info.h',
80 'public/common/serialized_script_value.cc', 82 'public/common/serialized_script_value.cc',
81 'public/common/serialized_script_value.h', 83 'public/common/serialized_script_value.h',
82 'public/common/show_desktop_notification_params.cc', 84 'public/common/show_desktop_notification_params.cc',
83 'public/common/show_desktop_notification_params.h', 85 'public/common/show_desktop_notification_params.h',
84 'public/common/speech_recognition_error.h', 86 'public/common/speech_recognition_error.h',
85 'public/common/speech_recognition_grammar.h', 87 'public/common/speech_recognition_grammar.h',
86 'public/common/speech_recognition_result.h', 88 'public/common/speech_recognition_result.h',
87 'public/common/speech_recognition_result.cc', 89 'public/common/speech_recognition_result.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'common/socket_stream_handle_data.h', 308 'common/socket_stream_handle_data.h',
307 'common/socket_stream_messages.h', 309 'common/socket_stream_messages.h',
308 'common/speech_recognition_messages.h', 310 'common/speech_recognition_messages.h',
309 'common/ssl_status_serialization.cc', 311 'common/ssl_status_serialization.cc',
310 'common/ssl_status_serialization.h', 312 'common/ssl_status_serialization.h',
311 'common/swapped_out_messages.cc', 313 'common/swapped_out_messages.cc',
312 'common/swapped_out_messages.h', 314 'common/swapped_out_messages.h',
313 'common/text_input_client_messages.h', 315 'common/text_input_client_messages.h',
314 'common/unix_domain_socket_posix.cc', 316 'common/unix_domain_socket_posix.cc',
315 'common/unix_domain_socket_posix.h', 317 'common/unix_domain_socket_posix.h',
318 'common/url_schemes.cc',
319 'common/url_schemes.h',
316 'common/utility_messages.h', 320 'common/utility_messages.h',
317 'common/view_messages.h', 321 'common/view_messages.h',
318 'common/view_message_enums.h', 322 'common/view_message_enums.h',
319 'common/web_database_observer_impl.cc', 323 'common/web_database_observer_impl.cc',
320 'common/web_database_observer_impl.h', 324 'common/web_database_observer_impl.h',
321 'common/webkitplatformsupport_impl.cc', 325 'common/webkitplatformsupport_impl.cc',
322 'common/webkitplatformsupport_impl.h', 326 'common/webkitplatformsupport_impl.h',
323 'common/webmessageportchannel_impl.cc', 327 'common/webmessageportchannel_impl.cc',
324 'common/webmessageportchannel_impl.h', 328 'common/webmessageportchannel_impl.h',
325 'common/worker_messages.h', 329 'common/worker_messages.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '../build/extract_from_cab.py', 455 '../build/extract_from_cab.py',
452 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 456 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
453 '<(output)', 457 '<(output)',
454 '<(PRODUCT_DIR)', 458 '<(PRODUCT_DIR)',
455 ], 459 ],
456 }, 460 },
457 ] 461 ]
458 }] 462 }]
459 ], 463 ],
460 } 464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698