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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "chrome/browser_info.cc", | 225 "chrome/browser_info.cc", |
226 "chrome/browser_info.h", | 226 "chrome/browser_info.h", |
227 "chrome_launcher.cc", | 227 "chrome_launcher.cc", |
228 "chrome_launcher.h", | 228 "chrome_launcher.h", |
229 "command.h", | 229 "command.h", |
230 "command_listener.h", | 230 "command_listener.h", |
231 "command_listener_proxy.cc", | 231 "command_listener_proxy.cc", |
232 "command_listener_proxy.h", | 232 "command_listener_proxy.h", |
233 "commands.cc", | 233 "commands.cc", |
234 "commands.h", | 234 "commands.h", |
| 235 "devtools_events_logger.cc", |
| 236 "devtools_events_logger.h", |
235 "element_commands.cc", | 237 "element_commands.cc", |
236 "element_commands.h", | 238 "element_commands.h", |
237 "element_util.cc", | 239 "element_util.cc", |
238 "element_util.h", | 240 "element_util.h", |
239 "key_converter.cc", | 241 "key_converter.cc", |
240 "key_converter.h", | 242 "key_converter.h", |
241 "keycode_text_conversion.h", | 243 "keycode_text_conversion.h", |
242 "keycode_text_conversion_mac.mm", | 244 "keycode_text_conversion_mac.mm", |
243 "keycode_text_conversion_ozone.cc", | 245 "keycode_text_conversion_ozone.cc", |
244 "keycode_text_conversion_win.cc", | 246 "keycode_text_conversion_win.cc", |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 "//base", | 401 "//base", |
400 "//base/test:run_all_unittests", | 402 "//base/test:run_all_unittests", |
401 "//net", | 403 "//net", |
402 "//net:http_server", | 404 "//net:http_server", |
403 "//net:test_support", | 405 "//net:test_support", |
404 "//testing/gtest", | 406 "//testing/gtest", |
405 "//ui/events:test_support", | 407 "//ui/events:test_support", |
406 "//url", | 408 "//url", |
407 ] | 409 ] |
408 } | 410 } |
OLD | NEW |