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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3168009: Added classes to enable session sync functionality.... (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
« no previous file with comments | « chrome/chrome.gyp ('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) 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 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 'browser/dom_ui/dom_ui_util.cc', 1177 'browser/dom_ui/dom_ui_util.cc',
1178 'browser/dom_ui/dom_ui_util.h', 1178 'browser/dom_ui/dom_ui_util.h',
1179 'browser/dom_ui/downloads_dom_handler.cc', 1179 'browser/dom_ui/downloads_dom_handler.cc',
1180 'browser/dom_ui/downloads_dom_handler.h', 1180 'browser/dom_ui/downloads_dom_handler.h',
1181 'browser/dom_ui/downloads_ui.cc', 1181 'browser/dom_ui/downloads_ui.cc',
1182 'browser/dom_ui/downloads_ui.h', 1182 'browser/dom_ui/downloads_ui.h',
1183 'browser/dom_ui/fileicon_source.cc', 1183 'browser/dom_ui/fileicon_source.cc',
1184 'browser/dom_ui/fileicon_source.h', 1184 'browser/dom_ui/fileicon_source.h',
1185 'browser/dom_ui/filebrowse_ui.cc', 1185 'browser/dom_ui/filebrowse_ui.cc',
1186 'browser/dom_ui/filebrowse_ui.h', 1186 'browser/dom_ui/filebrowse_ui.h',
1187 'browser/dom_ui/foreign_session_handler.cc',
1188 'browser/dom_ui/foreign_session_handler.h',
1187 'browser/dom_ui/history_ui.cc', 1189 'browser/dom_ui/history_ui.cc',
1188 'browser/dom_ui/history_ui.h', 1190 'browser/dom_ui/history_ui.h',
1189 'browser/dom_ui/history2_ui.cc', 1191 'browser/dom_ui/history2_ui.cc',
1190 'browser/dom_ui/history2_ui.h', 1192 'browser/dom_ui/history2_ui.h',
1191 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', 1193 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
1192 'browser/dom_ui/html_dialog_tab_contents_delegate.h', 1194 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
1193 'browser/dom_ui/html_dialog_ui.cc', 1195 'browser/dom_ui/html_dialog_ui.cc',
1194 'browser/dom_ui/html_dialog_ui.h', 1196 'browser/dom_ui/html_dialog_ui.h',
1195 'browser/dom_ui/import_data_handler.cc', 1197 'browser/dom_ui/import_data_handler.cc',
1196 'browser/dom_ui/import_data_handler.h', 1198 'browser/dom_ui/import_data_handler.h',
(...skipping 20 matching lines...) Expand all
1217 'browser/dom_ui/shared_resources_data_source.cc', 1219 'browser/dom_ui/shared_resources_data_source.cc',
1218 'browser/dom_ui/shared_resources_data_source.h', 1220 'browser/dom_ui/shared_resources_data_source.h',
1219 'browser/dom_ui/shown_sections_handler.cc', 1221 'browser/dom_ui/shown_sections_handler.cc',
1220 'browser/dom_ui/shown_sections_handler.h', 1222 'browser/dom_ui/shown_sections_handler.h',
1221 'browser/dom_ui/slideshow_ui.cc', 1223 'browser/dom_ui/slideshow_ui.cc',
1222 'browser/dom_ui/slideshow_ui.h', 1224 'browser/dom_ui/slideshow_ui.h',
1223 'browser/dom_ui/stop_syncing_handler.cc', 1225 'browser/dom_ui/stop_syncing_handler.cc',
1224 'browser/dom_ui/stop_syncing_handler.h', 1226 'browser/dom_ui/stop_syncing_handler.h',
1225 'browser/dom_ui/tips_handler.cc', 1227 'browser/dom_ui/tips_handler.cc',
1226 'browser/dom_ui/tips_handler.h', 1228 'browser/dom_ui/tips_handler.h',
1229 'browser/dom_ui/value_helper.cc',
1230 'browser/dom_ui/value_helper.h',
1227 'browser/download/download_exe.cc', 1231 'browser/download/download_exe.cc',
1228 'browser/download/download_file.cc', 1232 'browser/download/download_file.cc',
1229 'browser/download/download_file.h', 1233 'browser/download/download_file.h',
1230 'browser/download/download_file_manager.cc', 1234 'browser/download/download_file_manager.cc',
1231 'browser/download/download_file_manager.h', 1235 'browser/download/download_file_manager.h',
1232 'browser/download/download_history.cc', 1236 'browser/download/download_history.cc',
1233 'browser/download/download_history.h', 1237 'browser/download/download_history.h',
1234 'browser/download/download_item.cc', 1238 'browser/download/download_item.cc',
1235 'browser/download/download_item.h', 1239 'browser/download/download_item.h',
1236 'browser/download/download_item_model.cc', 1240 'browser/download/download_item_model.cc',
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
2451 'browser/sync/glue/password_data_type_controller.cc', 2455 'browser/sync/glue/password_data_type_controller.cc',
2452 'browser/sync/glue/password_data_type_controller.h', 2456 'browser/sync/glue/password_data_type_controller.h',
2453 'browser/sync/glue/password_model_associator.cc', 2457 'browser/sync/glue/password_model_associator.cc',
2454 'browser/sync/glue/password_model_associator.h', 2458 'browser/sync/glue/password_model_associator.h',
2455 'browser/sync/glue/preference_change_processor.cc', 2459 'browser/sync/glue/preference_change_processor.cc',
2456 'browser/sync/glue/preference_change_processor.h', 2460 'browser/sync/glue/preference_change_processor.h',
2457 'browser/sync/glue/preference_data_type_controller.cc', 2461 'browser/sync/glue/preference_data_type_controller.cc',
2458 'browser/sync/glue/preference_data_type_controller.h', 2462 'browser/sync/glue/preference_data_type_controller.h',
2459 'browser/sync/glue/preference_model_associator.cc', 2463 'browser/sync/glue/preference_model_associator.cc',
2460 'browser/sync/glue/preference_model_associator.h', 2464 'browser/sync/glue/preference_model_associator.h',
2465 'browser/sync/glue/session_change_processor.cc',
2466 'browser/sync/glue/session_change_processor.h',
2467 'browser/sync/glue/session_data_type_controller.cc',
2468 'browser/sync/glue/session_data_type_controller.h',
2469 'browser/sync/glue/session_model_associator.cc',
2470 'browser/sync/glue/session_model_associator.h',
2461 'browser/sync/glue/sync_backend_host.cc', 2471 'browser/sync/glue/sync_backend_host.cc',
2462 'browser/sync/glue/sync_backend_host.h', 2472 'browser/sync/glue/sync_backend_host.h',
2463 'browser/sync/glue/synchronized_preferences.h', 2473 'browser/sync/glue/synchronized_preferences.h',
2464 'browser/sync/glue/theme_change_processor.cc', 2474 'browser/sync/glue/theme_change_processor.cc',
2465 'browser/sync/glue/theme_change_processor.h', 2475 'browser/sync/glue/theme_change_processor.h',
2466 'browser/sync/glue/theme_data_type_controller.cc', 2476 'browser/sync/glue/theme_data_type_controller.cc',
2467 'browser/sync/glue/theme_data_type_controller.h', 2477 'browser/sync/glue/theme_data_type_controller.h',
2468 'browser/sync/glue/theme_model_associator.cc', 2478 'browser/sync/glue/theme_model_associator.cc',
2469 'browser/sync/glue/theme_model_associator.h', 2479 'browser/sync/glue/theme_model_associator.h',
2470 'browser/sync/glue/theme_util.cc', 2480 'browser/sync/glue/theme_util.cc',
(...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3792 ], 3802 ],
3793 }, 3803 },
3794 ], 3804 ],
3795 } 3805 }
3796 3806
3797 # Local Variables: 3807 # Local Variables:
3798 # tab-width:2 3808 # tab-width:2
3799 # indent-tabs-mode:nil 3809 # indent-tabs-mode:nil
3800 # End: 3810 # End:
3801 # vim: set expandtab tabstop=2 shiftwidth=2: 3811 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698