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

Side by Side Diff: content/content_renderer.gypi

Issue 7779010: Implements frame sniffer to watch iframe loading state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'content_renderer', 8 'target_name': 'content_renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 27 matching lines...) Expand all
38 'renderer/device_orientation_dispatcher.cc', 38 'renderer/device_orientation_dispatcher.cc',
39 'renderer/device_orientation_dispatcher.h', 39 'renderer/device_orientation_dispatcher.h',
40 'renderer/devtools_agent.cc', 40 'renderer/devtools_agent.cc',
41 'renderer/devtools_agent.h', 41 'renderer/devtools_agent.h',
42 'renderer/devtools_agent_filter.cc', 42 'renderer/devtools_agent_filter.cc',
43 'renderer/devtools_agent_filter.h', 43 'renderer/devtools_agent_filter.h',
44 'renderer/devtools_client.cc', 44 'renderer/devtools_client.cc',
45 'renderer/devtools_client.h', 45 'renderer/devtools_client.h',
46 'renderer/external_popup_menu.cc', 46 'renderer/external_popup_menu.cc',
47 'renderer/external_popup_menu.h', 47 'renderer/external_popup_menu.h',
48 'renderer/frame_sniffer.cc',
49 'renderer/frame_sniffer.h',
48 'renderer/geolocation_dispatcher.cc', 50 'renderer/geolocation_dispatcher.cc',
49 'renderer/geolocation_dispatcher.h', 51 'renderer/geolocation_dispatcher.h',
50 'renderer/gpu/gpu_channel_host.cc', 52 'renderer/gpu/gpu_channel_host.cc',
51 'renderer/gpu/gpu_channel_host.h', 53 'renderer/gpu/gpu_channel_host.h',
52 'renderer/gpu/gpu_surface_proxy.cc', 54 'renderer/gpu/gpu_surface_proxy.cc',
53 'renderer/gpu/gpu_surface_proxy.h', 55 'renderer/gpu/gpu_surface_proxy.h',
54 'renderer/gpu/gpu_video_decode_accelerator_host.cc', 56 'renderer/gpu/gpu_video_decode_accelerator_host.cc',
55 'renderer/gpu/gpu_video_decode_accelerator_host.h', 57 'renderer/gpu/gpu_video_decode_accelerator_host.h',
56 'renderer/gpu/renderer_gl_context.cc', 58 'renderer/gpu/renderer_gl_context.cc',
57 'renderer/gpu/renderer_gl_context.h', 59 'renderer/gpu/renderer_gl_context.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'renderer/media/video_capture_module_impl.cc', 247 'renderer/media/video_capture_module_impl.cc',
246 'renderer/media/video_capture_module_impl.h', 248 'renderer/media/video_capture_module_impl.h',
247 'renderer/media/video_capture_module_impl_device_info.cc', 249 'renderer/media/video_capture_module_impl_device_info.cc',
248 'renderer/media/video_capture_module_impl_device_info.h', 250 'renderer/media/video_capture_module_impl_device_info.h',
249 ], 251 ],
250 }], 252 }],
251 ], 253 ],
252 }, 254 },
253 ], 255 ],
254 } 256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698