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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 6136005: Chromium support for window.webkitRequestAnimationFrame() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ScheduleAnimation implemented as part of WebWidgetHost Created 9 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 | 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 'variables': { 6 'variables': {
7 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'test_webview_delegate.cc', 104 'test_webview_delegate.cc',
105 'test_webview_delegate.h', 105 'test_webview_delegate.h',
106 'test_webview_delegate_gtk.cc', 106 'test_webview_delegate_gtk.cc',
107 'test_webview_delegate_win.cc', 107 'test_webview_delegate_win.cc',
108 'text_input_controller.cc', 108 'text_input_controller.cc',
109 'text_input_controller.h', 109 'text_input_controller.h',
110 'webview_host.h', 110 'webview_host.h',
111 'webview_host_gtk.cc', 111 'webview_host_gtk.cc',
112 'webview_host_win.cc', 112 'webview_host_win.cc',
113 'webwidget_host.h', 113 'webwidget_host.h',
114 'webwidget_host.cc',
114 'webwidget_host_gtk.cc', 115 'webwidget_host_gtk.cc',
115 'webwidget_host_win.cc', 116 'webwidget_host_win.cc',
116 ], 117 ],
117 'export_dependent_settings': [ 118 'export_dependent_settings': [
118 '<(DEPTH)/base/base.gyp:base', 119 '<(DEPTH)/base/base.gyp:base',
119 '<(DEPTH)/net/net.gyp:net', 120 '<(DEPTH)/net/net.gyp:net',
120 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 121 '<(DEPTH)/third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
121 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 122 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
122 ], 123 ],
123 'conditions': [ 124 'conditions': [
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 ], 735 ],
735 }], 736 }],
736 ], 737 ],
737 } 738 }
738 739
739 # Local Variables: 740 # Local Variables:
740 # tab-width:2 741 # tab-width:2
741 # indent-tabs-mode:nil 742 # indent-tabs-mode:nil
742 # End: 743 # End:
743 # vim: set expandtab tabstop=2 shiftwidth=2: 744 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698