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

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

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 10 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
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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 '../plugins/ppapi/string.h', 339 '../plugins/ppapi/string.h',
340 '../plugins/sad_plugin.cc', 340 '../plugins/sad_plugin.cc',
341 '../plugins/sad_plugin.h', 341 '../plugins/sad_plugin.h',
342 '../plugins/webkit_plugins_export.h', 342 '../plugins/webkit_plugins_export.h',
343 '../plugins/webplugininfo.cc', 343 '../plugins/webplugininfo.cc',
344 '../plugins/webplugininfo.h', 344 '../plugins/webplugininfo.h',
345 '../plugins/webview_plugin.cc', 345 '../plugins/webview_plugin.cc',
346 '../plugins/webview_plugin.h', 346 '../plugins/webview_plugin.h',
347 'alt_error_page_resource_fetcher.cc', 347 'alt_error_page_resource_fetcher.cc',
348 'alt_error_page_resource_fetcher.h', 348 'alt_error_page_resource_fetcher.h',
349 'context_menu.cc',
350 'context_menu.h',
351 'cpp_binding_example.cc', 349 'cpp_binding_example.cc',
352 'cpp_binding_example.h', 350 'cpp_binding_example.h',
353 'cpp_bound_class.cc', 351 'cpp_bound_class.cc',
354 'cpp_bound_class.h', 352 'cpp_bound_class.h',
355 'cpp_variant.cc', 353 'cpp_variant.cc',
356 'cpp_variant.h', 354 'cpp_variant.h',
357 'dom_operations.cc', 355 'dom_operations.cc',
358 'dom_operations.h', 356 'dom_operations.h',
359 'ftp_directory_listing_response_delegate.cc', 357 'ftp_directory_listing_response_delegate.cc',
360 'ftp_directory_listing_response_delegate.h', 358 'ftp_directory_listing_response_delegate.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 }, 564 },
567 'includes': [ '../../build/grit_action.gypi' ], 565 'includes': [ '../../build/grit_action.gypi' ],
568 }, 566 },
569 ], 567 ],
570 'includes': [ '../../build/grit_target.gypi' ], 568 'includes': [ '../../build/grit_target.gypi' ],
571 }, 569 },
572 ], 570 ],
573 }], 571 }],
574 ], 572 ],
575 } 573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698