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

Side by Side Diff: content/content_browser.gypi

Issue 9959119: Revert 130442 - Adds a TabContentsViewAura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'browser/tab_contents/navigation_controller_impl.h', 657 'browser/tab_contents/navigation_controller_impl.h',
658 'browser/tab_contents/navigation_entry_impl.cc', 658 'browser/tab_contents/navigation_entry_impl.cc',
659 'browser/tab_contents/navigation_entry_impl.h', 659 'browser/tab_contents/navigation_entry_impl.h',
660 'browser/tab_contents/popup_menu_helper_mac.h', 660 'browser/tab_contents/popup_menu_helper_mac.h',
661 'browser/tab_contents/popup_menu_helper_mac.mm', 661 'browser/tab_contents/popup_menu_helper_mac.mm',
662 'browser/tab_contents/render_view_host_manager.cc', 662 'browser/tab_contents/render_view_host_manager.cc',
663 'browser/tab_contents/render_view_host_manager.h', 663 'browser/tab_contents/render_view_host_manager.h',
664 'browser/tab_contents/tab_contents.cc', 664 'browser/tab_contents/tab_contents.cc',
665 'browser/tab_contents/tab_contents.h', 665 'browser/tab_contents/tab_contents.h',
666 'browser/tab_contents/tab_contents_view_aura.cc', 666 'browser/tab_contents/tab_contents_view_aura.cc',
667 'browser/tab_contents/tab_contents_view_aura.h',
668 'browser/tab_contents/tab_contents_view_gtk.cc', 667 'browser/tab_contents/tab_contents_view_gtk.cc',
669 'browser/tab_contents/tab_contents_view_gtk.h', 668 'browser/tab_contents/tab_contents_view_gtk.h',
670 'browser/tab_contents/tab_contents_view_helper.cc', 669 'browser/tab_contents/tab_contents_view_helper.cc',
671 'browser/tab_contents/tab_contents_view_helper.h', 670 'browser/tab_contents/tab_contents_view_helper.h',
672 'browser/tab_contents/tab_contents_view_win.cc', 671 'browser/tab_contents/tab_contents_view_win.cc',
673 'browser/tab_contents/tab_contents_view_win.h', 672 'browser/tab_contents/tab_contents_view_win.h',
674 'browser/tab_contents/web_contents_drag_win.cc', 673 'browser/tab_contents/web_contents_drag_win.cc',
675 'browser/tab_contents/web_contents_drag_win.h', 674 'browser/tab_contents/web_contents_drag_win.h',
676 'browser/tab_contents/web_contents_view_android.cc', 675 'browser/tab_contents/web_contents_view_android.cc',
677 'browser/tab_contents/web_contents_view_android.h', 676 'browser/tab_contents/web_contents_view_android.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 ], 913 ],
915 }], 914 }],
916 ['input_speech==0', { 915 ['input_speech==0', {
917 'sources/': [ 916 'sources/': [
918 ['exclude', '^browser/speech/'], 917 ['exclude', '^browser/speech/'],
919 ], 918 ],
920 }], 919 }],
921 ], 920 ],
922 } 921 }
923 922
OLDNEW
« no previous file with comments | « content/browser/tab_contents/tab_contents_view_aura.cc ('k') | content/public/browser/web_contents_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698