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 19220002: [WIP] BufferedInputRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix client assignment Created 7 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../media/media.gyp:media', 8 '../media/media.gyp:media',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'renderer/gpu/input_handler_wrapper.cc', 129 'renderer/gpu/input_handler_wrapper.cc',
130 'renderer/gpu/input_handler_wrapper.h', 130 'renderer/gpu/input_handler_wrapper.h',
131 'renderer/gpu/gpu_benchmarking_extension.cc', 131 'renderer/gpu/gpu_benchmarking_extension.cc',
132 'renderer/gpu/gpu_benchmarking_extension.h', 132 'renderer/gpu/gpu_benchmarking_extension.h',
133 'renderer/gpu/mailbox_output_surface.cc', 133 'renderer/gpu/mailbox_output_surface.cc',
134 'renderer/gpu/mailbox_output_surface.h', 134 'renderer/gpu/mailbox_output_surface.h',
135 'renderer/gpu/stream_texture_host_android.cc', 135 'renderer/gpu/stream_texture_host_android.cc',
136 'renderer/gpu/stream_texture_host_android.h', 136 'renderer/gpu/stream_texture_host_android.h',
137 'renderer/gpu/render_widget_compositor.cc', 137 'renderer/gpu/render_widget_compositor.cc',
138 'renderer/gpu/render_widget_compositor.h', 138 'renderer/gpu/render_widget_compositor.h',
139 'renderer/gpu/renderer_event_packet.cc',
140 'renderer/gpu/renderer_event_packet.h',
139 'renderer/idle_user_detector.cc', 141 'renderer/idle_user_detector.cc',
140 'renderer/idle_user_detector.h', 142 'renderer/idle_user_detector.h',
141 'renderer/image_loading_helper.cc', 143 'renderer/image_loading_helper.cc',
142 'renderer/image_loading_helper.h', 144 'renderer/image_loading_helper.h',
143 'renderer/in_process_renderer_thread.cc', 145 'renderer/in_process_renderer_thread.cc',
144 'renderer/in_process_renderer_thread.h', 146 'renderer/in_process_renderer_thread.h',
145 'renderer/input_tag_speech_dispatcher.cc', 147 'renderer/input_tag_speech_dispatcher.cc',
146 'renderer/input_tag_speech_dispatcher.h', 148 'renderer/input_tag_speech_dispatcher.h',
147 'renderer/internal_document_state_data.cc', 149 'renderer/internal_document_state_data.cc',
148 'renderer/internal_document_state_data.h', 150 'renderer/internal_document_state_data.h',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 }], 722 }],
721 ], 723 ],
722 'target_conditions': [ 724 'target_conditions': [
723 ['OS=="android"', { 725 ['OS=="android"', {
724 'sources/': [ 726 'sources/': [
725 ['include', '^renderer/render_view_linux\\.cc$'], 727 ['include', '^renderer/render_view_linux\\.cc$'],
726 ], 728 ],
727 }], 729 }],
728 ], 730 ],
729 } 731 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698