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

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: Rebasing... 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "base/interactive_test_utils_win.cc", 429 "base/interactive_test_utils_win.cc",
430 "base/interactive_ui_tests_main.cc", 430 "base/interactive_ui_tests_main.cc",
431 "base/view_event_test_platform_part.h", 431 "base/view_event_test_platform_part.h",
432 "base/view_event_test_platform_part_chromeos.cc", 432 "base/view_event_test_platform_part_chromeos.cc",
433 "base/view_event_test_platform_part_default.cc", 433 "base/view_event_test_platform_part_default.cc",
434 "ppapi/ppapi_interactive_browsertest.cc", 434 "ppapi/ppapi_interactive_browsertest.cc",
435 ] 435 ]
436 436
437 configs += [ "//build/config:precompiled_headers" ] 437 configs += [ "//build/config:precompiled_headers" ]
438 438
439 data_deps = [] 439 data_deps = [
440 "//testing/buildbot/filters:interactive_ui_tests_filters",
441 ]
440 442
441 data = [ 443 data = [
442 "data/", 444 "data/",
443 "//content/test/data/", 445 "//content/test/data/",
444 "//net/tools/testserver/", 446 "//net/tools/testserver/",
445 "//ppapi/tests/test_case.html", 447 "//ppapi/tests/test_case.html",
446 "//ppapi/tests/test_case.html.mock-http-headers", 448 "//ppapi/tests/test_case.html.mock-http-headers",
447 "//ppapi/tests/test_page.css", 449 "//ppapi/tests/test_page.css",
448 "//ppapi/tests/test_page.css.mock-http-headers", 450 "//ppapi/tests/test_page.css.mock-http-headers",
449 "//third_party/pyftpdlib/", 451 "//third_party/pyftpdlib/",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 # should be deleted and this line removed. See the 513 # should be deleted and this line removed. See the
512 # chrome_extensions_interactive_uitests target for more. 514 # chrome_extensions_interactive_uitests target for more.
513 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] 515 deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
514 516
515 # Runtime dependencies 517 # Runtime dependencies
516 data_deps += [ 518 data_deps += [
517 "//ppapi:ppapi_tests", 519 "//ppapi:ppapi_tests",
518 "//third_party/mesa:osmesa", 520 "//third_party/mesa:osmesa",
519 ] 521 ]
520 522
523 if (use_aura) {
524 sources += [ "../browser/ui/views/drag_and_drop_interactive_uitest.cc" ]
525 }
526
521 if (toolkit_views) { 527 if (toolkit_views) {
522 sources += [ 528 sources += [
523 "../browser/ui/views/menu_controller_interactive_uitest.cc", 529 "../browser/ui/views/menu_controller_interactive_uitest.cc",
524 "../browser/ui/views/menu_item_view_interactive_uitest.cc", 530 "../browser/ui/views/menu_item_view_interactive_uitest.cc",
525 "../browser/ui/views/menu_model_adapter_test.cc", 531 "../browser/ui/views/menu_model_adapter_test.cc",
526 "../browser/ui/views/menu_test_base.cc", 532 "../browser/ui/views/menu_test_base.cc",
527 "../browser/ui/views/menu_test_base.h", 533 "../browser/ui/views/menu_test_base.h",
528 "../browser/ui/views/menu_view_drag_and_drop_test.cc", 534 "../browser/ui/views/menu_view_drag_and_drop_test.cc",
529 "../browser/ui/views/status_icons/status_tray_state_changer_interactive_ uitest_win.cc", 535 "../browser/ui/views/status_icons/status_tray_state_changer_interactive_ uitest_win.cc",
530 "//ui/views/corewm/desktop_capture_controller_unittest.cc", 536 "//ui/views/corewm/desktop_capture_controller_unittest.cc",
(...skipping 4562 matching lines...) Expand 10 before | Expand all | Expand 10 after
5093 "touch_hud", 5099 "touch_hud",
5094 "ui", 5100 "ui",
5095 ] 5101 ]
5096 5102
5097 if (is_linux && !is_android) { 5103 if (is_linux && !is_android) {
5098 deps += [ "//components/font_service:manifest" ] 5104 deps += [ "//components/font_service:manifest" ]
5099 packaged_services += [ "font_service" ] 5105 packaged_services += [ "font_service" ]
5100 } 5106 }
5101 } 5107 }
5102 } 5108 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/drag_and_drop_interactive_uitest.cc ('k') | chrome/test/data/drag_and_drop/drop_target.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698