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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 }], # OS != "win" | 710 }], # OS != "win" |
711 ], # conditions | 711 ], # conditions |
712 }, | 712 }, |
713 { | 713 { |
714 'target_name': 'ui_tests', | 714 'target_name': 'ui_tests', |
715 'type': 'executable', | 715 'type': 'executable', |
716 'copies': [ | 716 'copies': [ |
717 { | 717 { |
718 'destination': '<(PRODUCT_DIR)', | 718 'destination': '<(PRODUCT_DIR)', |
719 'files': [ | 719 'files': [ |
| 720 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. |
720 '../ppapi/tests/test_case.html', | 721 '../ppapi/tests/test_case.html', |
721 '../ppapi/tests/test_case.html.mock-http-headers', | 722 '../ppapi/tests/test_case.html.mock-http-headers', |
722 '../ppapi/tests/test_page.css', | 723 '../ppapi/tests/test_page.css', |
723 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', | 724 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', |
724 ], | 725 ], |
725 }, | 726 }, |
726 { | 727 { |
727 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | 728 'destination': '<(PRODUCT_DIR)/test_url_loader_data', |
728 'files': [ | 729 'files': [ |
729 '../ppapi/tests/test_url_loader_data/hello.txt', | 730 '../ppapi/tests/test_url_loader_data/hello.txt', |
(...skipping 3563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4293 # Use outputs of this action as inputs for the main target build. | 4294 # Use outputs of this action as inputs for the main target build. |
4294 # Seems as a misnomer but makes this happy on Linux (scons). | 4295 # Seems as a misnomer but makes this happy on Linux (scons). |
4295 'process_outputs_as_sources': 1, | 4296 'process_outputs_as_sources': 1, |
4296 }, | 4297 }, |
4297 ], # 'actions' | 4298 ], # 'actions' |
4298 }, | 4299 }, |
4299 ] | 4300 ] |
4300 }], # 'coverage!=0' | 4301 }], # 'coverage!=0' |
4301 ], # 'conditions' | 4302 ], # 'conditions' |
4302 } | 4303 } |
OLD | NEW |