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

Side by Side Diff: components/components_tests.gyp

Issue 1399053004: [Sync] Adding revisit logic for typed URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated for Stan's comments. Created 5 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
« no previous file with comments | « chrome/browser/sync/sessions/page_revisit_broadcaster.cc ('k') | components/sync_sessions.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'sync_driver/sync_stopped_reporter_unittest.cc', 663 'sync_driver/sync_stopped_reporter_unittest.cc',
664 'sync_driver/sync_util_unittest.cc', 664 'sync_driver/sync_util_unittest.cc',
665 'sync_driver/system_encryptor_unittest.cc', 665 'sync_driver/system_encryptor_unittest.cc',
666 'sync_driver/tab_node_pool_unittest.cc', 666 'sync_driver/tab_node_pool_unittest.cc',
667 'sync_driver/ui_data_type_controller_unittest.cc', 667 'sync_driver/ui_data_type_controller_unittest.cc',
668 ], 668 ],
669 'sync_sessions_unittest_sources': [ 669 'sync_sessions_unittest_sources': [
670 'sync_sessions/revisit/current_tab_matcher_unittest.cc', 670 'sync_sessions/revisit/current_tab_matcher_unittest.cc',
671 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', 671 'sync_sessions/revisit/offset_tab_matcher_unittest.cc',
672 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', 672 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc',
673 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc',
673 ], 674 ],
674 'syncable_prefs_unittest_sources': [ 675 'syncable_prefs_unittest_sources': [
675 'syncable_prefs/pref_model_associator_unittest.cc', 676 'syncable_prefs/pref_model_associator_unittest.cc',
676 'syncable_prefs/pref_service_syncable_unittest.cc', 677 'syncable_prefs/pref_service_syncable_unittest.cc',
677 ], 678 ],
678 'tracing_unittest_sources': [ 679 'tracing_unittest_sources': [
679 'tracing/trace_config_file_unittest.cc', 680 'tracing/trace_config_file_unittest.cc',
680 ], 681 ],
681 'translate_unittest_sources': [ 682 'translate_unittest_sources': [
682 'translate/core/browser/language_state_unittest.cc', 683 'translate/core/browser/language_state_unittest.cc',
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 'dependencies': [ 1760 'dependencies': [
1760 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1761 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1761 ], 1762 ],
1762 }], 1763 }],
1763 ], 1764 ],
1764 }, 1765 },
1765 ], 1766 ],
1766 }], 1767 }],
1767 ], 1768 ],
1768 } 1769 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/sessions/page_revisit_broadcaster.cc ('k') | components/sync_sessions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698