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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 19381007: Remove unused includes of plugin_list.h. Also remove unused ContentClient and webkit_support method… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'gc_extension.h', 55 'gc_extension.h',
56 'platform_support.h', 56 'platform_support.h',
57 'platform_support_android.cc', 57 'platform_support_android.cc',
58 'platform_support_linux.cc', 58 'platform_support_linux.cc',
59 'platform_support_mac.mm', 59 'platform_support_mac.mm',
60 'platform_support_win.cc', 60 'platform_support_win.cc',
61 'test_webkit_platform_support.cc', 61 'test_webkit_platform_support.cc',
62 'test_webkit_platform_support.h', 62 'test_webkit_platform_support.h',
63 'test_webmessageportchannel.cc', 63 'test_webmessageportchannel.cc',
64 'test_webmessageportchannel.h', 64 'test_webmessageportchannel.h',
65 'test_webplugin_page_delegate.cc',
66 'test_webplugin_page_delegate.h',
67 'webkit_support.cc', 65 'webkit_support.cc',
68 'webkit_support.h', 66 'webkit_support.h',
69 'webkit_support_glue.cc', 67 'webkit_support_glue.cc',
70 'weburl_loader_mock.cc', 68 'weburl_loader_mock.cc',
71 'weburl_loader_mock.h', 69 'weburl_loader_mock.h',
72 'weburl_loader_mock_factory.cc', 70 'weburl_loader_mock_factory.cc',
73 'weburl_loader_mock_factory.h', 71 'weburl_loader_mock_factory.h',
74 'web_audio_device_mock.cc', 72 'web_audio_device_mock.cc',
75 'web_audio_device_mock.h', 73 'web_audio_device_mock.h',
76 'web_gesture_curve_mock.cc', 74 'web_gesture_curve_mock.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '<(DEPTH)', 155 '<(DEPTH)',
158 ], 156 ],
159 'conditions': [ 157 'conditions': [
160 ['OS=="android"', { 158 ['OS=="android"', {
161 'toolsets': ['target', 'host'], 159 'toolsets': ['target', 'host'],
162 }], 160 }],
163 ], 161 ],
164 }, 162 },
165 ], 163 ],
166 } 164 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698