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

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: allow content/common/savable_url_schemes.h to be included by url_constants.cc Created 8 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 | « content/common/url_schemes.cc ('k') | content/content_tests.gypi » ('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 '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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'common/resource_messages.h', 286 'common/resource_messages.h',
287 'common/sandbox_init_mac.cc', 287 'common/sandbox_init_mac.cc',
288 'common/sandbox_init_mac.h', 288 'common/sandbox_init_mac.h',
289 'common/sandbox_init_win.cc', 289 'common/sandbox_init_win.cc',
290 'common/sandbox_init_linux.cc', 290 'common/sandbox_init_linux.cc',
291 'common/sandbox_mac.h', 291 'common/sandbox_mac.h',
292 'common/sandbox_mac.mm', 292 'common/sandbox_mac.mm',
293 'common/sandbox_methods_linux.h', 293 'common/sandbox_methods_linux.h',
294 'common/sandbox_policy.cc', 294 'common/sandbox_policy.cc',
295 'common/sandbox_policy.h', 295 'common/sandbox_policy.h',
296 'common/savable_url_schemes.cc',
297 'common/savable_url_schemes.h',
296 'common/set_process_title.cc', 298 'common/set_process_title.cc',
297 'common/set_process_title.h', 299 'common/set_process_title.h',
298 'common/set_process_title_linux.cc', 300 'common/set_process_title_linux.cc',
299 'common/set_process_title_linux.h', 301 'common/set_process_title_linux.h',
300 'common/socket_stream.h', 302 'common/socket_stream.h',
301 'common/socket_stream_dispatcher.cc', 303 'common/socket_stream_dispatcher.cc',
302 'common/socket_stream_dispatcher.h', 304 'common/socket_stream_dispatcher.h',
303 'common/socket_stream_handle_data.cc', 305 'common/socket_stream_handle_data.cc',
304 'common/socket_stream_handle_data.h', 306 'common/socket_stream_handle_data.h',
305 'common/socket_stream_messages.h', 307 'common/socket_stream_messages.h',
306 'common/speech_recognition_messages.h', 308 'common/speech_recognition_messages.h',
307 'common/ssl_status_serialization.cc', 309 'common/ssl_status_serialization.cc',
308 'common/ssl_status_serialization.h', 310 'common/ssl_status_serialization.h',
309 'common/swapped_out_messages.cc', 311 'common/swapped_out_messages.cc',
310 'common/swapped_out_messages.h', 312 'common/swapped_out_messages.h',
311 'common/text_input_client_messages.h', 313 'common/text_input_client_messages.h',
312 'common/unix_domain_socket_posix.cc', 314 'common/unix_domain_socket_posix.cc',
313 'common/unix_domain_socket_posix.h', 315 'common/unix_domain_socket_posix.h',
316 'common/url_schemes.cc',
317 'common/url_schemes.h',
314 'common/utility_messages.h', 318 'common/utility_messages.h',
315 'common/view_messages.h', 319 'common/view_messages.h',
316 'common/view_message_enums.h', 320 'common/view_message_enums.h',
317 'common/web_database_observer_impl.cc', 321 'common/web_database_observer_impl.cc',
318 'common/web_database_observer_impl.h', 322 'common/web_database_observer_impl.h',
319 'common/webkitplatformsupport_impl.cc', 323 'common/webkitplatformsupport_impl.cc',
320 'common/webkitplatformsupport_impl.h', 324 'common/webkitplatformsupport_impl.h',
321 'common/webmessageportchannel_impl.cc', 325 'common/webmessageportchannel_impl.cc',
322 'common/webmessageportchannel_impl.h', 326 'common/webmessageportchannel_impl.h',
323 'common/worker_messages.h', 327 'common/worker_messages.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 '../build/extract_from_cab.py', 453 '../build/extract_from_cab.py',
450 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 454 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
451 '<(output)', 455 '<(output)',
452 '<(PRODUCT_DIR)', 456 '<(PRODUCT_DIR)',
453 ], 457 ],
454 }, 458 },
455 ] 459 ]
456 }] 460 }]
457 ], 461 ],
458 } 462 }
OLDNEW
« no previous file with comments | « content/common/url_schemes.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698