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

Side by Side Diff: content/content_common.gypi

Issue 206133002: Remove FormatType usage from ClipboardHostMsg_IsFormatAvailable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also rename kClipboardFormatLast Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « content/common/clipboard_messages.h ('k') | content/renderer/clipboard_client.h » ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'common/browser_plugin/browser_plugin_constants.h', 139 'common/browser_plugin/browser_plugin_constants.h',
140 'common/browser_plugin/browser_plugin_messages.h', 140 'common/browser_plugin/browser_plugin_messages.h',
141 'common/cc_messages.cc', 141 'common/cc_messages.cc',
142 'common/cc_messages.h', 142 'common/cc_messages.h',
143 'common/child_process_host_impl.cc', 143 'common/child_process_host_impl.cc',
144 'common/child_process_host_impl.h', 144 'common/child_process_host_impl.h',
145 'common/child_process_messages.h', 145 'common/child_process_messages.h',
146 'common/child_process_sandbox_support_impl_linux.cc', 146 'common/child_process_sandbox_support_impl_linux.cc',
147 'common/child_process_sandbox_support_impl_linux.h', 147 'common/child_process_sandbox_support_impl_linux.h',
148 'common/child_process_sandbox_support_impl_shm_linux.cc', 148 'common/child_process_sandbox_support_impl_shm_linux.cc',
149 'common/clipboard_format.h',
149 'common/clipboard_messages.cc', 150 'common/clipboard_messages.cc',
150 'common/clipboard_messages.h', 151 'common/clipboard_messages.h',
151 'common/content_constants_internal.cc', 152 'common/content_constants_internal.cc',
152 'common/content_constants_internal.h', 153 'common/content_constants_internal.h',
153 'common/content_export.h', 154 'common/content_export.h',
154 'common/content_ipc_logging.cc', 155 'common/content_ipc_logging.cc',
155 'common/content_message_generator.cc', 156 'common/content_message_generator.cc',
156 'common/content_message_generator.h', 157 'common/content_message_generator.h',
157 'common/content_param_traits.cc', 158 'common/content_param_traits.cc',
158 'common/content_param_traits.h', 159 'common/content_param_traits.h',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 760 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
760 'common/sandbox_linux/bpf_renderer_policy_linux.h', 761 'common/sandbox_linux/bpf_renderer_policy_linux.h',
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
763 ], 764 ],
764 }, { 765 }, {
765 'defines': ['USE_SECCOMP_BPF'], 766 'defines': ['USE_SECCOMP_BPF'],
766 }], 767 }],
767 ], 768 ],
768 } 769 }
OLDNEW
« no previous file with comments | « content/common/clipboard_messages.h ('k') | content/renderer/clipboard_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698