Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: ash/BUILD.gn

Issue 2469883002: Add test for ash devtools DOM agent getDocument method (Closed)
Patch Set: Remove unnecessary code Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 sources = [ 1200 sources = [
1201 "accelerators/accelerator_commands_unittest.cc", 1201 "accelerators/accelerator_commands_unittest.cc",
1202 "accelerators/accelerator_controller_unittest.cc", 1202 "accelerators/accelerator_controller_unittest.cc",
1203 "accelerators/accelerator_filter_unittest.cc", 1203 "accelerators/accelerator_filter_unittest.cc",
1204 "accelerators/magnifier_key_scroller_unittest.cc", 1204 "accelerators/magnifier_key_scroller_unittest.cc",
1205 "accelerators/spoken_feedback_toggler_unittest.cc", 1205 "accelerators/spoken_feedback_toggler_unittest.cc",
1206 "app_list/app_list_presenter_delegate_unittest.cc", 1206 "app_list/app_list_presenter_delegate_unittest.cc",
1207 "ash_touch_exploration_manager_chromeos_unittest.cc", 1207 "ash_touch_exploration_manager_chromeos_unittest.cc",
1208 "aura/pointer_watcher_adapter_unittest.cc", 1208 "aura/pointer_watcher_adapter_unittest.cc",
1209 "autoclick/autoclick_unittest.cc", 1209 "autoclick/autoclick_unittest.cc",
1210 "common/devtools/ash_devtools_unittest.cc",
1210 1211
1211 # TODO: convert to use AshTest http://crbug.com/654489. 1212 # TODO: convert to use AshTest http://crbug.com/654489.
1212 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c", 1213 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c",
1213 "common/frame/custom_frame_view_ash_unittest.cc", 1214 "common/frame/custom_frame_view_ash_unittest.cc",
1214 "common/frame/default_header_painter_unittest.cc", 1215 "common/frame/default_header_painter_unittest.cc",
1215 1216
1216 # TODO: convert to use AshTest http://crbug.com/654491. 1217 # TODO: convert to use AshTest http://crbug.com/654491.
1217 "common/material_design/material_design_controller_unittest.cc", 1218 "common/material_design/material_design_controller_unittest.cc",
1218 1219
1219 # TODO: convert to use AshTest http://crbug.com/654492. 1220 # TODO: convert to use AshTest http://crbug.com/654492.
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 if (is_win) { 1499 if (is_win) {
1499 configs -= [ "//build/config/win:console" ] 1500 configs -= [ "//build/config/win:console" ]
1500 configs += [ "//build/config/win:windowed" ] 1501 configs += [ "//build/config/win:windowed" ]
1501 deps += [ "//sandbox" ] 1502 deps += [ "//sandbox" ]
1502 } 1503 }
1503 1504
1504 if (is_chromeos) { 1505 if (is_chromeos) {
1505 deps += [ "//device/bluetooth" ] 1506 deps += [ "//device/bluetooth" ]
1506 } 1507 }
1507 } 1508 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/devtools/ash_devtools_dom_agent.h » ('j') | ash/common/devtools/ash_devtools_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698