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

Side by Side Diff: content/content_common.gypi

Issue 8801038: Make Clipboard::FormatType an opaque handle type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years 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.cc ('k') | ui/base/clipboard/clipboard.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'common/child_process_host_impl.cc', 87 'common/child_process_host_impl.cc',
88 'common/child_process_host_impl.h', 88 'common/child_process_host_impl.h',
89 'common/child_process_messages.h', 89 'common/child_process_messages.h',
90 'common/child_process_sandbox_support_impl_linux.cc', 90 'common/child_process_sandbox_support_impl_linux.cc',
91 'common/child_process_sandbox_support_impl_linux.h', 91 'common/child_process_sandbox_support_impl_linux.h',
92 'common/child_thread.cc', 92 'common/child_thread.cc',
93 'common/child_thread.h', 93 'common/child_thread.h',
94 'common/child_trace_message_filter.cc', 94 'common/child_trace_message_filter.cc',
95 'common/child_trace_message_filter.h', 95 'common/child_trace_message_filter.h',
96 'common/chrome_descriptors.h', 96 'common/chrome_descriptors.h',
97 'common/clipboard_messages.cc',
97 'common/clipboard_messages.h', 98 'common/clipboard_messages.h',
98 'common/content_message_generator.cc', 99 'common/content_message_generator.cc',
99 'common/content_message_generator.h', 100 'common/content_message_generator.h',
100 'common/content_export.h', 101 'common/content_export.h',
101 'common/content_counters.cc', 102 'common/content_counters.cc',
102 'common/content_counters.h', 103 'common/content_counters.h',
103 'common/content_paths.cc', 104 'common/content_paths.cc',
104 'common/css_colors.h', 105 'common/css_colors.h',
105 'common/database_messages.h', 106 'common/database_messages.h',
106 'common/database_util.cc', 107 'common/database_util.cc',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 '../build/extract_from_cab.py', 343 '../build/extract_from_cab.py',
343 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 344 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
344 '<(output)', 345 '<(output)',
345 '<(PRODUCT_DIR)', 346 '<(PRODUCT_DIR)',
346 ], 347 ],
347 }, 348 },
348 ] 349 ]
349 }] 350 }]
350 ], 351 ],
351 } 352 }
OLDNEW
« no previous file with comments | « content/common/clipboard_messages.cc ('k') | ui/base/clipboard/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698