OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 action("embed_js_in_cpp") { | 8 action("embed_js_in_cpp") { |
9 script = "embed_js_in_cpp.py" | 9 script = "embed_js_in_cpp.py" |
10 | 10 |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "chrome/scoped_temp_dir_with_retry.cc", | 227 "chrome/scoped_temp_dir_with_retry.cc", |
228 "chrome/scoped_temp_dir_with_retry.h", | 228 "chrome/scoped_temp_dir_with_retry.h", |
229 "chrome_launcher.cc", | 229 "chrome_launcher.cc", |
230 "chrome_launcher.h", | 230 "chrome_launcher.h", |
231 "command.h", | 231 "command.h", |
232 "command_listener.h", | 232 "command_listener.h", |
233 "command_listener_proxy.cc", | 233 "command_listener_proxy.cc", |
234 "command_listener_proxy.h", | 234 "command_listener_proxy.h", |
235 "commands.cc", | 235 "commands.cc", |
236 "commands.h", | 236 "commands.h", |
| 237 "devtools_events_logger.cc", |
| 238 "devtools_events_logger.h", |
237 "element_commands.cc", | 239 "element_commands.cc", |
238 "element_commands.h", | 240 "element_commands.h", |
239 "element_util.cc", | 241 "element_util.cc", |
240 "element_util.h", | 242 "element_util.h", |
241 "key_converter.cc", | 243 "key_converter.cc", |
242 "key_converter.h", | 244 "key_converter.h", |
243 "keycode_text_conversion.h", | 245 "keycode_text_conversion.h", |
244 "keycode_text_conversion_mac.mm", | 246 "keycode_text_conversion_mac.mm", |
245 "keycode_text_conversion_ozone.cc", | 247 "keycode_text_conversion_ozone.cc", |
246 "keycode_text_conversion_win.cc", | 248 "keycode_text_conversion_win.cc", |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 "//base", | 403 "//base", |
402 "//base/test:run_all_unittests", | 404 "//base/test:run_all_unittests", |
403 "//net", | 405 "//net", |
404 "//net:http_server", | 406 "//net:http_server", |
405 "//net:test_support", | 407 "//net:test_support", |
406 "//testing/gtest", | 408 "//testing/gtest", |
407 "//ui/events:test_support", | 409 "//ui/events:test_support", |
408 "//url", | 410 "//url", |
409 ] | 411 ] |
410 } | 412 } |
OLD | NEW |