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

Side by Side Diff: content/content_browser.gypi

Issue 8196001: content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix viewgtk compile Created 9 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 | « content/browser/tab_contents/drag_utils_gtk.cc ('k') | ui/base/gtk/gtk_screen_utils.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 'dependencies': [ 6 'dependencies': [
7 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'browser/ssl/ssl_host_state.cc', 475 'browser/ssl/ssl_host_state.cc',
476 'browser/ssl/ssl_host_state.h', 476 'browser/ssl/ssl_host_state.h',
477 'browser/ssl/ssl_manager.cc', 477 'browser/ssl/ssl_manager.cc',
478 'browser/ssl/ssl_manager.h', 478 'browser/ssl/ssl_manager.h',
479 'browser/ssl/ssl_policy.cc', 479 'browser/ssl/ssl_policy.cc',
480 'browser/ssl/ssl_policy.h', 480 'browser/ssl/ssl_policy.h',
481 'browser/ssl/ssl_policy_backend.cc', 481 'browser/ssl/ssl_policy_backend.cc',
482 'browser/ssl/ssl_policy_backend.h', 482 'browser/ssl/ssl_policy_backend.h',
483 'browser/ssl/ssl_request_info.cc', 483 'browser/ssl/ssl_request_info.cc',
484 'browser/ssl/ssl_request_info.h', 484 'browser/ssl/ssl_request_info.h',
485 'browser/tab_contents/drag_utils_gtk.cc',
486 'browser/tab_contents/drag_utils_gtk.h',
485 'browser/tab_contents/interstitial_page.cc', 487 'browser/tab_contents/interstitial_page.cc',
486 'browser/tab_contents/interstitial_page.h', 488 'browser/tab_contents/interstitial_page.h',
487 'browser/tab_contents/navigation_controller.cc', 489 'browser/tab_contents/navigation_controller.cc',
488 'browser/tab_contents/navigation_controller.h', 490 'browser/tab_contents/navigation_controller.h',
489 'browser/tab_contents/navigation_details.cc', 491 'browser/tab_contents/navigation_details.cc',
490 'browser/tab_contents/navigation_details.h', 492 'browser/tab_contents/navigation_details.h',
491 'browser/tab_contents/navigation_entry.cc', 493 'browser/tab_contents/navigation_entry.cc',
492 'browser/tab_contents/navigation_entry.h', 494 'browser/tab_contents/navigation_entry.h',
493 'browser/tab_contents/page_navigator.cc', 495 'browser/tab_contents/page_navigator.cc',
494 'browser/tab_contents/page_navigator.h', 496 'browser/tab_contents/page_navigator.h',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 659 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
658 ], 660 ],
659 }, { 661 }, {
660 'sources/': [ 662 'sources/': [
661 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 663 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
662 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 664 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
663 ], 665 ],
664 }], 666 }],
665 ], 667 ],
666 } 668 }
OLDNEW
« no previous file with comments | « content/browser/tab_contents/drag_utils_gtk.cc ('k') | ui/base/gtk/gtk_screen_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698