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

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 fixes. Removed packing of struct. 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 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 587 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
586 '<(output)', 588 '<(output)',
587 '<(PRODUCT_DIR)', 589 '<(PRODUCT_DIR)',
588 ], 590 ],
589 'msvs_cygwin_shell': 1, 591 'msvs_cygwin_shell': 1,
590 }, 592 },
591 ] 593 ]
592 }], 594 }],
593 ], 595 ],
594 } 596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698