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

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: Rebase 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
« no previous file with comments | « content/common/partial_circular_buffer_unittest.cc ('k') | content/content_tests.gypi » ('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 '../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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'common/npobject_base.h', 315 'common/npobject_base.h',
316 'common/npobject_proxy.cc', 316 'common/npobject_proxy.cc',
317 'common/npobject_proxy.h', 317 'common/npobject_proxy.h',
318 'common/npobject_stub.cc', 318 'common/npobject_stub.cc',
319 'common/npobject_stub.h', 319 'common/npobject_stub.h',
320 'common/npobject_util.cc', 320 'common/npobject_util.cc',
321 'common/npobject_util.h', 321 'common/npobject_util.h',
322 'common/p2p_messages.h', 322 'common/p2p_messages.h',
323 'common/p2p_sockets.h', 323 'common/p2p_sockets.h',
324 'common/page_zoom.cc', 324 'common/page_zoom.cc',
325 'common/partial_circular_buffer.cc',
326 'common/partial_circular_buffer.h',
325 'common/pepper_messages.h', 327 'common/pepper_messages.h',
326 'common/pepper_plugin_registry.cc', 328 'common/pepper_plugin_registry.cc',
327 'common/pepper_plugin_registry.h', 329 'common/pepper_plugin_registry.h',
328 'common/pepper_renderer_instance_data.cc', 330 'common/pepper_renderer_instance_data.cc',
329 'common/pepper_renderer_instance_data.h', 331 'common/pepper_renderer_instance_data.h',
330 'common/plugin_carbon_interpose_constants_mac.cc', 332 'common/plugin_carbon_interpose_constants_mac.cc',
331 'common/plugin_carbon_interpose_constants_mac.h', 333 'common/plugin_carbon_interpose_constants_mac.h',
332 'common/plugin_messages.h', 334 'common/plugin_messages.h',
333 'common/process_type.cc', 335 'common/process_type.cc',
334 'common/quota_messages.h', 336 'common/quota_messages.h',
(...skipping 249 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
« no previous file with comments | « content/common/partial_circular_buffer_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698