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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7880003: content: Move constrained window code from TabContents to TabContentsWrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac compile (add forward declaration to file that didn't have it) Created 9 years, 2 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
« no previous file with comments | « chrome/browser/ui/webui/constrained_html_ui_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2763 matching lines...) Expand 10 before | Expand all | Expand 10 after
2774 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h', 2774 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.h',
2775 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm', 2775 'browser/ui/cocoa/wrench_menu/wrench_menu_button_cell.mm',
2776 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h', 2776 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.h',
2777 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm', 2777 'browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm',
2778 'browser/ui/collected_cookies_infobar_delegate.cc', 2778 'browser/ui/collected_cookies_infobar_delegate.cc',
2779 'browser/ui/collected_cookies_infobar_delegate.h', 2779 'browser/ui/collected_cookies_infobar_delegate.h',
2780 'browser/ui/content_settings/content_setting_bubble_model.cc', 2780 'browser/ui/content_settings/content_setting_bubble_model.cc',
2781 'browser/ui/content_settings/content_setting_bubble_model.h', 2781 'browser/ui/content_settings/content_setting_bubble_model.h',
2782 'browser/ui/content_settings/content_setting_image_model.cc', 2782 'browser/ui/content_settings/content_setting_image_model.cc',
2783 'browser/ui/content_settings/content_setting_image_model.h', 2783 'browser/ui/content_settings/content_setting_image_model.h',
2784 'browser/ui/constrained_window_tab_helper.cc',
2785 'browser/ui/constrained_window_tab_helper.h',
2786 'browser/ui/constrained_window_tab_helper_delegate.cc',
2787 'browser/ui/constrained_window_tab_helper_delegate.h',
2784 'browser/ui/crypto_module_password_dialog.h', 2788 'browser/ui/crypto_module_password_dialog.h',
2785 'browser/ui/crypto_module_password_dialog_nss.cc', 2789 'browser/ui/crypto_module_password_dialog_nss.cc',
2786 'browser/ui/crypto_module_password_dialog_openssl.cc', 2790 'browser/ui/crypto_module_password_dialog_openssl.cc',
2787 'browser/ui/find_bar/find_bar.h', 2791 'browser/ui/find_bar/find_bar.h',
2788 'browser/ui/find_bar/find_bar_controller.cc', 2792 'browser/ui/find_bar/find_bar_controller.cc',
2789 'browser/ui/find_bar/find_bar_controller.h', 2793 'browser/ui/find_bar/find_bar_controller.h',
2790 'browser/ui/find_bar/find_bar_state.cc', 2794 'browser/ui/find_bar/find_bar_state.cc',
2791 'browser/ui/find_bar/find_bar_state.h', 2795 'browser/ui/find_bar/find_bar_state.h',
2792 'browser/ui/find_bar/find_notification_details.h', 2796 'browser/ui/find_bar/find_notification_details.h',
2793 'browser/ui/find_bar/find_tab_helper.cc', 2797 'browser/ui/find_bar/find_tab_helper.cc',
(...skipping 2239 matching lines...) Expand 10 before | Expand all | Expand 10 after
5033 'type': 'static_library', 5037 'type': 'static_library',
5034 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5038 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5035 'variables': { 5039 'variables': {
5036 'proto_in_dir': 'browser/history', 5040 'proto_in_dir': 'browser/history',
5037 'proto_out_dir': 'chrome/browser/history', 5041 'proto_out_dir': 'chrome/browser/history',
5038 }, 5042 },
5039 'includes': [ '../build/protoc.gypi' ] 5043 'includes': [ '../build/protoc.gypi' ]
5040 }, 5044 },
5041 ], 5045 ],
5042 } 5046 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/constrained_html_ui_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698