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

Side by Side Diff: content/content_renderer.gypi

Issue 2005053006: Cleanup naming issue with content::VideoFrameProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Comments Created 4 years, 6 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/content_shell.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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'public/renderer/render_thread_observer.h', 86 'public/renderer/render_thread_observer.h',
87 'public/renderer/render_view.h', 87 'public/renderer/render_view.h',
88 'public/renderer/render_view_observer.cc', 88 'public/renderer/render_view_observer.cc',
89 'public/renderer/render_view_observer.h', 89 'public/renderer/render_view_observer.h',
90 'public/renderer/render_view_observer_tracker.h', 90 'public/renderer/render_view_observer_tracker.h',
91 'public/renderer/render_view_visitor.h', 91 'public/renderer/render_view_visitor.h',
92 'public/renderer/renderer_ppapi_host.h', 92 'public/renderer/renderer_ppapi_host.h',
93 'public/renderer/resource_fetcher.h', 93 'public/renderer/resource_fetcher.h',
94 'public/renderer/video_encode_accelerator.cc', 94 'public/renderer/video_encode_accelerator.cc',
95 'public/renderer/video_encode_accelerator.h', 95 'public/renderer/video_encode_accelerator.h',
96 'public/renderer/video_frame_provider.h', 96 'public/renderer/media_stream_video_renderer.h',
97 ], 97 ],
98 'public_renderer_plugin_sources': [ 98 'public_renderer_plugin_sources': [
99 'public/renderer/plugin_instance_throttler.h', 99 'public/renderer/plugin_instance_throttler.h',
100 ], 100 ],
101 'private_renderer_sources': [ 101 'private_renderer_sources': [
102 'renderer/accessibility/blink_ax_enum_conversion.cc', 102 'renderer/accessibility/blink_ax_enum_conversion.cc',
103 'renderer/accessibility/blink_ax_enum_conversion.h', 103 'renderer/accessibility/blink_ax_enum_conversion.h',
104 'renderer/accessibility/blink_ax_tree_source.cc', 104 'renderer/accessibility/blink_ax_tree_source.cc',
105 'renderer/accessibility/blink_ax_tree_source.h', 105 'renderer/accessibility/blink_ax_tree_source.h',
106 'renderer/accessibility/renderer_accessibility.cc', 106 'renderer/accessibility/renderer_accessibility.cc',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 }], 910 }],
911 ], 911 ],
912 'target_conditions': [ 912 'target_conditions': [
913 ['OS=="android"', { 913 ['OS=="android"', {
914 'sources/': [ 914 'sources/': [
915 ['include', '^renderer/render_view_linux\\.cc$'], 915 ['include', '^renderer/render_view_linux\\.cc$'],
916 ], 916 ],
917 }], 917 }],
918 ], 918 ],
919 } 919 }
OLDNEW
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698