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

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: fix typo 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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1492 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1493 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1493 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1494 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1494 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1495 'browser/sync/glue/preference_data_type_controller_unittest.cc', 1495 'browser/sync/glue/preference_data_type_controller_unittest.cc',
1496 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1496 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1497 'browser/sync/glue/session_model_associator_unittest.cc', 1497 'browser/sync/glue/session_model_associator_unittest.cc',
1498 'browser/sync/glue/sync_backend_host_mock.cc', 1498 'browser/sync/glue/sync_backend_host_mock.cc',
1499 'browser/sync/glue/sync_backend_host_mock.h', 1499 'browser/sync/glue/sync_backend_host_mock.h',
1500 'browser/sync/glue/sync_backend_host_unittest.cc', 1500 'browser/sync/glue/sync_backend_host_unittest.cc',
1501 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1501 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1502 'browser/sync/glue/synced_session_tracker_unittest.cc',
1502 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1503 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1503 'browser/sync/glue/theme_util_unittest.cc', 1504 'browser/sync/glue/theme_util_unittest.cc',
1504 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1505 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1505 'browser/sync/glue/ui_model_worker_unittest.cc', 1506 'browser/sync/glue/ui_model_worker_unittest.cc',
1506 'browser/sync/profile_sync_factory_impl_unittest.cc', 1507 'browser/sync/profile_sync_factory_impl_unittest.cc',
1507 'browser/sync/profile_sync_factory_mock.cc', 1508 'browser/sync/profile_sync_factory_mock.cc',
1508 'browser/sync/profile_sync_factory_mock.h', 1509 'browser/sync/profile_sync_factory_mock.h',
1509 'browser/sync/profile_sync_service_autofill_unittest.cc', 1510 'browser/sync/profile_sync_service_autofill_unittest.cc',
1510 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1511 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1511 'browser/sync/profile_sync_service_password_unittest.cc', 1512 'browser/sync/profile_sync_service_password_unittest.cc',
(...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 # Use outputs of this action as inputs for the main target build. 3921 # Use outputs of this action as inputs for the main target build.
3921 # Seems as a misnomer but makes this happy on Linux (scons). 3922 # Seems as a misnomer but makes this happy on Linux (scons).
3922 'process_outputs_as_sources': 1, 3923 'process_outputs_as_sources': 1,
3923 }, 3924 },
3924 ], # 'actions' 3925 ], # 'actions'
3925 }, 3926 },
3926 ] 3927 ]
3927 }], # 'coverage!=0' 3928 }], # 'coverage!=0'
3928 ], # 'conditions' 3929 ], # 'conditions'
3929 } 3930 }
OLDNEW
« chrome/browser/ui/webui/sessions_ui.cc ('K') | « chrome/browser/ui/webui/sessions_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698