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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3209002: Input file type now supported in extension popups. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Synced Created 10 years, 3 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
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 'browser/global_keyboard_shortcuts_mac.h', 1506 'browser/global_keyboard_shortcuts_mac.h',
1507 'browser/global_keyboard_shortcuts_mac.mm', 1507 'browser/global_keyboard_shortcuts_mac.mm',
1508 'browser/fav_icon_helper.cc', 1508 'browser/fav_icon_helper.cc',
1509 'browser/fav_icon_helper.h', 1509 'browser/fav_icon_helper.h',
1510 'browser/favicon_service.cc', 1510 'browser/favicon_service.cc',
1511 'browser/favicon_service.h', 1511 'browser/favicon_service.h',
1512 'browser/file_path_watcher.h', 1512 'browser/file_path_watcher.h',
1513 'browser/file_path_watcher_inotify.cc', 1513 'browser/file_path_watcher_inotify.cc',
1514 'browser/file_path_watcher_mac.cc', 1514 'browser/file_path_watcher_mac.cc',
1515 'browser/file_path_watcher_win.cc', 1515 'browser/file_path_watcher_win.cc',
1516 'browser/file_select_helper.cc',
1517 'browser/file_select_helper.h',
1516 'browser/file_system/file_system_dispatcher_host.cc', 1518 'browser/file_system/file_system_dispatcher_host.cc',
1517 'browser/file_system/file_system_dispatcher_host.h', 1519 'browser/file_system/file_system_dispatcher_host.h',
1518 'browser/file_system/file_system_host_context.cc', 1520 'browser/file_system/file_system_host_context.cc',
1519 'browser/file_system/file_system_host_context.h', 1521 'browser/file_system/file_system_host_context.h',
1520 'browser/file_system/file_system_operation.cc', 1522 'browser/file_system/file_system_operation.cc',
1521 'browser/file_system/file_system_operation.h', 1523 'browser/file_system/file_system_operation.h',
1522 'browser/file_system/file_system_operation_client.h', 1524 'browser/file_system/file_system_operation_client.h',
1523 'browser/find_bar.h', 1525 'browser/find_bar.h',
1524 'browser/find_bar_controller.cc', 1526 'browser/find_bar_controller.cc',
1525 'browser/find_bar_controller.h', 1527 'browser/find_bar_controller.h',
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 'browser/tab_contents/render_view_context_menu_mac.h', 2673 'browser/tab_contents/render_view_context_menu_mac.h',
2672 'browser/tab_contents/render_view_host_delegate_helper.cc', 2674 'browser/tab_contents/render_view_host_delegate_helper.cc',
2673 'browser/tab_contents/render_view_host_delegate_helper.h', 2675 'browser/tab_contents/render_view_host_delegate_helper.h',
2674 'browser/tab_contents/render_view_host_manager.cc', 2676 'browser/tab_contents/render_view_host_manager.cc',
2675 'browser/tab_contents/render_view_host_manager.h', 2677 'browser/tab_contents/render_view_host_manager.h',
2676 'browser/tab_contents/security_style.h', 2678 'browser/tab_contents/security_style.h',
2677 'browser/tab_contents/tab_contents.cc', 2679 'browser/tab_contents/tab_contents.cc',
2678 'browser/tab_contents/tab_contents.h', 2680 'browser/tab_contents/tab_contents.h',
2679 'browser/tab_contents/tab_contents_delegate.cc', 2681 'browser/tab_contents/tab_contents_delegate.cc',
2680 'browser/tab_contents/tab_contents_delegate.h', 2682 'browser/tab_contents/tab_contents_delegate.h',
2681 'browser/tab_contents/tab_contents_file_select_helper.cc',
2682 'browser/tab_contents/tab_contents_file_select_helper.h',
2683 'browser/tab_contents/tab_contents_ssl_helper.cc', 2683 'browser/tab_contents/tab_contents_ssl_helper.cc',
2684 'browser/tab_contents/tab_contents_ssl_helper.h', 2684 'browser/tab_contents/tab_contents_ssl_helper.h',
2685 'browser/tab_contents/tab_contents_view.cc', 2685 'browser/tab_contents/tab_contents_view.cc',
2686 'browser/tab_contents/tab_contents_view.h', 2686 'browser/tab_contents/tab_contents_view.h',
2687 'browser/tab_contents/tab_contents_view_gtk.cc', 2687 'browser/tab_contents/tab_contents_view_gtk.cc',
2688 'browser/tab_contents/tab_contents_view_gtk.h', 2688 'browser/tab_contents/tab_contents_view_gtk.h',
2689 'browser/tab_contents/tab_contents_view_mac.h', 2689 'browser/tab_contents/tab_contents_view_mac.h',
2690 'browser/tab_contents/tab_contents_view_mac.mm', 2690 'browser/tab_contents/tab_contents_view_mac.mm',
2691 'browser/tab_contents/tab_specific_content_settings.cc', 2691 'browser/tab_contents/tab_specific_content_settings.cc',
2692 'browser/tab_contents/tab_specific_content_settings.h', 2692 'browser/tab_contents/tab_specific_content_settings.h',
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
3972 ], 3972 ],
3973 }, 3973 },
3974 ], 3974 ],
3975 } 3975 }
3976 3976
3977 # Local Variables: 3977 # Local Variables:
3978 # tab-width:2 3978 # tab-width:2
3979 # indent-tabs-mode:nil 3979 # indent-tabs-mode:nil
3980 # End: 3980 # End:
3981 # vim: set expandtab tabstop=2 shiftwidth=2: 3981 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698