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

Side by Side Diff: content/content_common.gypi

Issue 13473005: Adding partially circular memory buffer wrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review + added some lost code. Created 7 years, 8 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
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'common/child_process.cc', 140 'common/child_process.cc',
141 'common/child_process.h', 141 'common/child_process.h',
142 'common/child_process_host_impl.cc', 142 'common/child_process_host_impl.cc',
143 'common/child_process_host_impl.h', 143 'common/child_process_host_impl.h',
144 'common/child_process_messages.h', 144 'common/child_process_messages.h',
145 'common/child_process_sandbox_support_impl_linux.cc', 145 'common/child_process_sandbox_support_impl_linux.cc',
146 'common/child_process_sandbox_support_impl_linux.h', 146 'common/child_process_sandbox_support_impl_linux.h',
147 'common/child_process_sandbox_support_impl_shm_linux.cc', 147 'common/child_process_sandbox_support_impl_shm_linux.cc',
148 'common/child_thread.cc', 148 'common/child_thread.cc',
149 'common/child_thread.h', 149 'common/child_thread.h',
150 'common/circular_memory_buffer.cc',
151 'common/circular_memory_buffer.h',
150 'common/clipboard_messages.cc', 152 'common/clipboard_messages.cc',
151 'common/clipboard_messages.h', 153 'common/clipboard_messages.h',
152 'common/content_constants_internal.cc', 154 'common/content_constants_internal.cc',
153 'common/content_constants_internal.h', 155 'common/content_constants_internal.h',
154 'common/content_export.h', 156 'common/content_export.h',
155 'common/content_ipc_logging.cc', 157 'common/content_ipc_logging.cc',
156 'common/content_message_generator.cc', 158 'common/content_message_generator.cc',
157 'common/content_message_generator.h', 159 'common/content_message_generator.h',
158 'common/content_param_traits.cc', 160 'common/content_param_traits.cc',
159 'common/content_param_traits.h', 161 'common/content_param_traits.h',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 586 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
585 '<(output)', 587 '<(output)',
586 '<(PRODUCT_DIR)', 588 '<(PRODUCT_DIR)',
587 ], 589 ],
588 'msvs_cygwin_shell': 1, 590 'msvs_cygwin_shell': 1,
589 }, 591 },
590 ] 592 ]
591 }], 593 }],
592 ], 594 ],
593 } 595 }
OLDNEW
« content/common/circular_memory_buffer.cc ('K') | « content/common/circular_memory_buffer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698