| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1542 'browser/sync/glue/data_type_manager_impl_unittest.cc', | 1542 'browser/sync/glue/data_type_manager_impl_unittest.cc', |
| 1543 'browser/sync/glue/data_type_manager_mock.cc', | 1543 'browser/sync/glue/data_type_manager_mock.cc', |
| 1544 'browser/sync/glue/data_type_manager_mock.h', | 1544 'browser/sync/glue/data_type_manager_mock.h', |
| 1545 'browser/sync/glue/fake_data_type_controller.cc', | 1545 'browser/sync/glue/fake_data_type_controller.cc', |
| 1546 'browser/sync/glue/fake_data_type_controller.h', | 1546 'browser/sync/glue/fake_data_type_controller.h', |
| 1547 'browser/sync/glue/fake_generic_change_processor.cc', | 1547 'browser/sync/glue/fake_generic_change_processor.cc', |
| 1548 'browser/sync/glue/fake_generic_change_processor.h', | 1548 'browser/sync/glue/fake_generic_change_processor.h', |
| 1549 'browser/sync/glue/frontend_data_type_controller_mock.cc', | 1549 'browser/sync/glue/frontend_data_type_controller_mock.cc', |
| 1550 'browser/sync/glue/frontend_data_type_controller_mock.h', | 1550 'browser/sync/glue/frontend_data_type_controller_mock.h', |
| 1551 'browser/sync/glue/frontend_data_type_controller_unittest.cc', | 1551 'browser/sync/glue/frontend_data_type_controller_unittest.cc', |
| 1552 'browser/sync/glue/http_bridge_unittest.cc', | |
| 1553 'browser/sync/glue/model_association_manager_unittest.cc', | 1552 'browser/sync/glue/model_association_manager_unittest.cc', |
| 1554 'browser/sync/glue/model_associator_mock.cc', | 1553 'browser/sync/glue/model_associator_mock.cc', |
| 1555 'browser/sync/glue/model_associator_mock.h', | 1554 'browser/sync/glue/model_associator_mock.h', |
| 1556 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc', | 1555 'browser/sync/glue/new_non_frontend_data_type_controller_mock.cc', |
| 1557 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h', | 1556 'browser/sync/glue/new_non_frontend_data_type_controller_mock.h', |
| 1558 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc', | 1557 'browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc', |
| 1559 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 1558 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
| 1560 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 1559 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
| 1561 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 1560 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
| 1562 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 1561 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
| (...skipping 3088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4651 # Use outputs of this action as inputs for the main target build. | 4650 # Use outputs of this action as inputs for the main target build. |
| 4652 # Seems as a misnomer but makes this happy on Linux (scons). | 4651 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4653 'process_outputs_as_sources': 1, | 4652 'process_outputs_as_sources': 1, |
| 4654 }, | 4653 }, |
| 4655 ], # 'actions' | 4654 ], # 'actions' |
| 4656 }, | 4655 }, |
| 4657 ] | 4656 ] |
| 4658 }], # 'coverage!=0' | 4657 }], # 'coverage!=0' |
| 4659 ], # 'conditions' | 4658 ], # 'conditions' |
| 4660 } | 4659 } |
| OLD | NEW |