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

Side by Side Diff: content/content_common.gypi

Issue 1977313002: Define parameter structs of resource messages out of resource_messages.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'common/plugin_list.h', 473 'common/plugin_list.h',
474 'common/power_monitor_messages.h', 474 'common/power_monitor_messages.h',
475 'common/process_type.cc', 475 'common/process_type.cc',
476 'common/push_messaging_messages.h', 476 'common/push_messaging_messages.h',
477 'common/quota_messages.h', 477 'common/quota_messages.h',
478 'common/render_process_messages.h', 478 'common/render_process_messages.h',
479 'common/resize_params.cc', 479 'common/resize_params.cc',
480 'common/resize_params.h', 480 'common/resize_params.h',
481 'common/resource_messages.cc', 481 'common/resource_messages.cc',
482 'common/resource_messages.h', 482 'common/resource_messages.h',
483 'common/resource_request.cc',
484 'common/resource_request.h',
483 'common/resource_request_body.cc', 485 'common/resource_request_body.cc',
484 'common/resource_request_body.h', 486 'common/resource_request_body.h',
487 'common/resource_request_completion_status.cc',
488 'common/resource_request_completion_status.h',
485 'common/sandbox_init_mac.cc', 489 'common/sandbox_init_mac.cc',
486 'common/sandbox_init_mac.h', 490 'common/sandbox_init_mac.h',
487 'common/sandbox_init_win.cc', 491 'common/sandbox_init_win.cc',
488 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc', 492 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.cc',
489 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h', 493 'common/sandbox_linux/android/sandbox_bpf_base_policy_android.h',
490 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc', 494 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc',
491 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h', 495 'common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h',
492 'common/sandbox_linux/bpf_gpu_policy_linux.cc', 496 'common/sandbox_linux/bpf_gpu_policy_linux.cc',
493 'common/sandbox_linux/bpf_gpu_policy_linux.h', 497 'common/sandbox_linux/bpf_gpu_policy_linux.h',
494 'common/sandbox_linux/bpf_ppapi_policy_linux.cc', 498 'common/sandbox_linux/bpf_ppapi_policy_linux.cc',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 'sources!': [ 668 'sources!': [
665 'common/cursors/webcursor_ozone.cc', 669 'common/cursors/webcursor_ozone.cc',
666 'common/font_list_ozone.cc', 670 'common/font_list_ozone.cc',
667 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 671 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
669 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 673 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
670 ], 674 ],
671 }], 675 }],
672 ], 676 ],
673 } 677 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698