| OLD | NEW |
| 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 3246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3257 'browser/sync/js/js_event_details_unittest.cc', | 3257 'browser/sync/js/js_event_details_unittest.cc', |
| 3258 'browser/sync/js/js_mutation_event_observer_unittest.cc', | 3258 'browser/sync/js/js_mutation_event_observer_unittest.cc', |
| 3259 'browser/sync/js/js_sync_manager_observer_unittest.cc', | 3259 'browser/sync/js/js_sync_manager_observer_unittest.cc', |
| 3260 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', | 3260 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', |
| 3261 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', | 3261 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', |
| 3262 'browser/sync/notifier/chrome_system_resources_unittest.cc', | 3262 'browser/sync/notifier/chrome_system_resources_unittest.cc', |
| 3263 'browser/sync/notifier/invalidation_notifier_unittest.cc', | 3263 'browser/sync/notifier/invalidation_notifier_unittest.cc', |
| 3264 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', | 3264 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', |
| 3265 'browser/sync/notifier/p2p_notifier_unittest.cc', | 3265 'browser/sync/notifier/p2p_notifier_unittest.cc', |
| 3266 'browser/sync/notifier/registration_manager_unittest.cc', | 3266 'browser/sync/notifier/registration_manager_unittest.cc', |
| 3267 'browser/sync/profile_sync_factory_mock.h', | |
| 3268 'browser/sync/protocol/proto_enum_conversions_unittest.cc', | 3267 'browser/sync/protocol/proto_enum_conversions_unittest.cc', |
| 3269 'browser/sync/protocol/proto_value_conversions_unittest.cc', | 3268 'browser/sync/protocol/proto_value_conversions_unittest.cc', |
| 3270 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 3269 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
| 3271 'browser/sync/sessions/session_state_unittest.cc', | 3270 'browser/sync/sessions/session_state_unittest.cc', |
| 3272 'browser/sync/sessions/status_controller_unittest.cc', | 3271 'browser/sync/sessions/status_controller_unittest.cc', |
| 3273 'browser/sync/sessions/sync_session_context_unittest.cc', | 3272 'browser/sync/sessions/sync_session_context_unittest.cc', |
| 3274 'browser/sync/sessions/sync_session_unittest.cc', | 3273 'browser/sync/sessions/sync_session_unittest.cc', |
| 3275 'browser/sync/sessions/test_util.cc', | 3274 'browser/sync/sessions/test_util.cc', |
| 3276 'browser/sync/sessions/test_util.h', | 3275 'browser/sync/sessions/test_util.h', |
| 3277 'browser/sync/sync_js_controller_unittest.cc', | 3276 'browser/sync/sync_js_controller_unittest.cc', |
| (...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4303 # Use outputs of this action as inputs for the main target build. | 4302 # Use outputs of this action as inputs for the main target build. |
| 4304 # Seems as a misnomer but makes this happy on Linux (scons). | 4303 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4305 'process_outputs_as_sources': 1, | 4304 'process_outputs_as_sources': 1, |
| 4306 }, | 4305 }, |
| 4307 ], # 'actions' | 4306 ], # 'actions' |
| 4308 }, | 4307 }, |
| 4309 ] | 4308 ] |
| 4310 }], # 'coverage!=0' | 4309 }], # 'coverage!=0' |
| 4311 ], # 'conditions' | 4310 ], # 'conditions' |
| 4312 } | 4311 } |
| OLD | NEW |