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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7966020: [Sync] Fix Session's handling of windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 9 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 | 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 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1493 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1494 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1494 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1495 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1495 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1496 'browser/sync/glue/preference_data_type_controller_unittest.cc', 1496 'browser/sync/glue/preference_data_type_controller_unittest.cc',
1497 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1497 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1498 'browser/sync/glue/session_model_associator_unittest.cc', 1498 'browser/sync/glue/session_model_associator_unittest.cc',
1499 'browser/sync/glue/sync_backend_host_mock.cc', 1499 'browser/sync/glue/sync_backend_host_mock.cc',
1500 'browser/sync/glue/sync_backend_host_mock.h', 1500 'browser/sync/glue/sync_backend_host_mock.h',
1501 'browser/sync/glue/sync_backend_host_unittest.cc', 1501 'browser/sync/glue/sync_backend_host_unittest.cc',
1502 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1502 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1503 'browser/sync/glue/synced_session_tracker_unittest.cc',
1503 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1504 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1504 'browser/sync/glue/theme_util_unittest.cc', 1505 'browser/sync/glue/theme_util_unittest.cc',
1505 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1506 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1506 'browser/sync/glue/ui_model_worker_unittest.cc', 1507 'browser/sync/glue/ui_model_worker_unittest.cc',
1507 'browser/sync/profile_sync_factory_impl_unittest.cc', 1508 'browser/sync/profile_sync_factory_impl_unittest.cc',
1508 'browser/sync/profile_sync_factory_mock.cc', 1509 'browser/sync/profile_sync_factory_mock.cc',
1509 'browser/sync/profile_sync_factory_mock.h', 1510 'browser/sync/profile_sync_factory_mock.h',
1510 'browser/sync/profile_sync_service_autofill_unittest.cc', 1511 'browser/sync/profile_sync_service_autofill_unittest.cc',
1511 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1512 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1512 'browser/sync/profile_sync_service_password_unittest.cc', 1513 'browser/sync/profile_sync_service_password_unittest.cc',
(...skipping 2409 matching lines...) Expand 10 before | Expand all | Expand 10 after
3922 # Use outputs of this action as inputs for the main target build. 3923 # Use outputs of this action as inputs for the main target build.
3923 # Seems as a misnomer but makes this happy on Linux (scons). 3924 # Seems as a misnomer but makes this happy on Linux (scons).
3924 'process_outputs_as_sources': 1, 3925 'process_outputs_as_sources': 1,
3925 }, 3926 },
3926 ], # 'actions' 3927 ], # 'actions'
3927 }, 3928 },
3928 ] 3929 ]
3929 }], # 'coverage!=0' 3930 }], # 'coverage!=0'
3930 ], # 'conditions' 3931 ], # 'conditions'
3931 } 3932 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698