| 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 2536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2547 'msvs_cygwin_shell': 0, | 2547 'msvs_cygwin_shell': 0, |
| 2548 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2548 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2549 'copies': [ | 2549 'copies': [ |
| 2550 { | 2550 { |
| 2551 'destination': '<(PRODUCT_DIR)', | 2551 'destination': '<(PRODUCT_DIR)', |
| 2552 'files': [ | 2552 'files': [ |
| 2553 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. | 2553 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. |
| 2554 '../ppapi/tests/test_case.html', | 2554 '../ppapi/tests/test_case.html', |
| 2555 '../ppapi/tests/test_case.html.mock-http-headers', | 2555 '../ppapi/tests/test_case.html.mock-http-headers', |
| 2556 '../ppapi/tests/test_page.css', | 2556 '../ppapi/tests/test_page.css', |
| 2557 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', | 2557 '../ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nm
f', |
| 2558 ], | 2558 ], |
| 2559 }, | 2559 }, |
| 2560 { | 2560 { |
| 2561 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | 2561 'destination': '<(PRODUCT_DIR)/test_url_loader_data', |
| 2562 'files': [ | 2562 'files': [ |
| 2563 '../ppapi/tests/test_url_loader_data/hello.txt', | 2563 '../ppapi/tests/test_url_loader_data/hello.txt', |
| 2564 ], | 2564 ], |
| 2565 }, | 2565 }, |
| 2566 ], | 2566 ], |
| 2567 'dependencies': [ | 2567 'dependencies': [ |
| (...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4653 # Use outputs of this action as inputs for the main target build. | 4653 # Use outputs of this action as inputs for the main target build. |
| 4654 # Seems as a misnomer but makes this happy on Linux (scons). | 4654 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4655 'process_outputs_as_sources': 1, | 4655 'process_outputs_as_sources': 1, |
| 4656 }, | 4656 }, |
| 4657 ], # 'actions' | 4657 ], # 'actions' |
| 4658 }, | 4658 }, |
| 4659 ] | 4659 ] |
| 4660 }], # 'coverage!=0' | 4660 }], # 'coverage!=0' |
| 4661 ], # 'conditions' | 4661 ], # 'conditions' |
| 4662 } | 4662 } |
| OLD | NEW |