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

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

Issue 3806005: FBTF: More ctor/dtor cleanup. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/glue/plugins/webplugininfo.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'plugins/webplugin_3d_device_delegate.h', 293 'plugins/webplugin_3d_device_delegate.h',
294 'plugins/webplugin_accelerated_surface_mac.h', 294 'plugins/webplugin_accelerated_surface_mac.h',
295 'plugins/webplugin_delegate.h', 295 'plugins/webplugin_delegate.h',
296 'plugins/webplugin_delegate_impl.cc', 296 'plugins/webplugin_delegate_impl.cc',
297 'plugins/webplugin_delegate_impl.h', 297 'plugins/webplugin_delegate_impl.h',
298 'plugins/webplugin_delegate_impl_gtk.cc', 298 'plugins/webplugin_delegate_impl_gtk.cc',
299 'plugins/webplugin_delegate_impl_mac.mm', 299 'plugins/webplugin_delegate_impl_mac.mm',
300 'plugins/webplugin_delegate_impl_win.cc', 300 'plugins/webplugin_delegate_impl_win.cc',
301 'plugins/webplugin_impl.cc', 301 'plugins/webplugin_impl.cc',
302 'plugins/webplugin_impl.h', 302 'plugins/webplugin_impl.h',
303 'plugins/webplugininfo.cc',
303 'plugins/webplugininfo.h', 304 'plugins/webplugininfo.h',
304 'alt_error_page_resource_fetcher.cc', 305 'alt_error_page_resource_fetcher.cc',
305 'alt_error_page_resource_fetcher.h', 306 'alt_error_page_resource_fetcher.h',
306 'context_menu.cc', 307 'context_menu.cc',
307 'context_menu.h', 308 'context_menu.h',
308 'cpp_binding_example.cc', 309 'cpp_binding_example.cc',
309 'cpp_binding_example.h', 310 'cpp_binding_example.h',
310 'cpp_bound_class.cc', 311 'cpp_bound_class.cc',
311 'cpp_bound_class.h', 312 'cpp_bound_class.h',
312 'cpp_variant.cc', 313 'cpp_variant.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 }], 475 }],
475 ['inside_chromium_build==0', { 476 ['inside_chromium_build==0', {
476 'dependencies': [ 477 'dependencies': [
477 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 478 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
478 ], 479 ],
479 }], 480 }],
480 ], 481 ],
481 }, 482 },
482 ], 483 ],
483 } 484 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/webplugininfo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698