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

Side by Side Diff: content/content_renderer.gypi

Issue 12371002: [cc] Mailbox Output Surface Support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'renderer/gpu/compositor_output_surface.cc', 97 'renderer/gpu/compositor_output_surface.cc',
98 'renderer/gpu/compositor_output_surface.h', 98 'renderer/gpu/compositor_output_surface.h',
99 'renderer/gpu/compositor_software_output_device_gl_adapter.cc', 99 'renderer/gpu/compositor_software_output_device_gl_adapter.cc',
100 'renderer/gpu/compositor_software_output_device_gl_adapter.h', 100 'renderer/gpu/compositor_software_output_device_gl_adapter.h',
101 'renderer/gpu/compositor_thread.cc', 101 'renderer/gpu/compositor_thread.cc',
102 'renderer/gpu/compositor_thread.h', 102 'renderer/gpu/compositor_thread.h',
103 'renderer/gpu/input_event_filter.cc', 103 'renderer/gpu/input_event_filter.cc',
104 'renderer/gpu/input_event_filter.h', 104 'renderer/gpu/input_event_filter.h',
105 'renderer/gpu/gpu_benchmarking_extension.cc', 105 'renderer/gpu/gpu_benchmarking_extension.cc',
106 'renderer/gpu/gpu_benchmarking_extension.h', 106 'renderer/gpu/gpu_benchmarking_extension.h',
107 'renderer/gpu/mailbox_output_surface.cc',
108 'renderer/gpu/mailbox_output_surface.h',
107 'renderer/gpu/stream_texture_host_android.cc', 109 'renderer/gpu/stream_texture_host_android.cc',
108 'renderer/gpu/stream_texture_host_android.h', 110 'renderer/gpu/stream_texture_host_android.h',
109 'renderer/gpu/render_widget_compositor.cc', 111 'renderer/gpu/render_widget_compositor.cc',
110 'renderer/gpu/render_widget_compositor.h', 112 'renderer/gpu/render_widget_compositor.h',
111 'renderer/hyphenator/hyphenator.cc', 113 'renderer/hyphenator/hyphenator.cc',
112 'renderer/hyphenator/hyphenator.h', 114 'renderer/hyphenator/hyphenator.h',
113 'renderer/idle_user_detector.cc', 115 'renderer/idle_user_detector.cc',
114 'renderer/idle_user_detector.h', 116 'renderer/idle_user_detector.h',
115 'renderer/input_tag_speech_dispatcher.cc', 117 'renderer/input_tag_speech_dispatcher.cc',
116 'renderer/input_tag_speech_dispatcher.h', 118 'renderer/input_tag_speech_dispatcher.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 }], 420 }],
419 ], 421 ],
420 'target_conditions': [ 422 'target_conditions': [
421 ['OS=="android"', { 423 ['OS=="android"', {
422 'sources/': [ 424 'sources/': [
423 ['include', '^renderer/render_view_linux\\.cc$'], 425 ['include', '^renderer/render_view_linux\\.cc$'],
424 ], 426 ],
425 }], 427 }],
426 ], 428 ],
427 } 429 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/renderer/gpu/compositor_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698