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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 3020077: Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering cod... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « chrome/chrome_common.gypi ('k') | chrome/common/gpu_messages_internal.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', 10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D',
11 'dependencies': [ 11 'dependencies': [
12 'common', 12 'common',
13 'common_net', 13 'common_net',
14 'plugin', 14 'plugin',
15 'chrome_resources', 15 'chrome_resources',
16 'chrome_strings', 16 'chrome_strings',
17 '../printing/printing.gyp:printing', 17 '../printing/printing.gyp:printing',
18 '../skia/skia.gyp:skia', 18 '../skia/skia.gyp:skia',
19 '../third_party/hunspell/hunspell.gyp:hunspell', 19 '../third_party/hunspell/hunspell.gyp:hunspell',
20 '../third_party/cld/cld.gyp:cld', 20 '../third_party/cld/cld.gyp:cld',
21 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
22 '../third_party/icu/icu.gyp:icui18n', 21 '../third_party/icu/icu.gyp:icui18n',
23 '../third_party/icu/icu.gyp:icuuc', 22 '../third_party/icu/icu.gyp:icuuc',
24 '../third_party/npapi/npapi.gyp:npapi', 23 '../third_party/npapi/npapi.gyp:npapi',
25 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 24 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
26 '../webkit/support/webkit_support.gyp:glue', 25 '../webkit/support/webkit_support.gyp:glue',
27 '../webkit/support/webkit_support.gyp:webkit_resources', 26 '../webkit/support/webkit_support.gyp:webkit_resources',
28 ], 27 ],
29 'include_dirs': [ 28 'include_dirs': [
30 '..', 29 '..',
31 '../third_party/cld', 30 '../third_party/cld',
(...skipping 26 matching lines...) Expand all
58 'renderer/extensions/js_only_v8_extensions.cc', 57 'renderer/extensions/js_only_v8_extensions.cc',
59 'renderer/extensions/js_only_v8_extensions.h', 58 'renderer/extensions/js_only_v8_extensions.h',
60 'renderer/extensions/renderer_extension_bindings.cc', 59 'renderer/extensions/renderer_extension_bindings.cc',
61 'renderer/extensions/renderer_extension_bindings.h', 60 'renderer/extensions/renderer_extension_bindings.h',
62 'renderer/ggl/ggl.cc', 61 'renderer/ggl/ggl.cc',
63 'renderer/ggl/ggl.h', 62 'renderer/ggl/ggl.h',
64 'renderer/loadtimes_extension_bindings.h', 63 'renderer/loadtimes_extension_bindings.h',
65 'renderer/loadtimes_extension_bindings.cc', 64 'renderer/loadtimes_extension_bindings.cc',
66 'renderer/media/audio_renderer_impl.cc', 65 'renderer/media/audio_renderer_impl.cc',
67 'renderer/media/audio_renderer_impl.h', 66 'renderer/media/audio_renderer_impl.h',
68 'renderer/media/ipc_video_decoder.cc',
69 'renderer/media/ipc_video_decoder.h',
70 'renderer/media/ipc_video_renderer.cc', 67 'renderer/media/ipc_video_renderer.cc',
71 'renderer/media/ipc_video_renderer.h', 68 'renderer/media/ipc_video_renderer.h',
72 'renderer/net/predictor_queue.cc', 69 'renderer/net/predictor_queue.cc',
73 'renderer/net/predictor_queue.h', 70 'renderer/net/predictor_queue.h',
74 'renderer/net/renderer_net_predictor.cc', 71 'renderer/net/renderer_net_predictor.cc',
75 'renderer/net/renderer_net_predictor.h', 72 'renderer/net/renderer_net_predictor.h',
76 'renderer/resources/event_bindings.js', 73 'renderer/resources/event_bindings.js',
77 'renderer/resources/extension_apitest.js', 74 'renderer/resources/extension_apitest.js',
78 'renderer/resources/extension_process_bindings.js', 75 'renderer/resources/extension_process_bindings.js',
79 'renderer/resources/greasemonkey_api.js', 76 'renderer/resources/greasemonkey_api.js',
(...skipping 18 matching lines...) Expand all
98 'renderer/extension_groups.h', 95 'renderer/extension_groups.h',
99 'renderer/external_host_bindings.cc', 96 'renderer/external_host_bindings.cc',
100 'renderer/external_host_bindings.h', 97 'renderer/external_host_bindings.h',
101 'renderer/external_extension.cc', 98 'renderer/external_extension.cc',
102 'renderer/external_extension.h', 99 'renderer/external_extension.h',
103 'renderer/form_manager.cc', 100 'renderer/form_manager.cc',
104 'renderer/form_manager.h', 101 'renderer/form_manager.h',
105 'renderer/geolocation_dispatcher.cc', 102 'renderer/geolocation_dispatcher.cc',
106 'renderer/geolocation_dispatcher.h', 103 'renderer/geolocation_dispatcher.h',
107 'renderer/gpu_channel_host.cc', 104 'renderer/gpu_channel_host.cc',
108 'renderer/gpu_video_decoder_host.cc',
109 'renderer/gpu_video_decoder_host.h',
110 'renderer/gpu_video_service_host.cc',
111 'renderer/gpu_video_service_host.h',
112 'renderer/indexed_db_dispatcher.cc', 105 'renderer/indexed_db_dispatcher.cc',
113 'renderer/indexed_db_dispatcher.h', 106 'renderer/indexed_db_dispatcher.h',
114 'renderer/gpu_channel_host.h', 107 'renderer/gpu_channel_host.h',
115 'renderer/localized_error.cc', 108 'renderer/localized_error.cc',
116 'renderer/localized_error.h', 109 'renderer/localized_error.h',
117 'renderer/navigation_state.h', 110 'renderer/navigation_state.h',
118 'renderer/notification_provider.cc', 111 'renderer/notification_provider.cc',
119 'renderer/notification_provider.h', 112 'renderer/notification_provider.h',
120 'renderer/paint_aggregator.cc', 113 'renderer/paint_aggregator.cc',
121 'renderer/password_autocomplete_manager.cc', 114 'renderer/password_autocomplete_manager.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 ], 266 ],
274 }, 267 },
275 ], 268 ],
276 } 269 }
277 270
278 # Local Variables: 271 # Local Variables:
279 # tab-width:2 272 # tab-width:2
280 # indent-tabs-mode:nil 273 # indent-tabs-mode:nil
281 # End: 274 # End:
282 # vim: set expandtab tabstop=2 shiftwidth=2: 275 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/gpu_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698