OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2165 'browser/automation/url_request_mock_net_error_job.cc', | 2165 'browser/automation/url_request_mock_net_error_job.cc', |
2166 'browser/automation/url_request_mock_net_error_job.h', | 2166 'browser/automation/url_request_mock_net_error_job.h', |
2167 'browser/renderer_host/mock_render_process_host.cc', | 2167 'browser/renderer_host/mock_render_process_host.cc', |
2168 'browser/renderer_host/mock_render_process_host.h', | 2168 'browser/renderer_host/mock_render_process_host.h', |
2169 'browser/renderer_host/test_render_view_host.cc', | 2169 'browser/renderer_host/test_render_view_host.cc', |
2170 'browser/renderer_host/test_render_view_host.h', | 2170 'browser/renderer_host/test_render_view_host.h', |
2171 'browser/tab_contents/test_web_contents.cc', | 2171 'browser/tab_contents/test_web_contents.cc', |
2172 'browser/tab_contents/test_web_contents.h', | 2172 'browser/tab_contents/test_web_contents.h', |
2173 'common/ipc_test_sink.cc', | 2173 'common/ipc_test_sink.cc', |
2174 'common/ipc_test_sink.h', | 2174 'common/ipc_test_sink.h', |
| 2175 'renderer/mock_keyboard.h', |
| 2176 'renderer/mock_keyboard.cc', |
2175 'renderer/mock_render_process.h', | 2177 'renderer/mock_render_process.h', |
2176 'renderer/mock_render_thread.cc', | 2178 'renderer/mock_render_thread.cc', |
2177 'renderer/mock_render_thread.h', | 2179 'renderer/mock_render_thread.h', |
2178 'test/automation/autocomplete_edit_proxy.cc', | 2180 'test/automation/autocomplete_edit_proxy.cc', |
2179 'test/automation/autocomplete_edit_proxy.h', | 2181 'test/automation/autocomplete_edit_proxy.h', |
2180 'test/automation/automation_constants.h', | 2182 'test/automation/automation_constants.h', |
2181 'test/automation/automation_handle_tracker.cc', | 2183 'test/automation/automation_handle_tracker.cc', |
2182 'test/automation/automation_handle_tracker.h', | 2184 'test/automation/automation_handle_tracker.h', |
2183 'test/automation/automation_proxy.cc', | 2185 'test/automation/automation_proxy.cc', |
2184 'test/automation/automation_proxy.h', | 2186 'test/automation/automation_proxy.h', |
(...skipping 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3396 # Use outputs of this action as inputs for the main target build. | 3398 # Use outputs of this action as inputs for the main target build. |
3397 # Seems as a misnomer but makes this happy on Linux (scons). | 3399 # Seems as a misnomer but makes this happy on Linux (scons). |
3398 'process_outputs_as_sources': 1, | 3400 'process_outputs_as_sources': 1, |
3399 }, | 3401 }, |
3400 ], # 'actions' | 3402 ], # 'actions' |
3401 }, | 3403 }, |
3402 ] | 3404 ] |
3403 }], | 3405 }], |
3404 ], # 'conditions' | 3406 ], # 'conditions' |
3405 } | 3407 } |
OLD | NEW |