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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5705004: [SYNC] Sessions datatype refactor. Most things related to sessions under-the-... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase Created 9 years, 11 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/sync/protocol/session_specifics.proto ('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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after
2432 'browser/sync/glue/extension_data_type_controller.cc', 2432 'browser/sync/glue/extension_data_type_controller.cc',
2433 'browser/sync/glue/extension_data_type_controller.h', 2433 'browser/sync/glue/extension_data_type_controller.h',
2434 'browser/sync/glue/extension_model_associator.cc', 2434 'browser/sync/glue/extension_model_associator.cc',
2435 'browser/sync/glue/extension_model_associator.h', 2435 'browser/sync/glue/extension_model_associator.h',
2436 'browser/sync/glue/extension_sync.cc', 2436 'browser/sync/glue/extension_sync.cc',
2437 'browser/sync/glue/extension_sync.h', 2437 'browser/sync/glue/extension_sync.h',
2438 'browser/sync/glue/extension_sync_traits.cc', 2438 'browser/sync/glue/extension_sync_traits.cc',
2439 'browser/sync/glue/extension_sync_traits.h', 2439 'browser/sync/glue/extension_sync_traits.h',
2440 'browser/sync/glue/extension_util.cc', 2440 'browser/sync/glue/extension_util.cc',
2441 'browser/sync/glue/extension_util.h', 2441 'browser/sync/glue/extension_util.h',
2442 'browser/sync/glue/foreign_session_tracker.cc',
2443 'browser/sync/glue/foreign_session_tracker.h',
2442 'browser/sync/glue/history_model_worker.cc', 2444 'browser/sync/glue/history_model_worker.cc',
2443 'browser/sync/glue/history_model_worker.h', 2445 'browser/sync/glue/history_model_worker.h',
2444 'browser/sync/glue/http_bridge.cc', 2446 'browser/sync/glue/http_bridge.cc',
2445 'browser/sync/glue/http_bridge.h', 2447 'browser/sync/glue/http_bridge.h',
2446 'browser/sync/glue/model_associator.h', 2448 'browser/sync/glue/model_associator.h',
2447 'browser/sync/glue/password_change_processor.cc', 2449 'browser/sync/glue/password_change_processor.cc',
2448 'browser/sync/glue/password_change_processor.h', 2450 'browser/sync/glue/password_change_processor.h',
2449 'browser/sync/glue/password_data_type_controller.cc', 2451 'browser/sync/glue/password_data_type_controller.cc',
2450 'browser/sync/glue/password_data_type_controller.h', 2452 'browser/sync/glue/password_data_type_controller.h',
2451 'browser/sync/glue/password_model_associator.cc', 2453 'browser/sync/glue/password_model_associator.cc',
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after
4525 ], 4527 ],
4526 }, 4528 },
4527 ], 4529 ],
4528 } 4530 }
4529 4531
4530 # Local Variables: 4532 # Local Variables:
4531 # tab-width:2 4533 # tab-width:2
4532 # indent-tabs-mode:nil 4534 # indent-tabs-mode:nil
4533 # End: 4535 # End:
4534 # vim: set expandtab tabstop=2 shiftwidth=2: 4536 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/protocol/session_specifics.proto ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698