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

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_cache_dispatcher_win.h', 319 'common/font_cache_dispatcher_win.h',
320 'common/font_config_ipc_linux.cc', 320 'common/font_config_ipc_linux.cc',
321 'common/font_config_ipc_linux.h', 321 'common/font_config_ipc_linux.h',
322 'common/font_list.cc', 322 'common/font_list.cc',
323 'common/font_list.h', 323 'common/font_list.h',
324 'common/font_list_android.cc', 324 'common/font_list_android.cc',
325 'common/font_list_mac.mm', 325 'common/font_list_mac.mm',
326 'common/font_list_ozone.cc', 326 'common/font_list_ozone.cc',
327 'common/font_list_pango.cc', 327 'common/font_list_pango.cc',
328 'common/font_list_win.cc', 328 'common/font_list_win.cc',
329 'common/frame_owner_properties.cc',
330 'common/frame_owner_properties.h',
alexmos 2016/07/14 23:44:14 nit: put after frame_messages.h to preserve sort o
raymes 2016/07/18 03:39:28 Done.
329 'common/frame_message_enums.h', 331 'common/frame_message_enums.h',
330 'common/frame_messages.h', 332 'common/frame_messages.h',
331 'common/frame_replication_state.cc', 333 'common/frame_replication_state.cc',
332 'common/frame_replication_state.h', 334 'common/frame_replication_state.h',
333 'common/gamepad_hardware_buffer.h', 335 'common/gamepad_hardware_buffer.h',
334 'common/gamepad_messages.h', 336 'common/gamepad_messages.h',
335 'common/gamepad_param_traits.cc', 337 'common/gamepad_param_traits.cc',
336 'common/gamepad_param_traits.h', 338 'common/gamepad_param_traits.h',
337 'common/gamepad_user_gesture.cc', 339 'common/gamepad_user_gesture.cc',
338 'common/gamepad_user_gesture.h', 340 'common/gamepad_user_gesture.h',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 665 ],
664 }], 666 }],
665 ['enable_ipc_fuzzer==1', { 667 ['enable_ipc_fuzzer==1', {
666 'sources': [ 668 'sources': [
667 'common/external_ipc_dumper.cc', 669 'common/external_ipc_dumper.cc',
668 'common/external_ipc_dumper.h', 670 'common/external_ipc_dumper.h',
669 ], 671 ],
670 }], 672 }],
671 ], 673 ],
672 } 674 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698