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

Side by Side Diff: content/content_common.gypi

Issue 2024403002: Remove pepper_messages.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/pepper_messages.h ('k') | content/renderer/render_view_impl.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 '../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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'common/origin_trials/trial_token.h', 445 'common/origin_trials/trial_token.h',
446 'common/origin_trials/trial_token_validator.cc', 446 'common/origin_trials/trial_token_validator.cc',
447 'common/origin_trials/trial_token_validator.h', 447 'common/origin_trials/trial_token_validator.h',
448 'common/origin_util.cc', 448 'common/origin_util.cc',
449 'common/p2p_messages.h', 449 'common/p2p_messages.h',
450 'common/page_state_serialization.cc', 450 'common/page_state_serialization.cc',
451 'common/page_state_serialization.h', 451 'common/page_state_serialization.h',
452 'common/page_zoom.cc', 452 'common/page_zoom.cc',
453 'common/pepper_file_util.cc', 453 'common/pepper_file_util.cc',
454 'common/pepper_file_util.h', 454 'common/pepper_file_util.h',
455 'common/pepper_messages.h',
456 'common/pepper_plugin_list.cc', 455 'common/pepper_plugin_list.cc',
457 'common/pepper_plugin_list.h', 456 'common/pepper_plugin_list.h',
458 'common/pepper_renderer_instance_data.cc', 457 'common/pepper_renderer_instance_data.cc',
459 'common/pepper_renderer_instance_data.h', 458 'common/pepper_renderer_instance_data.h',
460 'common/platform_notification_messages.h', 459 'common/platform_notification_messages.h',
461 'common/plugin_list.cc', 460 'common/plugin_list.cc',
462 'common/plugin_list.h', 461 'common/plugin_list.h',
463 'common/power_monitor_messages.h', 462 'common/power_monitor_messages.h',
464 'common/process_type.cc', 463 'common/process_type.cc',
465 'common/push_messaging_messages.h', 464 'common/push_messaging_messages.h',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 ], 597 ],
599 }], 598 }],
600 ['enable_plugins==1', { 599 ['enable_plugins==1', {
601 'dependencies': [ 600 'dependencies': [
602 '../ppapi/ppapi_internal.gyp:ppapi_shared', 601 '../ppapi/ppapi_internal.gyp:ppapi_shared',
603 ], 602 ],
604 }, { # enable_plugins == 0 603 }, { # enable_plugins == 0
605 'sources!': [ 604 'sources!': [
606 'common/pepper_file_util.cc', 605 'common/pepper_file_util.cc',
607 'common/pepper_file_util.h', 606 'common/pepper_file_util.h',
608 'common/pepper_messages.h',
609 'common/pepper_plugin_list.cc', 607 'common/pepper_plugin_list.cc',
610 'common/pepper_plugin_list.h', 608 'common/pepper_plugin_list.h',
611 'common/pepper_renderer_instance_data.cc', 609 'common/pepper_renderer_instance_data.cc',
612 'common/pepper_renderer_instance_data.h', 610 'common/pepper_renderer_instance_data.h',
613 'common/plugin_list.cc', 611 'common/plugin_list.cc',
614 'common/plugin_list.h', 612 'common/plugin_list.h',
615 'public/common/pepper_plugin_info.cc', 613 'public/common/pepper_plugin_info.cc',
616 'public/common/pepper_plugin_info.h', 614 'public/common/pepper_plugin_info.h',
617 ], 615 ],
618 }], 616 }],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'sources!': [ 655 'sources!': [
658 'common/cursors/webcursor_ozone.cc', 656 'common/cursors/webcursor_ozone.cc',
659 'common/font_list_ozone.cc', 657 'common/font_list_ozone.cc',
660 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 658 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
661 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
663 ], 661 ],
664 }], 662 }],
665 ], 663 ],
666 } 664 }
OLDNEW
« no previous file with comments | « content/common/pepper_messages.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698