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

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: pull common test initialization out into ContentTestSuiteBase 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'common/resource_messages.h', 288 'common/resource_messages.h',
289 'common/sandbox_init_mac.cc', 289 'common/sandbox_init_mac.cc',
290 'common/sandbox_init_mac.h', 290 'common/sandbox_init_mac.h',
291 'common/sandbox_init_win.cc', 291 'common/sandbox_init_win.cc',
292 'common/sandbox_init_linux.cc', 292 'common/sandbox_init_linux.cc',
293 'common/sandbox_mac.h', 293 'common/sandbox_mac.h',
294 'common/sandbox_mac.mm', 294 'common/sandbox_mac.mm',
295 'common/sandbox_methods_linux.h', 295 'common/sandbox_methods_linux.h',
296 'common/sandbox_policy.cc', 296 'common/sandbox_policy.cc',
297 'common/sandbox_policy.h', 297 'common/sandbox_policy.h',
298 'common/savable_url_schemes.cc',
299 'common/savable_url_schemes.h',
298 'common/set_process_title.cc', 300 'common/set_process_title.cc',
299 'common/set_process_title.h', 301 'common/set_process_title.h',
300 'common/set_process_title_linux.cc', 302 'common/set_process_title_linux.cc',
301 'common/set_process_title_linux.h', 303 'common/set_process_title_linux.h',
302 'common/socket_stream.h', 304 'common/socket_stream.h',
303 'common/socket_stream_dispatcher.cc', 305 'common/socket_stream_dispatcher.cc',
304 'common/socket_stream_dispatcher.h', 306 'common/socket_stream_dispatcher.h',
305 'common/socket_stream_handle_data.cc', 307 'common/socket_stream_handle_data.cc',
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