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

Side by Side Diff: content/content_common.gypi

Issue 483773002: PlzNavigate: implement CommitNavigation on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + fix compilation error Created 6 years, 2 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
« no previous file with comments | « content/common/navigation_params.cc ('k') | content/public/test/render_view_test.cc » ('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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'common/media/webrtc_identity_messages.h', 395 'common/media/webrtc_identity_messages.h',
396 'common/memory_benchmark_messages.h', 396 'common/memory_benchmark_messages.h',
397 'common/message_port_messages.h', 397 'common/message_port_messages.h',
398 'common/message_router.cc', 398 'common/message_router.cc',
399 'common/message_router.h', 399 'common/message_router.h',
400 'common/mime_registry_messages.h', 400 'common/mime_registry_messages.h',
401 'common/mojo/mojo_messages.h', 401 'common/mojo/mojo_messages.h',
402 'common/mojo/service_registry_impl.cc', 402 'common/mojo/service_registry_impl.cc',
403 'common/mojo/service_registry_impl.h', 403 'common/mojo/service_registry_impl.h',
404 'common/navigation_gesture.h', 404 'common/navigation_gesture.h',
405 'common/navigation_params.cc',
406 'common/navigation_params.h',
405 'common/net/url_fetcher.cc', 407 'common/net/url_fetcher.cc',
406 'common/net/url_request_user_data.cc', 408 'common/net/url_request_user_data.cc',
407 'common/net/url_request_user_data.h', 409 'common/net/url_request_user_data.h',
408 'common/one_writer_seqlock.cc', 410 'common/one_writer_seqlock.cc',
409 'common/one_writer_seqlock.h', 411 'common/one_writer_seqlock.h',
410 'common/p2p_messages.h', 412 'common/p2p_messages.h',
411 'common/page_state_serialization.cc', 413 'common/page_state_serialization.cc',
412 'common/page_state_serialization.h', 414 'common/page_state_serialization.h',
413 'common/page_zoom.cc', 415 'common/page_zoom.cc',
414 'common/pepper_file_util.cc', 416 'common/pepper_file_util.cc',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 ], 909 ],
908 'sources': [ 910 'sources': [
909 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
910 ], 912 ],
911 'sources!': [ 913 'sources!': [
912 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
913 ], 915 ],
914 }], 916 }],
915 ], 917 ],
916 } 918 }
OLDNEW
« no previous file with comments | « content/common/navigation_params.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698