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

Side by Side Diff: content/content_common.gypi

Issue 692973005: Pass origin information for remote frame creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review feedback; send origins with DidCommitProvisionalLoad Created 6 years, 1 month 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
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'common/font_list_android.cc', 231 'common/font_list_android.cc',
232 'common/font_list_mac.mm', 232 'common/font_list_mac.mm',
233 'common/font_list_ozone.cc', 233 'common/font_list_ozone.cc',
234 'common/font_list_pango.cc', 234 'common/font_list_pango.cc',
235 'common/font_list_win.cc', 235 'common/font_list_win.cc',
236 'common/frame_message_enums.h', 236 'common/frame_message_enums.h',
237 'common/frame_messages.h', 237 'common/frame_messages.h',
238 'common/frame_param.cc', 238 'common/frame_param.cc',
239 'common/frame_param.h', 239 'common/frame_param.h',
240 'common/frame_param_macros.h', 240 'common/frame_param_macros.h',
241 'common/frame_replication_state.cc',
242 'common/frame_replication_state.h',
241 'common/gamepad_hardware_buffer.h', 243 'common/gamepad_hardware_buffer.h',
242 'common/gamepad_messages.h', 244 'common/gamepad_messages.h',
243 'common/gamepad_param_traits.cc', 245 'common/gamepad_param_traits.cc',
244 'common/gamepad_param_traits.h', 246 'common/gamepad_param_traits.h',
245 'common/gamepad_user_gesture.cc', 247 'common/gamepad_user_gesture.cc',
246 'common/gamepad_user_gesture.h', 248 'common/gamepad_user_gesture.h',
247 'common/geofencing_messages.h', 249 'common/geofencing_messages.h',
248 'common/geofencing_status.cc', 250 'common/geofencing_status.cc',
249 'common/geofencing_status.h', 251 'common/geofencing_status.h',
250 'common/geolocation_messages.h', 252 'common/geolocation_messages.h',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'sources': [ 921 'sources': [
920 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 922 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
921 ], 923 ],
922 'sources!': [ 924 'sources!': [
923 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 925 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
924 'common/gpu/gpu_memory_buffer_factory_linux.cc', 926 'common/gpu/gpu_memory_buffer_factory_linux.cc',
925 ], 927 ],
926 }], 928 }],
927 ], 929 ],
928 } 930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698