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

Side by Side Diff: content/content_browser.gypi

Issue 9963079: 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',
667 'browser/tab_contents/tab_contents_view_gtk.cc', 668 'browser/tab_contents/tab_contents_view_gtk.cc',
668 'browser/tab_contents/tab_contents_view_gtk.h', 669 'browser/tab_contents/tab_contents_view_gtk.h',
669 'browser/tab_contents/tab_contents_view_helper.cc', 670 'browser/tab_contents/tab_contents_view_helper.cc',
670 'browser/tab_contents/tab_contents_view_helper.h', 671 'browser/tab_contents/tab_contents_view_helper.h',
671 'browser/tab_contents/tab_contents_view_win.cc', 672 'browser/tab_contents/tab_contents_view_win.cc',
672 'browser/tab_contents/tab_contents_view_win.h', 673 'browser/tab_contents/tab_contents_view_win.h',
673 'browser/tab_contents/web_contents_drag_win.cc', 674 'browser/tab_contents/web_contents_drag_win.cc',
674 'browser/tab_contents/web_contents_drag_win.h', 675 'browser/tab_contents/web_contents_drag_win.h',
675 'browser/tab_contents/web_contents_view_android.cc', 676 'browser/tab_contents/web_contents_view_android.cc',
676 'browser/tab_contents/web_contents_view_android.h', 677 'browser/tab_contents/web_contents_view_android.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 ], 914 ],
914 }], 915 }],
915 ['input_speech==0', { 916 ['input_speech==0', {
916 'sources/': [ 917 'sources/': [
917 ['exclude', '^browser/speech/'], 918 ['exclude', '^browser/speech/'],
918 ], 919 ],
919 }], 920 }],
920 ], 921 ],
921 } 922 }
922 923
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