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

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

Issue 5783004: Keep deinlining stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Well, it all compiles locally? Created 10 years 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) 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'plugins/webplugin_accelerated_surface_mac.h', 306 'plugins/webplugin_accelerated_surface_mac.h',
307 'plugins/webplugin_delegate.cc', 307 'plugins/webplugin_delegate.cc',
308 'plugins/webplugin_delegate.h', 308 'plugins/webplugin_delegate.h',
309 'plugins/webplugin_delegate_impl.cc', 309 'plugins/webplugin_delegate_impl.cc',
310 'plugins/webplugin_delegate_impl.h', 310 'plugins/webplugin_delegate_impl.h',
311 'plugins/webplugin_delegate_impl_gtk.cc', 311 'plugins/webplugin_delegate_impl_gtk.cc',
312 'plugins/webplugin_delegate_impl_mac.mm', 312 'plugins/webplugin_delegate_impl_mac.mm',
313 'plugins/webplugin_delegate_impl_win.cc', 313 'plugins/webplugin_delegate_impl_win.cc',
314 'plugins/webplugin_impl.cc', 314 'plugins/webplugin_impl.cc',
315 'plugins/webplugin_impl.h', 315 'plugins/webplugin_impl.h',
316 'plugins/webplugin_print_delegate.cc',
317 'plugins/webplugin_print_delegate.h',
316 'plugins/webplugininfo.cc', 318 'plugins/webplugininfo.cc',
317 'plugins/webplugininfo.h', 319 'plugins/webplugininfo.h',
318 'alt_error_page_resource_fetcher.cc', 320 'alt_error_page_resource_fetcher.cc',
319 'alt_error_page_resource_fetcher.h', 321 'alt_error_page_resource_fetcher.h',
320 'context_menu.cc', 322 'context_menu.cc',
321 'context_menu.h', 323 'context_menu.h',
322 'cpp_binding_example.cc', 324 'cpp_binding_example.cc',
323 'cpp_binding_example.h', 325 'cpp_binding_example.h',
324 'cpp_bound_class.cc', 326 'cpp_bound_class.cc',
325 'cpp_bound_class.h', 327 'cpp_bound_class.h',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 }], 490 }],
489 ['inside_chromium_build==0', { 491 ['inside_chromium_build==0', {
490 'dependencies': [ 492 'dependencies': [
491 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 493 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
492 ], 494 ],
493 }], 495 }],
494 ], 496 ],
495 }, 497 },
496 ], 498 ],
497 } 499 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698