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

Side by Side Diff: content/content_common.gypi

Issue 14329020: Implementing uploading of a WebRTC diagnostic log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 7 years, 7 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'common/npobject_base.h', 307 'common/npobject_base.h',
308 'common/npobject_proxy.cc', 308 'common/npobject_proxy.cc',
309 'common/npobject_proxy.h', 309 'common/npobject_proxy.h',
310 'common/npobject_stub.cc', 310 'common/npobject_stub.cc',
311 'common/npobject_stub.h', 311 'common/npobject_stub.h',
312 'common/npobject_util.cc', 312 'common/npobject_util.cc',
313 'common/npobject_util.h', 313 'common/npobject_util.h',
314 'common/p2p_messages.h', 314 'common/p2p_messages.h',
315 'common/p2p_sockets.h', 315 'common/p2p_sockets.h',
316 'common/page_zoom.cc', 316 'common/page_zoom.cc',
317 'common/partial_circular_buffer.cc',
318 'common/partial_circular_buffer.h',
319 'common/pepper_messages.h', 317 'common/pepper_messages.h',
320 'common/pepper_plugin_registry.cc', 318 'common/pepper_plugin_registry.cc',
321 'common/pepper_plugin_registry.h', 319 'common/pepper_plugin_registry.h',
322 'common/pepper_renderer_instance_data.cc', 320 'common/pepper_renderer_instance_data.cc',
323 'common/pepper_renderer_instance_data.h', 321 'common/pepper_renderer_instance_data.h',
324 'common/plugin_carbon_interpose_constants_mac.cc', 322 'common/plugin_carbon_interpose_constants_mac.cc',
325 'common/plugin_carbon_interpose_constants_mac.h', 323 'common/plugin_carbon_interpose_constants_mac.h',
326 'common/plugin_messages.h', 324 'common/plugin_messages.h',
327 'common/process_type.cc', 325 'common/process_type.cc',
328 'common/quota_messages.h', 326 'common/quota_messages.h',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 577 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
580 '<(output)', 578 '<(output)',
581 '<(PRODUCT_DIR)', 579 '<(PRODUCT_DIR)',
582 ], 580 ],
583 'msvs_cygwin_shell': 1, 581 'msvs_cygwin_shell': 1,
584 }, 582 },
585 ] 583 ]
586 }], 584 }],
587 ], 585 ],
588 } 586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698