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

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: . 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
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'common/inter_process_time_ticks_converter.h', 226 'common/inter_process_time_ticks_converter.h',
227 'common/intents_messages.h', 227 'common/intents_messages.h',
228 'common/java_bridge_messages.h', 228 'common/java_bridge_messages.h',
229 'common/mac/attributed_string_coder.h', 229 'common/mac/attributed_string_coder.h',
230 'common/mac/attributed_string_coder.mm', 230 'common/mac/attributed_string_coder.mm',
231 'common/mac/font_descriptor.h', 231 'common/mac/font_descriptor.h',
232 'common/mac/font_descriptor.mm', 232 'common/mac/font_descriptor.mm',
233 'common/mac/font_loader.h', 233 'common/mac/font_loader.h',
234 'common/mac/font_loader.mm', 234 'common/mac/font_loader.mm',
235 'common/media/audio_messages.h', 235 'common/media/audio_messages.h',
236 'common/media/audio_param_traits.cc',
237 'common/media/audio_param_traits.h',
236 'common/media/audio_stream_state.h', 238 'common/media/audio_stream_state.h',
237 'common/media/media_stream_messages.h', 239 'common/media/media_stream_messages.h',
238 'common/media/media_stream_options.cc', 240 'common/media/media_stream_options.cc',
239 'common/media/media_stream_options.h', 241 'common/media/media_stream_options.h',
240 'common/media/video_capture.h', 242 'common/media/video_capture.h',
241 'common/media/video_capture_messages.h', 243 'common/media/video_capture_messages.h',
242 'common/message_router.cc', 244 'common/message_router.cc',
243 'common/message_router.h', 245 'common/message_router.h',
244 'common/mime_registry_messages.h', 246 'common/mime_registry_messages.h',
245 'common/navigation_gesture.h', 247 'common/navigation_gesture.h',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 '../build/extract_from_cab.py', 432 '../build/extract_from_cab.py',
431 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 433 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
432 '<(output)', 434 '<(output)',
433 '<(PRODUCT_DIR)', 435 '<(PRODUCT_DIR)',
434 ], 436 ],
435 }, 437 },
436 ] 438 ]
437 }] 439 }]
438 ], 440 ],
439 } 441 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698