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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 '../testing/gmock.gyp:gmock', | 345 '../testing/gmock.gyp:gmock', |
346 '../testing/gtest.gyp:gtest', | 346 '../testing/gtest.gyp:gtest', |
347 'sync', | 347 'sync', |
348 ], | 348 ], |
349 'include_dirs': [ | 349 'include_dirs': [ |
350 '..', | 350 '..', |
351 ], | 351 ], |
352 'sources': [ | 352 'sources': [ |
353 'browser/sync/js/js_test_util.cc', | 353 'browser/sync/js/js_test_util.cc', |
354 'browser/sync/js/js_test_util.h', | 354 'browser/sync/js/js_test_util.h', |
| 355 'browser/sync/syncable/model_type_test_util.cc', |
| 356 'browser/sync/syncable/model_type_test_util.h', |
355 'browser/sync/test/null_directory_change_delegate.cc', | 357 'browser/sync/test/null_directory_change_delegate.cc', |
356 'browser/sync/test/null_directory_change_delegate.h', | 358 'browser/sync/test/null_directory_change_delegate.h', |
357 'browser/sync/test/null_transaction_observer.cc', | 359 'browser/sync/test/null_transaction_observer.cc', |
358 'browser/sync/test/null_transaction_observer.h', | 360 'browser/sync/test/null_transaction_observer.h', |
359 'browser/sync/test/engine/test_directory_setter_upper.cc', | 361 'browser/sync/test/engine/test_directory_setter_upper.cc', |
360 'browser/sync/test/engine/test_directory_setter_upper.h', | 362 'browser/sync/test/engine/test_directory_setter_upper.h', |
361 ], | 363 ], |
362 }, | 364 }, |
363 { | 365 { |
364 'target_name': 'test_support_syncapi', | 366 'target_name': 'test_support_syncapi', |
(...skipping 3946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4311 # Use outputs of this action as inputs for the main target build. | 4313 # Use outputs of this action as inputs for the main target build. |
4312 # Seems as a misnomer but makes this happy on Linux (scons). | 4314 # Seems as a misnomer but makes this happy on Linux (scons). |
4313 'process_outputs_as_sources': 1, | 4315 'process_outputs_as_sources': 1, |
4314 }, | 4316 }, |
4315 ], # 'actions' | 4317 ], # 'actions' |
4316 }, | 4318 }, |
4317 ] | 4319 ] |
4318 }], # 'coverage!=0' | 4320 }], # 'coverage!=0' |
4319 ], # 'conditions' | 4321 ], # 'conditions' |
4320 } | 4322 } |
OLD | NEW |