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

Side by Side Diff: webkit/webkit.gyp

Issue 291001: Moved Pepper delegate definition to chrome\renderer to allow it to use... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/webplugin_impl.h ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'glue/plugins/plugin_stream_url.h', 530 'glue/plugins/plugin_stream_url.h',
531 'glue/plugins/plugin_stream_win.cc', 531 'glue/plugins/plugin_stream_win.cc',
532 'glue/plugins/plugin_string_stream.cc', 532 'glue/plugins/plugin_string_stream.cc',
533 'glue/plugins/plugin_string_stream.h', 533 'glue/plugins/plugin_string_stream.h',
534 'glue/plugins/plugin_stubs.cc', 534 'glue/plugins/plugin_stubs.cc',
535 'glue/plugins/webplugin_delegate_impl.cc', 535 'glue/plugins/webplugin_delegate_impl.cc',
536 'glue/plugins/webplugin_delegate_impl.h', 536 'glue/plugins/webplugin_delegate_impl.h',
537 'glue/plugins/webplugin_delegate_impl_gtk.cc', 537 'glue/plugins/webplugin_delegate_impl_gtk.cc',
538 'glue/plugins/webplugin_delegate_impl_mac.mm', 538 'glue/plugins/webplugin_delegate_impl_mac.mm',
539 'glue/plugins/webplugin_delegate_impl_win.cc', 539 'glue/plugins/webplugin_delegate_impl_win.cc',
540 'glue/plugins/webplugin_delegate_pepper_impl.cc',
541 'glue/plugins/webplugin_delegate_pepper_impl.h',
542 'glue/alt_error_page_resource_fetcher.cc', 540 'glue/alt_error_page_resource_fetcher.cc',
543 'glue/alt_error_page_resource_fetcher.h', 541 'glue/alt_error_page_resource_fetcher.h',
544 'glue/autofill_form.cc', 542 'glue/autofill_form.cc',
545 'glue/autofill_form.h', 543 'glue/autofill_form.h',
546 'glue/back_forward_list_client_impl.cc', 544 'glue/back_forward_list_client_impl.cc',
547 'glue/back_forward_list_client_impl.h', 545 'glue/back_forward_list_client_impl.h',
548 'glue/chrome_client_impl.cc', 546 'glue/chrome_client_impl.cc',
549 'glue/chrome_client_impl.h', 547 'glue/chrome_client_impl.h',
550 'glue/context_menu.h', 548 'glue/context_menu.h',
551 'glue/context_menu_client_impl.cc', 549 'glue/context_menu_client_impl.cc',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 ], 791 ],
794 } 792 }
795 ], # targets 793 ], # targets
796 } 794 }
797 795
798 # Local Variables: 796 # Local Variables:
799 # tab-width:2 797 # tab-width:2
800 # indent-tabs-mode:nil 798 # indent-tabs-mode:nil
801 # End: 799 # End:
802 # vim: set expandtab tabstop=2 shiftwidth=2: 800 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/glue/webplugin_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698