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 # Variables for js2gtest rules | 6 # Variables for js2gtest rules |
7 'gypv8sh': '../tools/gypv8sh.py', | 7 'gypv8sh': '../tools/gypv8sh.py', |
8 'js2gtest': 'test/base/js2gtest.js', | 8 'js2gtest': 'test/base/js2gtest.js', |
9 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 'include_dirs': [ | 942 'include_dirs': [ |
943 '..', | 943 '..', |
944 ], | 944 ], |
945 'sources': [ | 945 'sources': [ |
946 'test/webdriver/commands/alert_commands.cc', | 946 'test/webdriver/commands/alert_commands.cc', |
947 'test/webdriver/commands/alert_commands.h', | 947 'test/webdriver/commands/alert_commands.h', |
948 'test/webdriver/commands/appcache_status_command.cc', | 948 'test/webdriver/commands/appcache_status_command.cc', |
949 'test/webdriver/commands/appcache_status_command.h', | 949 'test/webdriver/commands/appcache_status_command.h', |
950 'test/webdriver/commands/browser_connection_commands.cc', | 950 'test/webdriver/commands/browser_connection_commands.cc', |
951 'test/webdriver/commands/browser_connection_commands.h', | 951 'test/webdriver/commands/browser_connection_commands.h', |
| 952 'test/webdriver/commands/chrome_commands.cc', |
| 953 'test/webdriver/commands/chrome_commands.h', |
952 'test/webdriver/commands/command.cc', | 954 'test/webdriver/commands/command.cc', |
953 'test/webdriver/commands/command.h', | 955 'test/webdriver/commands/command.h', |
954 'test/webdriver/commands/cookie_commands.cc', | 956 'test/webdriver/commands/cookie_commands.cc', |
955 'test/webdriver/commands/cookie_commands.h', | 957 'test/webdriver/commands/cookie_commands.h', |
956 'test/webdriver/commands/create_session.cc', | 958 'test/webdriver/commands/create_session.cc', |
957 'test/webdriver/commands/create_session.h', | 959 'test/webdriver/commands/create_session.h', |
958 'test/webdriver/commands/execute_async_script_command.cc', | 960 'test/webdriver/commands/execute_async_script_command.cc', |
959 'test/webdriver/commands/execute_async_script_command.h', | 961 'test/webdriver/commands/execute_async_script_command.h', |
960 'test/webdriver/commands/execute_command.cc', | 962 'test/webdriver/commands/execute_command.cc', |
961 'test/webdriver/commands/execute_command.h', | 963 'test/webdriver/commands/execute_command.h', |
(...skipping 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4295 # Use outputs of this action as inputs for the main target build. | 4297 # Use outputs of this action as inputs for the main target build. |
4296 # Seems as a misnomer but makes this happy on Linux (scons). | 4298 # Seems as a misnomer but makes this happy on Linux (scons). |
4297 'process_outputs_as_sources': 1, | 4299 'process_outputs_as_sources': 1, |
4298 }, | 4300 }, |
4299 ], # 'actions' | 4301 ], # 'actions' |
4300 }, | 4302 }, |
4301 ] | 4303 ] |
4302 }], # 'coverage!=0' | 4304 }], # 'coverage!=0' |
4303 ], # 'conditions' | 4305 ], # 'conditions' |
4304 } | 4306 } |
OLD | NEW |