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

Side by Side Diff: content/content_common.gypi

Issue 9655018: Make AudioParameters a class instead of a struct (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright years Created 8 years, 9 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/view_messages.h ('k') | content/renderer/media/audio_device.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) 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 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'common/inter_process_time_ticks_converter.h', 228 'common/inter_process_time_ticks_converter.h',
229 'common/intents_messages.h', 229 'common/intents_messages.h',
230 'common/java_bridge_messages.h', 230 'common/java_bridge_messages.h',
231 'common/mac/attributed_string_coder.h', 231 'common/mac/attributed_string_coder.h',
232 'common/mac/attributed_string_coder.mm', 232 'common/mac/attributed_string_coder.mm',
233 'common/mac/font_descriptor.h', 233 'common/mac/font_descriptor.h',
234 'common/mac/font_descriptor.mm', 234 'common/mac/font_descriptor.mm',
235 'common/mac/font_loader.h', 235 'common/mac/font_loader.h',
236 'common/mac/font_loader.mm', 236 'common/mac/font_loader.mm',
237 'common/media/audio_messages.h', 237 'common/media/audio_messages.h',
238 'common/media/audio_param_traits.cc',
239 'common/media/audio_param_traits.h',
238 'common/media/audio_stream_state.h', 240 'common/media/audio_stream_state.h',
239 'common/media/media_stream_messages.h', 241 'common/media/media_stream_messages.h',
240 'common/media/media_stream_options.cc', 242 'common/media/media_stream_options.cc',
241 'common/media/media_stream_options.h', 243 'common/media/media_stream_options.h',
242 'common/media/video_capture.h', 244 'common/media/video_capture.h',
243 'common/media/video_capture_messages.h', 245 'common/media/video_capture_messages.h',
244 'common/message_router.cc', 246 'common/message_router.cc',
245 'common/message_router.h', 247 'common/message_router.h',
246 'common/mime_registry_messages.h', 248 'common/mime_registry_messages.h',
247 'common/navigation_gesture.h', 249 'common/navigation_gesture.h',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 '../build/extract_from_cab.py', 434 '../build/extract_from_cab.py',
433 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 435 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
434 '<(output)', 436 '<(output)',
435 '<(PRODUCT_DIR)', 437 '<(PRODUCT_DIR)',
436 ], 438 ],
437 }, 439 },
438 ] 440 ]
439 }] 441 }]
440 ], 442 ],
441 } 443 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/media/audio_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698