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

Side by Side Diff: content/content_renderer.gypi

Issue 10873099: Flag and adapter class for software compositing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 8 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
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'renderer/dom_storage/webstoragenamespace_impl.cc', 78 'renderer/dom_storage/webstoragenamespace_impl.cc',
79 'renderer/dom_storage/webstoragenamespace_impl.h', 79 'renderer/dom_storage/webstoragenamespace_impl.h',
80 'renderer/external_popup_menu.cc', 80 'renderer/external_popup_menu.cc',
81 'renderer/external_popup_menu.h', 81 'renderer/external_popup_menu.h',
82 'renderer/gamepad_shared_memory_reader.cc', 82 'renderer/gamepad_shared_memory_reader.cc',
83 'renderer/gamepad_shared_memory_reader.h', 83 'renderer/gamepad_shared_memory_reader.h',
84 'renderer/geolocation_dispatcher.cc', 84 'renderer/geolocation_dispatcher.cc',
85 'renderer/geolocation_dispatcher.h', 85 'renderer/geolocation_dispatcher.h',
86 'renderer/gpu/compositor_output_surface.cc', 86 'renderer/gpu/compositor_output_surface.cc',
87 'renderer/gpu/compositor_output_surface.h', 87 'renderer/gpu/compositor_output_surface.h',
88 'renderer/gpu/compositor_software_output_device_gl_adapter.cc',
89 'renderer/gpu/compositor_software_output_device_gl_adapter.h',
88 'renderer/gpu/compositor_thread.cc', 90 'renderer/gpu/compositor_thread.cc',
89 'renderer/gpu/compositor_thread.h', 91 'renderer/gpu/compositor_thread.h',
90 'renderer/gpu/input_event_filter.cc', 92 'renderer/gpu/input_event_filter.cc',
91 'renderer/gpu/input_event_filter.h', 93 'renderer/gpu/input_event_filter.h',
92 'renderer/gpu/gpu_benchmarking_extension.cc', 94 'renderer/gpu/gpu_benchmarking_extension.cc',
93 'renderer/gpu/gpu_benchmarking_extension.h', 95 'renderer/gpu/gpu_benchmarking_extension.h',
94 'renderer/gpu/stream_texture_host_android.cc', 96 'renderer/gpu/stream_texture_host_android.cc',
95 'renderer/gpu/stream_texture_host_android.h', 97 'renderer/gpu/stream_texture_host_android.h',
96 'renderer/hyphenator/hyphenator.cc', 98 'renderer/hyphenator/hyphenator.cc',
97 'renderer/hyphenator/hyphenator.h', 99 'renderer/hyphenator/hyphenator.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 }], 365 }],
364 ], 366 ],
365 'target_conditions': [ 367 'target_conditions': [
366 ['OS=="android"', { 368 ['OS=="android"', {
367 'sources/': [ 369 'sources/': [
368 ['include', '^renderer/render_view_linux\\.cc$'], 370 ['include', '^renderer/render_view_linux\\.cc$'],
369 ], 371 ],
370 }], 372 }],
371 ], 373 ],
372 } 374 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698