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

Side by Side Diff: content/content_renderer.gypi

Issue 11824040: Enables compositing support for webview. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 11 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
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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'renderer/browser_plugin/browser_plugin.h', 213 'renderer/browser_plugin/browser_plugin.h',
214 'renderer/browser_plugin/browser_plugin_backing_store.h', 214 'renderer/browser_plugin/browser_plugin_backing_store.h',
215 'renderer/browser_plugin/browser_plugin_backing_store.cc', 215 'renderer/browser_plugin/browser_plugin_backing_store.cc',
216 'renderer/browser_plugin/browser_plugin_bindings.h', 216 'renderer/browser_plugin/browser_plugin_bindings.h',
217 'renderer/browser_plugin/browser_plugin_bindings.cc', 217 'renderer/browser_plugin/browser_plugin_bindings.cc',
218 'renderer/browser_plugin/browser_plugin_manager.h', 218 'renderer/browser_plugin/browser_plugin_manager.h',
219 'renderer/browser_plugin/browser_plugin_manager.cc', 219 'renderer/browser_plugin/browser_plugin_manager.cc',
220 'renderer/browser_plugin/browser_plugin_manager_factory.h', 220 'renderer/browser_plugin/browser_plugin_manager_factory.h',
221 'renderer/browser_plugin/browser_plugin_manager_impl.h', 221 'renderer/browser_plugin/browser_plugin_manager_impl.h',
222 'renderer/browser_plugin/browser_plugin_manager_impl.cc', 222 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
223 'renderer/browser_plugin/browser_plugin_compositing_helper.h',
224 'renderer/browser_plugin/browser_plugin_compositing_helper.cc',
223 'renderer/render_process.h', 225 'renderer/render_process.h',
224 'renderer/render_process_impl.cc', 226 'renderer/render_process_impl.cc',
225 'renderer/render_process_impl.h', 227 'renderer/render_process_impl.h',
226 'renderer/render_thread_impl.cc', 228 'renderer/render_thread_impl.cc',
227 'renderer/render_thread_impl.h', 229 'renderer/render_thread_impl.h',
228 'renderer/render_view_impl.cc', 230 'renderer/render_view_impl.cc',
229 'renderer/render_view_impl.h', 231 'renderer/render_view_impl.h',
230 'renderer/render_view_impl_android.cc', 232 'renderer/render_view_impl_android.cc',
231 'renderer/render_view_impl_params.cc', 233 'renderer/render_view_impl_params.cc',
232 'renderer/render_view_impl_params.h', 234 'renderer/render_view_impl_params.h',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 }], 409 }],
408 ], 410 ],
409 'target_conditions': [ 411 'target_conditions': [
410 ['OS=="android"', { 412 ['OS=="android"', {
411 'sources/': [ 413 'sources/': [
412 ['include', '^renderer/render_view_linux\\.cc$'], 414 ['include', '^renderer/render_view_linux\\.cc$'],
413 ], 415 ],
414 }], 416 }],
415 ], 417 ],
416 } 418 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698