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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 7790013: Clean up plugin constants (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | webkit/plugins/plugin_constants.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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '../plugins/npapi/webplugin_delegate.h', 175 '../plugins/npapi/webplugin_delegate.h',
176 '../plugins/npapi/webplugin_delegate_impl.cc', 176 '../plugins/npapi/webplugin_delegate_impl.cc',
177 '../plugins/npapi/webplugin_delegate_impl.h', 177 '../plugins/npapi/webplugin_delegate_impl.h',
178 '../plugins/npapi/webplugin_delegate_impl_gtk.cc', 178 '../plugins/npapi/webplugin_delegate_impl_gtk.cc',
179 '../plugins/npapi/webplugin_delegate_impl_mac.mm', 179 '../plugins/npapi/webplugin_delegate_impl_mac.mm',
180 '../plugins/npapi/webplugin_delegate_impl_win.cc', 180 '../plugins/npapi/webplugin_delegate_impl_win.cc',
181 '../plugins/npapi/webplugin_impl.cc', 181 '../plugins/npapi/webplugin_impl.cc',
182 '../plugins/npapi/webplugin_impl.h', 182 '../plugins/npapi/webplugin_impl.h',
183 '../plugins/npapi/webview_plugin.cc', 183 '../plugins/npapi/webview_plugin.cc',
184 '../plugins/npapi/webview_plugin.h', 184 '../plugins/npapi/webview_plugin.h',
185 '../plugins/plugin_constants.cc',
186 '../plugins/plugin_constants.h',
185 '../plugins/plugin_switches.cc', 187 '../plugins/plugin_switches.cc',
186 '../plugins/plugin_switches.h', 188 '../plugins/plugin_switches.h',
187 '../plugins/ppapi/callbacks.cc', 189 '../plugins/ppapi/callbacks.cc',
188 '../plugins/ppapi/callbacks.h', 190 '../plugins/ppapi/callbacks.h',
189 '../plugins/ppapi/common.h', 191 '../plugins/ppapi/common.h',
190 '../plugins/ppapi/dir_contents.h', 192 '../plugins/ppapi/dir_contents.h',
191 '../plugins/ppapi/event_conversion.cc', 193 '../plugins/ppapi/event_conversion.cc',
192 '../plugins/ppapi/event_conversion.h', 194 '../plugins/ppapi/event_conversion.h',
193 '../plugins/ppapi/file_callbacks.cc', 195 '../plugins/ppapi/file_callbacks.cc',
194 '../plugins/ppapi/file_callbacks.h', 196 '../plugins/ppapi/file_callbacks.h',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 }, 538 },
537 'includes': [ '../../build/grit_action.gypi' ], 539 'includes': [ '../../build/grit_action.gypi' ],
538 }, 540 },
539 ], 541 ],
540 'includes': [ '../../build/grit_target.gypi' ], 542 'includes': [ '../../build/grit_target.gypi' ],
541 }, 543 },
542 ], 544 ],
543 }], 545 }],
544 ], 546 ],
545 } 547 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | webkit/plugins/plugin_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698