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

Side by Side Diff: content/content_renderer.gypi

Issue 11411047: Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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 | « no previous file | 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'renderer/paint_aggregator.h', 165 'renderer/paint_aggregator.h',
166 'renderer/password_form_conversion_utils.cc', 166 'renderer/password_form_conversion_utils.cc',
167 'renderer/pepper/content_renderer_pepper_host_factory.cc', 167 'renderer/pepper/content_renderer_pepper_host_factory.cc',
168 'renderer/pepper/content_renderer_pepper_host_factory.h', 168 'renderer/pepper/content_renderer_pepper_host_factory.h',
169 'renderer/pepper/pepper_audio_input_host.cc', 169 'renderer/pepper/pepper_audio_input_host.cc',
170 'renderer/pepper/pepper_audio_input_host.h', 170 'renderer/pepper/pepper_audio_input_host.h',
171 'renderer/pepper/pepper_broker_impl.cc', 171 'renderer/pepper/pepper_broker_impl.cc',
172 'renderer/pepper/pepper_broker_impl.h', 172 'renderer/pepper/pepper_broker_impl.h',
173 'renderer/pepper/pepper_device_enumeration_event_handler.cc', 173 'renderer/pepper/pepper_device_enumeration_event_handler.cc',
174 'renderer/pepper/pepper_device_enumeration_event_handler.h', 174 'renderer/pepper/pepper_device_enumeration_event_handler.h',
175 'renderer/pepper/pepper_device_enumeration_host_helper.cc',
176 'renderer/pepper/pepper_device_enumeration_host_helper.h',
175 'renderer/pepper/pepper_file_chooser_host.cc', 177 'renderer/pepper/pepper_file_chooser_host.cc',
176 'renderer/pepper/pepper_file_chooser_host.h', 178 'renderer/pepper/pepper_file_chooser_host.h',
177 'renderer/pepper/pepper_flash_clipboard_host.cc', 179 'renderer/pepper/pepper_flash_clipboard_host.cc',
178 'renderer/pepper/pepper_flash_clipboard_host.h', 180 'renderer/pepper/pepper_flash_clipboard_host.h',
179 'renderer/pepper/pepper_flash_host.cc', 181 'renderer/pepper/pepper_flash_host.cc',
180 'renderer/pepper/pepper_flash_host.h', 182 'renderer/pepper/pepper_flash_host.h',
181 'renderer/pepper/pepper_graphics_2d_host.cc', 183 'renderer/pepper/pepper_graphics_2d_host.cc',
182 'renderer/pepper/pepper_graphics_2d_host.h', 184 'renderer/pepper/pepper_graphics_2d_host.h',
183 'renderer/pepper/pepper_hung_plugin_filter.cc', 185 'renderer/pepper/pepper_hung_plugin_filter.cc',
184 'renderer/pepper/pepper_hung_plugin_filter.h', 186 'renderer/pepper/pepper_hung_plugin_filter.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 }], 385 }],
384 ], 386 ],
385 'target_conditions': [ 387 'target_conditions': [
386 ['OS=="android"', { 388 ['OS=="android"', {
387 'sources/': [ 389 'sources/': [
388 ['include', '^renderer/render_view_linux\\.cc$'], 390 ['include', '^renderer/render_view_linux\\.cc$'],
389 ], 391 ],
390 }], 392 }],
391 ], 393 ],
392 } 394 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698