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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7982049: [Sync] Move some code into new class JsMutationEventObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix deps Created 9 years, 3 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/chrome.gyp ('k') | no next file » | 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 '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 2913 matching lines...) Expand 10 before | Expand all | Expand 10 after
2924 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc', 2924 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc',
2925 'browser/sync/engine/syncer_unittest.cc', 2925 'browser/sync/engine/syncer_unittest.cc',
2926 'browser/sync/engine/syncproto_unittest.cc', 2926 'browser/sync/engine/syncproto_unittest.cc',
2927 'browser/sync/engine/verify_updates_command_unittest.cc', 2927 'browser/sync/engine/verify_updates_command_unittest.cc',
2928 'browser/sync/internal_api/change_record_unittest.cc', 2928 'browser/sync/internal_api/change_record_unittest.cc',
2929 'browser/sync/internal_api/syncapi_mock.h', 2929 'browser/sync/internal_api/syncapi_mock.h',
2930 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ', 2930 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ',
2931 'browser/sync/internal_api/syncapi_unittest.cc', 2931 'browser/sync/internal_api/syncapi_unittest.cc',
2932 'browser/sync/js/js_arg_list_unittest.cc', 2932 'browser/sync/js/js_arg_list_unittest.cc',
2933 'browser/sync/js/js_event_details_unittest.cc', 2933 'browser/sync/js/js_event_details_unittest.cc',
2934 'browser/sync/js/js_mutation_event_observer_unittest.cc',
2934 'browser/sync/js/js_sync_manager_observer_unittest.cc', 2935 'browser/sync/js/js_sync_manager_observer_unittest.cc',
2935 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 2936 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
2936 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 2937 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
2937 'browser/sync/notifier/chrome_system_resources_unittest.cc', 2938 'browser/sync/notifier/chrome_system_resources_unittest.cc',
2938 'browser/sync/notifier/invalidation_notifier_unittest.cc', 2939 'browser/sync/notifier/invalidation_notifier_unittest.cc',
2939 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', 2940 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc',
2940 'browser/sync/notifier/p2p_notifier_unittest.cc', 2941 'browser/sync/notifier/p2p_notifier_unittest.cc',
2941 'browser/sync/notifier/registration_manager_unittest.cc', 2942 'browser/sync/notifier/registration_manager_unittest.cc',
2942 'browser/sync/profile_sync_factory_mock.h', 2943 'browser/sync/profile_sync_factory_mock.h',
2943 'browser/sync/protocol/proto_enum_conversions_unittest.cc', 2944 'browser/sync/protocol/proto_enum_conversions_unittest.cc',
(...skipping 976 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
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698