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

Side by Side Diff: content/content_browser.gypi

Issue 9757001: Support custom drag-and-drop of bookmarks in Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor style fixes from CR Created 8 years, 9 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'browser/tab_contents/navigation_controller_impl.cc', 643 'browser/tab_contents/navigation_controller_impl.cc',
644 'browser/tab_contents/navigation_controller_impl.h', 644 'browser/tab_contents/navigation_controller_impl.h',
645 'browser/tab_contents/navigation_entry_impl.cc', 645 'browser/tab_contents/navigation_entry_impl.cc',
646 'browser/tab_contents/navigation_entry_impl.h', 646 'browser/tab_contents/navigation_entry_impl.h',
647 'browser/tab_contents/popup_menu_helper_mac.h', 647 'browser/tab_contents/popup_menu_helper_mac.h',
648 'browser/tab_contents/popup_menu_helper_mac.mm', 648 'browser/tab_contents/popup_menu_helper_mac.mm',
649 'browser/tab_contents/render_view_host_manager.cc', 649 'browser/tab_contents/render_view_host_manager.cc',
650 'browser/tab_contents/render_view_host_manager.h', 650 'browser/tab_contents/render_view_host_manager.h',
651 'browser/tab_contents/tab_contents.cc', 651 'browser/tab_contents/tab_contents.cc',
652 'browser/tab_contents/tab_contents.h', 652 'browser/tab_contents/tab_contents.h',
653 'browser/tab_contents/tab_contents_view_aura.cc',
653 'browser/tab_contents/tab_contents_view_gtk.cc', 654 'browser/tab_contents/tab_contents_view_gtk.cc',
654 'browser/tab_contents/tab_contents_view_gtk.h', 655 'browser/tab_contents/tab_contents_view_gtk.h',
655 'browser/tab_contents/tab_contents_view_helper.cc', 656 'browser/tab_contents/tab_contents_view_helper.cc',
656 'browser/tab_contents/tab_contents_view_helper.h', 657 'browser/tab_contents/tab_contents_view_helper.h',
657 'browser/tab_contents/tab_contents_view_win.cc', 658 'browser/tab_contents/tab_contents_view_win.cc',
658 'browser/tab_contents/tab_contents_view_win.h', 659 'browser/tab_contents/tab_contents_view_win.h',
659 'browser/tab_contents/web_contents_drag_win.cc', 660 'browser/tab_contents/web_contents_drag_win.cc',
660 'browser/tab_contents/web_contents_drag_win.h', 661 'browser/tab_contents/web_contents_drag_win.h',
661 'browser/tab_contents/web_contents_view_android.cc', 662 'browser/tab_contents/web_contents_view_android.cc',
662 'browser/tab_contents/web_contents_view_android.h', 663 'browser/tab_contents/web_contents_view_android.h',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 ], 893 ],
893 }], 894 }],
894 ['input_speech==0', { 895 ['input_speech==0', {
895 'sources/': [ 896 'sources/': [
896 ['exclude', '^browser/speech/'], 897 ['exclude', '^browser/speech/'],
897 ], 898 ],
898 }], 899 }],
899 ], 900 ],
900 } 901 }
901 902
OLDNEW
« no previous file with comments | « content/browser/tab_contents/tab_contents_view_aura.cc ('k') | content/public/browser/web_drag_dest_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698