| 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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 ], # conditions | 707 ], # conditions |
| 708 }, | 708 }, |
| 709 { | 709 { |
| 710 'target_name': 'ui_tests', | 710 'target_name': 'ui_tests', |
| 711 'type': 'executable', | 711 'type': 'executable', |
| 712 'copies': [ | 712 'copies': [ |
| 713 { | 713 { |
| 714 'destination': '<(PRODUCT_DIR)', | 714 'destination': '<(PRODUCT_DIR)', |
| 715 'files': [ | 715 'files': [ |
| 716 '../ppapi/tests/test_case.html', | 716 '../ppapi/tests/test_case.html', |
| 717 '../ppapi/tests/test_case.html.mock-http-headers', |
| 717 '../ppapi/tests/test_page.css', | 718 '../ppapi/tests/test_page.css', |
| 718 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', | 719 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', |
| 719 ], | 720 ], |
| 720 }, | 721 }, |
| 721 { | 722 { |
| 722 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | 723 'destination': '<(PRODUCT_DIR)/test_url_loader_data', |
| 723 'files': [ | 724 'files': [ |
| 724 '../ppapi/tests/test_url_loader_data/hello.txt', | 725 '../ppapi/tests/test_url_loader_data/hello.txt', |
| 725 ], | 726 ], |
| 726 }, | 727 }, |
| (...skipping 3556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4283 # Use outputs of this action as inputs for the main target build. | 4284 # Use outputs of this action as inputs for the main target build. |
| 4284 # Seems as a misnomer but makes this happy on Linux (scons). | 4285 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4285 'process_outputs_as_sources': 1, | 4286 'process_outputs_as_sources': 1, |
| 4286 }, | 4287 }, |
| 4287 ], # 'actions' | 4288 ], # 'actions' |
| 4288 }, | 4289 }, |
| 4289 ] | 4290 ] |
| 4290 }], # 'coverage!=0' | 4291 }], # 'coverage!=0' |
| 4291 ], # 'conditions' | 4292 ], # 'conditions' |
| 4292 } | 4293 } |
| OLD | NEW |