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

Side by Side Diff: content/content_common.gypi

Issue 781723002: Pass navigator.connect calls through to the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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
« no previous file with comments | « content/content_child.gypi ('k') | ipc/ipc_message_start.h » ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'common/message_port_messages.h', 405 'common/message_port_messages.h',
406 'common/message_router.cc', 406 'common/message_router.cc',
407 'common/message_router.h', 407 'common/message_router.h',
408 'common/mime_registry_messages.h', 408 'common/mime_registry_messages.h',
409 'common/mojo/mojo_messages.h', 409 'common/mojo/mojo_messages.h',
410 'common/mojo/service_registry_impl.cc', 410 'common/mojo/service_registry_impl.cc',
411 'common/mojo/service_registry_impl.h', 411 'common/mojo/service_registry_impl.h',
412 'common/navigation_gesture.h', 412 'common/navigation_gesture.h',
413 'common/navigation_params.cc', 413 'common/navigation_params.cc',
414 'common/navigation_params.h', 414 'common/navigation_params.h',
415 'common/navigator_connect_messages.h',
416 'common/navigator_connect_types.cc',
417 'common/navigator_connect_types.h',
415 'common/net/url_fetcher.cc', 418 'common/net/url_fetcher.cc',
416 'common/net/url_request_user_data.cc', 419 'common/net/url_request_user_data.cc',
417 'common/net/url_request_user_data.h', 420 'common/net/url_request_user_data.h',
418 'common/one_writer_seqlock.cc', 421 'common/one_writer_seqlock.cc',
419 'common/one_writer_seqlock.h', 422 'common/one_writer_seqlock.h',
420 'common/p2p_messages.h', 423 'common/p2p_messages.h',
421 'common/page_state_serialization.cc', 424 'common/page_state_serialization.cc',
422 'common/page_state_serialization.h', 425 'common/page_state_serialization.h',
423 'common/page_zoom.cc', 426 'common/page_zoom.cc',
424 'common/pepper_file_util.cc', 427 'common/pepper_file_util.cc',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 931 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
929 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 932 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
930 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
931 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 934 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
932 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 935 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
933 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
934 ], 937 ],
935 }], 938 }],
936 ], 939 ],
937 } 940 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698