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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6764024: [Sync] Fix ConfigureDataTypes bug that leads to extra nudge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 9 years, 8 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
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 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 'browser/sync/glue/frontend_data_type_controller_mock.h', 1533 'browser/sync/glue/frontend_data_type_controller_mock.h',
1534 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 1534 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
1535 'browser/sync/glue/http_bridge_unittest.cc', 1535 'browser/sync/glue/http_bridge_unittest.cc',
1536 'browser/sync/glue/model_associator_mock.cc', 1536 'browser/sync/glue/model_associator_mock.cc',
1537 'browser/sync/glue/model_associator_mock.h', 1537 'browser/sync/glue/model_associator_mock.h',
1538 'browser/sync/glue/preference_data_type_controller_unittest.cc', 1538 'browser/sync/glue/preference_data_type_controller_unittest.cc',
1539 'browser/sync/glue/preference_model_associator_unittest.cc', 1539 'browser/sync/glue/preference_model_associator_unittest.cc',
1540 'browser/sync/glue/session_model_associator_unittest.cc', 1540 'browser/sync/glue/session_model_associator_unittest.cc',
1541 'browser/sync/glue/sync_backend_host_mock.cc', 1541 'browser/sync/glue/sync_backend_host_mock.cc',
1542 'browser/sync/glue/sync_backend_host_mock.h', 1542 'browser/sync/glue/sync_backend_host_mock.h',
1543 'browser/sync/glue/sync_backend_host_unittest.cc',
1543 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1544 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1544 'browser/sync/glue/theme_util_unittest.cc', 1545 'browser/sync/glue/theme_util_unittest.cc',
1545 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1546 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1546 'browser/sync/glue/ui_model_worker_unittest.cc', 1547 'browser/sync/glue/ui_model_worker_unittest.cc',
1547 'browser/sync/profile_sync_factory_impl_unittest.cc', 1548 'browser/sync/profile_sync_factory_impl_unittest.cc',
1548 'browser/sync/profile_sync_factory_mock.cc', 1549 'browser/sync/profile_sync_factory_mock.cc',
1549 'browser/sync/profile_sync_factory_mock.h', 1550 'browser/sync/profile_sync_factory_mock.h',
1550 'browser/sync/profile_sync_service_autofill_unittest.cc', 1551 'browser/sync/profile_sync_service_autofill_unittest.cc',
1551 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1552 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1552 'browser/sync/profile_sync_service_password_unittest.cc', 1553 'browser/sync/profile_sync_service_password_unittest.cc',
(...skipping 2264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3817 ] 3818 ]
3818 }], # 'coverage!=0' 3819 }], # 'coverage!=0'
3819 ], # 'conditions' 3820 ], # 'conditions'
3820 } 3821 }
3821 3822
3822 # Local Variables: 3823 # Local Variables:
3823 # tab-width:2 3824 # tab-width:2
3824 # indent-tabs-mode:nil 3825 # indent-tabs-mode:nil
3825 # End: 3826 # End:
3826 # vim: set expandtab tabstop=2 shiftwidth=2: 3827 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698