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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2478583005: Browser tests for starting a drag-and-drop out of an OOPIF. (Closed)
Patch Set: Integrate the test with the nested drag-and-drop message loop. 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 # should be deleted and this line removed. See the 506 # should be deleted and this line removed. See the
507 # chrome_extensions_interactive_uitests target for more. 507 # chrome_extensions_interactive_uitests target for more.
508 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] 508 deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
509 509
510 # Runtime dependencies 510 # Runtime dependencies
511 data_deps += [ 511 data_deps += [
512 "//ppapi:ppapi_tests", 512 "//ppapi:ppapi_tests",
513 "//third_party/mesa:osmesa", 513 "//third_party/mesa:osmesa",
514 ] 514 ]
515 515
516 if (use_aura) {
517 sources += [ "../browser/drag_and_drop_browsertest.cc" ]
518 }
519
516 if (toolkit_views) { 520 if (toolkit_views) {
517 sources += [ 521 sources += [
518 "../browser/ui/views/menu_controller_interactive_uitest.cc", 522 "../browser/ui/views/menu_controller_interactive_uitest.cc",
519 "../browser/ui/views/menu_item_view_interactive_uitest.cc", 523 "../browser/ui/views/menu_item_view_interactive_uitest.cc",
520 "../browser/ui/views/menu_model_adapter_test.cc", 524 "../browser/ui/views/menu_model_adapter_test.cc",
521 "../browser/ui/views/menu_test_base.cc", 525 "../browser/ui/views/menu_test_base.cc",
522 "../browser/ui/views/menu_test_base.h", 526 "../browser/ui/views/menu_test_base.h",
523 "../browser/ui/views/menu_view_drag_and_drop_test.cc", 527 "../browser/ui/views/menu_view_drag_and_drop_test.cc",
524 "../browser/ui/views/status_icons/status_tray_state_changer_interactive_ uitest_win.cc", 528 "../browser/ui/views/status_icons/status_tray_state_changer_interactive_ uitest_win.cc",
525 "//ui/views/corewm/desktop_capture_controller_unittest.cc", 529 "//ui/views/corewm/desktop_capture_controller_unittest.cc",
(...skipping 4528 matching lines...) Expand 10 before | Expand all | Expand 10 after
5054 "touch_hud", 5058 "touch_hud",
5055 "ui", 5059 "ui",
5056 ] 5060 ]
5057 5061
5058 if (is_linux && !is_android) { 5062 if (is_linux && !is_android) {
5059 deps += [ "//components/font_service:manifest" ] 5063 deps += [ "//components/font_service:manifest" ]
5060 packaged_services += [ "font_service" ] 5064 packaged_services += [ "font_service" ]
5061 } 5065 }
5062 } 5066 }
5063 } 5067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698