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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2825051: Add support for a directory file chooser command, which creates a file list b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after
2587 'browser/tab_contents/render_view_context_menu_mac.h', 2587 'browser/tab_contents/render_view_context_menu_mac.h',
2588 'browser/tab_contents/render_view_host_delegate_helper.cc', 2588 'browser/tab_contents/render_view_host_delegate_helper.cc',
2589 'browser/tab_contents/render_view_host_delegate_helper.h', 2589 'browser/tab_contents/render_view_host_delegate_helper.h',
2590 'browser/tab_contents/render_view_host_manager.cc', 2590 'browser/tab_contents/render_view_host_manager.cc',
2591 'browser/tab_contents/render_view_host_manager.h', 2591 'browser/tab_contents/render_view_host_manager.h',
2592 'browser/tab_contents/security_style.h', 2592 'browser/tab_contents/security_style.h',
2593 'browser/tab_contents/tab_contents.cc', 2593 'browser/tab_contents/tab_contents.cc',
2594 'browser/tab_contents/tab_contents.h', 2594 'browser/tab_contents/tab_contents.h',
2595 'browser/tab_contents/tab_contents_delegate.cc', 2595 'browser/tab_contents/tab_contents_delegate.cc',
2596 'browser/tab_contents/tab_contents_delegate.h', 2596 'browser/tab_contents/tab_contents_delegate.h',
2597 'browser/tab_contents/tab_contents_file_select_helper.cc',
2598 'browser/tab_contents/tab_contents_file_select_helper.h',
2597 'browser/tab_contents/tab_contents_ssl_helper.cc', 2599 'browser/tab_contents/tab_contents_ssl_helper.cc',
2598 'browser/tab_contents/tab_contents_ssl_helper.h', 2600 'browser/tab_contents/tab_contents_ssl_helper.h',
2599 'browser/tab_contents/tab_contents_view.cc', 2601 'browser/tab_contents/tab_contents_view.cc',
2600 'browser/tab_contents/tab_contents_view.h', 2602 'browser/tab_contents/tab_contents_view.h',
2601 'browser/tab_contents/tab_contents_view_gtk.cc', 2603 'browser/tab_contents/tab_contents_view_gtk.cc',
2602 'browser/tab_contents/tab_contents_view_gtk.h', 2604 'browser/tab_contents/tab_contents_view_gtk.h',
2603 'browser/tab_contents/tab_contents_view_mac.h', 2605 'browser/tab_contents/tab_contents_view_mac.h',
2604 'browser/tab_contents/tab_contents_view_mac.mm', 2606 'browser/tab_contents/tab_contents_view_mac.mm',
2605 'browser/tab_contents/tab_specific_content_settings.cc', 2607 'browser/tab_contents/tab_specific_content_settings.cc',
2606 'browser/tab_contents/tab_specific_content_settings.h', 2608 'browser/tab_contents/tab_specific_content_settings.h',
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
3879 ], 3881 ],
3880 }, 3882 },
3881 ], 3883 ],
3882 } 3884 }
3883 3885
3884 # Local Variables: 3886 # Local Variables:
3885 # tab-width:2 3887 # tab-width:2
3886 # indent-tabs-mode:nil 3888 # indent-tabs-mode:nil
3887 # End: 3889 # End:
3888 # vim: set expandtab tabstop=2 shiftwidth=2: 3890 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_file_select_helper.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698