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

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: :( 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
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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'browser/ssl/ssl_host_state.cc', 473 'browser/ssl/ssl_host_state.cc',
474 'browser/ssl/ssl_host_state.h', 474 'browser/ssl/ssl_host_state.h',
475 'browser/ssl/ssl_manager.cc', 475 'browser/ssl/ssl_manager.cc',
476 'browser/ssl/ssl_manager.h', 476 'browser/ssl/ssl_manager.h',
477 'browser/ssl/ssl_policy.cc', 477 'browser/ssl/ssl_policy.cc',
478 'browser/ssl/ssl_policy.h', 478 'browser/ssl/ssl_policy.h',
479 'browser/ssl/ssl_policy_backend.cc', 479 'browser/ssl/ssl_policy_backend.cc',
480 'browser/ssl/ssl_policy_backend.h', 480 'browser/ssl/ssl_policy_backend.h',
481 'browser/ssl/ssl_request_info.cc', 481 'browser/ssl/ssl_request_info.cc',
482 'browser/ssl/ssl_request_info.h', 482 'browser/ssl/ssl_request_info.h',
483 'browser/tab_contents/gtk_drag_utils.cc',
484 'browser/tab_contents/gtk_drag_utils.h',
483 'browser/tab_contents/interstitial_page.cc', 485 'browser/tab_contents/interstitial_page.cc',
484 'browser/tab_contents/interstitial_page.h', 486 'browser/tab_contents/interstitial_page.h',
485 'browser/tab_contents/navigation_controller.cc', 487 'browser/tab_contents/navigation_controller.cc',
486 'browser/tab_contents/navigation_controller.h', 488 'browser/tab_contents/navigation_controller.h',
487 'browser/tab_contents/navigation_details.cc', 489 'browser/tab_contents/navigation_details.cc',
488 'browser/tab_contents/navigation_details.h', 490 'browser/tab_contents/navigation_details.h',
489 'browser/tab_contents/navigation_entry.cc', 491 'browser/tab_contents/navigation_entry.cc',
490 'browser/tab_contents/navigation_entry.h', 492 'browser/tab_contents/navigation_entry.h',
491 'browser/tab_contents/page_navigator.cc', 493 'browser/tab_contents/page_navigator.cc',
492 'browser/tab_contents/page_navigator.h', 494 'browser/tab_contents/page_navigator.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 650 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
649 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 651 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
650 ['exclude', '^browser/renderer_host/render_widget_host.h'], 652 ['exclude', '^browser/renderer_host/render_widget_host.h'],
651 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], 653 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'],
652 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 654 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
653 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 655 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
654 ], 656 ],
655 }], 657 }],
656 ], 658 ],
657 } 659 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698