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

Side by Side Diff: content/content_renderer.gypi

Issue 512413002: Move Preload enum to BufferedDataSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | content/renderer/media/buffered_data_source.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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'renderer/media/media_stream_constraints_util.h', 275 'renderer/media/media_stream_constraints_util.h',
276 'renderer/media/media_stream_dispatcher.h', 276 'renderer/media/media_stream_dispatcher.h',
277 'renderer/media/media_stream_dispatcher_eventhandler.h', 277 'renderer/media/media_stream_dispatcher_eventhandler.h',
278 'renderer/media/media_stream_impl.h', 278 'renderer/media/media_stream_impl.h',
279 'renderer/media/media_stream_track.cc', 279 'renderer/media/media_stream_track.cc',
280 'renderer/media/media_stream_track.h', 280 'renderer/media/media_stream_track.h',
281 'renderer/media/midi_dispatcher.cc', 281 'renderer/media/midi_dispatcher.cc',
282 'renderer/media/midi_dispatcher.h', 282 'renderer/media/midi_dispatcher.h',
283 'renderer/media/midi_message_filter.cc', 283 'renderer/media/midi_message_filter.cc',
284 'renderer/media/midi_message_filter.h', 284 'renderer/media/midi_message_filter.h',
285 'renderer/media/preload.h',
286 'renderer/media/render_media_log.cc', 285 'renderer/media/render_media_log.cc',
287 'renderer/media/render_media_log.h', 286 'renderer/media/render_media_log.h',
288 'renderer/media/renderer_gpu_video_accelerator_factories.cc', 287 'renderer/media/renderer_gpu_video_accelerator_factories.cc',
289 'renderer/media/renderer_gpu_video_accelerator_factories.h', 288 'renderer/media/renderer_gpu_video_accelerator_factories.h',
290 'renderer/media/renderer_webaudiodevice_impl.cc', 289 'renderer/media/renderer_webaudiodevice_impl.cc',
291 'renderer/media/renderer_webaudiodevice_impl.h', 290 'renderer/media/renderer_webaudiodevice_impl.h',
292 'renderer/media/renderer_webmidiaccessor_impl.cc', 291 'renderer/media/renderer_webmidiaccessor_impl.cc',
293 'renderer/media/renderer_webmidiaccessor_impl.h', 292 'renderer/media/renderer_webmidiaccessor_impl.h',
294 'renderer/media/texttrack_impl.cc', 293 'renderer/media/texttrack_impl.cc',
295 'renderer/media/texttrack_impl.h', 294 'renderer/media/texttrack_impl.h',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 }], 860 }],
862 ], 861 ],
863 'target_conditions': [ 862 'target_conditions': [
864 ['OS=="android"', { 863 ['OS=="android"', {
865 'sources/': [ 864 'sources/': [
866 ['include', '^renderer/render_view_linux\\.cc$'], 865 ['include', '^renderer/render_view_linux\\.cc$'],
867 ], 866 ],
868 }], 867 }],
869 ], 868 ],
870 } 869 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698