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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 }], # OS != "win" | 713 }], # OS != "win" |
714 ], # conditions | 714 ], # conditions |
715 }, | 715 }, |
716 { | 716 { |
717 'target_name': 'ui_tests', | 717 'target_name': 'ui_tests', |
718 'type': 'executable', | 718 'type': 'executable', |
719 'copies': [ | 719 'copies': [ |
720 { | 720 { |
721 'destination': '<(PRODUCT_DIR)', | 721 'destination': '<(PRODUCT_DIR)', |
722 'files': [ | 722 'files': [ |
| 723 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. |
723 '../ppapi/tests/test_case.html', | 724 '../ppapi/tests/test_case.html', |
724 '../ppapi/tests/test_case.html.mock-http-headers', | 725 '../ppapi/tests/test_case.html.mock-http-headers', |
725 '../ppapi/tests/test_page.css', | 726 '../ppapi/tests/test_page.css', |
726 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', | 727 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', |
727 ], | 728 ], |
728 }, | 729 }, |
729 { | 730 { |
730 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | 731 'destination': '<(PRODUCT_DIR)/test_url_loader_data', |
731 'files': [ | 732 'files': [ |
732 '../ppapi/tests/test_url_loader_data/hello.txt', | 733 '../ppapi/tests/test_url_loader_data/hello.txt', |
(...skipping 3581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4314 # Use outputs of this action as inputs for the main target build. | 4315 # Use outputs of this action as inputs for the main target build. |
4315 # Seems as a misnomer but makes this happy on Linux (scons). | 4316 # Seems as a misnomer but makes this happy on Linux (scons). |
4316 'process_outputs_as_sources': 1, | 4317 'process_outputs_as_sources': 1, |
4317 }, | 4318 }, |
4318 ], # 'actions' | 4319 ], # 'actions' |
4319 }, | 4320 }, |
4320 ] | 4321 ] |
4321 }], # 'coverage!=0' | 4322 }], # 'coverage!=0' |
4322 ], # 'conditions' | 4323 ], # 'conditions' |
4323 } | 4324 } |
OLD | NEW |