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

Side by Side Diff: content/content_common.gypi

Issue 2146803004: Create a content::FrameOwnerProperties struct for IPC transport of WebFrameOwnerProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Transport Created 4 years, 5 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
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'common/font_config_ipc_linux.h', 319 'common/font_config_ipc_linux.h',
320 'common/font_list.cc', 320 'common/font_list.cc',
321 'common/font_list.h', 321 'common/font_list.h',
322 'common/font_list_android.cc', 322 'common/font_list_android.cc',
323 'common/font_list_mac.mm', 323 'common/font_list_mac.mm',
324 'common/font_list_ozone.cc', 324 'common/font_list_ozone.cc',
325 'common/font_list_pango.cc', 325 'common/font_list_pango.cc',
326 'common/font_list_win.cc', 326 'common/font_list_win.cc',
327 'common/frame_message_enums.h', 327 'common/frame_message_enums.h',
328 'common/frame_messages.h', 328 'common/frame_messages.h',
329 'common/frame_owner_properties.cc',
330 'common/frame_owner_properties.h',
329 'common/frame_replication_state.cc', 331 'common/frame_replication_state.cc',
330 'common/frame_replication_state.h', 332 'common/frame_replication_state.h',
331 'common/gamepad_hardware_buffer.h', 333 'common/gamepad_hardware_buffer.h',
332 'common/gamepad_messages.h', 334 'common/gamepad_messages.h',
333 'common/gamepad_param_traits.cc', 335 'common/gamepad_param_traits.cc',
334 'common/gamepad_param_traits.h', 336 'common/gamepad_param_traits.h',
335 'common/generic_shared_memory_id_generator.cc', 337 'common/generic_shared_memory_id_generator.cc',
336 'common/generic_shared_memory_id_generator.h', 338 'common/generic_shared_memory_id_generator.h',
337 'common/gin_java_bridge_messages.h', 339 'common/gin_java_bridge_messages.h',
338 'common/gpu/client/command_buffer_metrics.cc', 340 'common/gpu/client/command_buffer_metrics.cc',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 ], 663 ],
662 }], 664 }],
663 ['enable_ipc_fuzzer==1', { 665 ['enable_ipc_fuzzer==1', {
664 'sources': [ 666 'sources': [
665 'common/external_ipc_dumper.cc', 667 'common/external_ipc_dumper.cc',
666 'common/external_ipc_dumper.h', 668 'common/external_ipc_dumper.h',
667 ], 669 ],
668 }], 670 }],
669 ], 671 ],
670 } 672 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698