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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3069008: remove the chromeos include and reland (Closed) Base URL: http://src.chromium.org/git/chromium.git
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
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 'browser/dom_ui/filebrowse_ui.cc', 1139 'browser/dom_ui/filebrowse_ui.cc',
1140 'browser/dom_ui/filebrowse_ui.h', 1140 'browser/dom_ui/filebrowse_ui.h',
1141 'browser/dom_ui/history_ui.cc', 1141 'browser/dom_ui/history_ui.cc',
1142 'browser/dom_ui/history_ui.h', 1142 'browser/dom_ui/history_ui.h',
1143 'browser/dom_ui/history2_ui.cc', 1143 'browser/dom_ui/history2_ui.cc',
1144 'browser/dom_ui/history2_ui.h', 1144 'browser/dom_ui/history2_ui.h',
1145 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', 1145 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
1146 'browser/dom_ui/html_dialog_tab_contents_delegate.h', 1146 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
1147 'browser/dom_ui/html_dialog_ui.cc', 1147 'browser/dom_ui/html_dialog_ui.cc',
1148 'browser/dom_ui/html_dialog_ui.h', 1148 'browser/dom_ui/html_dialog_ui.h',
1149 'browser/dom_ui/import_data_handler.cc',
1150 'browser/dom_ui/import_data_handler.h',
1149 'browser/dom_ui/mediaplayer_ui.cc', 1151 'browser/dom_ui/mediaplayer_ui.cc',
1150 'browser/dom_ui/mediaplayer_ui.h', 1152 'browser/dom_ui/mediaplayer_ui.h',
1151 'browser/dom_ui/most_visited_handler.cc', 1153 'browser/dom_ui/most_visited_handler.cc',
1152 'browser/dom_ui/most_visited_handler.h', 1154 'browser/dom_ui/most_visited_handler.h',
1153 'browser/dom_ui/net_internals_ui.cc', 1155 'browser/dom_ui/net_internals_ui.cc',
1154 'browser/dom_ui/net_internals_ui.h', 1156 'browser/dom_ui/net_internals_ui.h',
1155 'browser/dom_ui/new_tab_page_sync_handler.cc', 1157 'browser/dom_ui/new_tab_page_sync_handler.cc',
1156 'browser/dom_ui/new_tab_page_sync_handler.h', 1158 'browser/dom_ui/new_tab_page_sync_handler.h',
1157 'browser/dom_ui/new_tab_ui.cc', 1159 'browser/dom_ui/new_tab_ui.cc',
1158 'browser/dom_ui/new_tab_ui.h', 1160 'browser/dom_ui/new_tab_ui.h',
1159 'browser/dom_ui/ntp_resource_cache.cc', 1161 'browser/dom_ui/ntp_resource_cache.cc',
1160 'browser/dom_ui/ntp_resource_cache.h', 1162 'browser/dom_ui/ntp_resource_cache.h',
1161 'browser/dom_ui/options_ui.cc', 1163 'browser/dom_ui/options_ui.cc',
1162 'browser/dom_ui/options_ui.h', 1164 'browser/dom_ui/options_ui.h',
1163 'browser/dom_ui/plugins_ui.cc', 1165 'browser/dom_ui/plugins_ui.cc',
1164 'browser/dom_ui/plugins_ui.h', 1166 'browser/dom_ui/plugins_ui.h',
1165 'browser/dom_ui/register_page_ui.cc', 1167 'browser/dom_ui/register_page_ui.cc',
1166 'browser/dom_ui/register_page_ui.h', 1168 'browser/dom_ui/register_page_ui.h',
1167 'browser/dom_ui/remoting_ui.cc', 1169 'browser/dom_ui/remoting_ui.cc',
1168 'browser/dom_ui/remoting_ui.h', 1170 'browser/dom_ui/remoting_ui.h',
1169 'browser/dom_ui/shared_resources_data_source.cc', 1171 'browser/dom_ui/shared_resources_data_source.cc',
1170 'browser/dom_ui/shared_resources_data_source.h', 1172 'browser/dom_ui/shared_resources_data_source.h',
1171 'browser/dom_ui/shown_sections_handler.cc', 1173 'browser/dom_ui/shown_sections_handler.cc',
1172 'browser/dom_ui/shown_sections_handler.h', 1174 'browser/dom_ui/shown_sections_handler.h',
1173 'browser/dom_ui/slideshow_ui.cc', 1175 'browser/dom_ui/slideshow_ui.cc',
1174 'browser/dom_ui/slideshow_ui.h', 1176 'browser/dom_ui/slideshow_ui.h',
1177 'browser/dom_ui/stop_syncing_handler.cc',
1178 'browser/dom_ui/stop_syncing_handler.h',
1175 'browser/dom_ui/tips_handler.cc', 1179 'browser/dom_ui/tips_handler.cc',
1176 'browser/dom_ui/tips_handler.h', 1180 'browser/dom_ui/tips_handler.h',
1177 'browser/download/download_exe.cc', 1181 'browser/download/download_exe.cc',
1178 'browser/download/download_file.cc', 1182 'browser/download/download_file.cc',
1179 'browser/download/download_file.h', 1183 'browser/download/download_file.h',
1180 'browser/download/download_file_manager.cc', 1184 'browser/download/download_file_manager.cc',
1181 'browser/download/download_file_manager.h', 1185 'browser/download/download_file_manager.h',
1182 'browser/download/download_item.cc', 1186 'browser/download/download_item.cc',
1183 'browser/download/download_item.h', 1187 'browser/download/download_item.h',
1184 'browser/download/download_item_model.cc', 1188 'browser/download/download_item_model.cc',
(...skipping 2514 matching lines...) Expand 10 before | Expand all | Expand 10 after
3699 ], 3703 ],
3700 }, 3704 },
3701 ], 3705 ],
3702 } 3706 }
3703 3707
3704 # Local Variables: 3708 # Local Variables:
3705 # tab-width:2 3709 # tab-width:2
3706 # indent-tabs-mode:nil 3710 # indent-tabs-mode:nil
3707 # End: 3711 # End:
3708 # vim: set expandtab tabstop=2 shiftwidth=2: 3712 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698