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

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

Issue 8416029: Removing dedicated worker-related IPC code (second round). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Style nit Created 9 years, 1 month 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/renderer/webworker_proxy.cc ('k') | webkit/tools/test_shell/test_web_worker.h » ('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) 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 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'test_shell_platform_delegate_win.cc', 86 'test_shell_platform_delegate_win.cc',
87 'test_shell_switches.cc', 87 'test_shell_switches.cc',
88 'test_shell_switches.h', 88 'test_shell_switches.h',
89 'test_shell_win.cc', 89 'test_shell_win.cc',
90 'test_shell_webkit_init.cc', 90 'test_shell_webkit_init.cc',
91 'test_shell_webkit_init.h', 91 'test_shell_webkit_init.h',
92 'test_shell_webthemecontrol.h', 92 'test_shell_webthemecontrol.h',
93 'test_shell_webthemecontrol.cc', 93 'test_shell_webthemecontrol.cc',
94 'test_shell_webthemeengine.h', 94 'test_shell_webthemeengine.h',
95 'test_shell_webthemeengine.cc', 95 'test_shell_webthemeengine.cc',
96 'test_web_worker.cc',
97 'test_web_worker.h',
98 'test_webview_delegate.cc', 96 'test_webview_delegate.cc',
99 'test_webview_delegate.h', 97 'test_webview_delegate.h',
100 'test_webview_delegate_gtk.cc', 98 'test_webview_delegate_gtk.cc',
101 'test_webview_delegate_win.cc', 99 'test_webview_delegate_win.cc',
102 'webview_host.h', 100 'webview_host.h',
103 'webview_host_gtk.cc', 101 'webview_host_gtk.cc',
104 'webview_host_win.cc', 102 'webview_host_win.cc',
105 'webwidget_host.h', 103 'webwidget_host.h',
106 'webwidget_host.cc', 104 'webwidget_host.cc',
107 'webwidget_host_gtk.cc', 105 'webwidget_host_gtk.cc',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'link_settings': { 749 'link_settings': {
752 'libraries': [ 750 'libraries': [
753 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 751 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
754 ], 752 ],
755 }, 753 },
756 }, 754 },
757 ], 755 ],
758 }], 756 }],
759 ], 757 ],
760 } 758 }
OLDNEW
« no previous file with comments | « content/renderer/webworker_proxy.cc ('k') | webkit/tools/test_shell/test_web_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698