| OLD | NEW |
| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 "base/interactive_test_utils_win.cc", | 426 "base/interactive_test_utils_win.cc", |
| 427 "base/interactive_ui_tests_main.cc", | 427 "base/interactive_ui_tests_main.cc", |
| 428 "base/view_event_test_platform_part.h", | 428 "base/view_event_test_platform_part.h", |
| 429 "base/view_event_test_platform_part_chromeos.cc", | 429 "base/view_event_test_platform_part_chromeos.cc", |
| 430 "base/view_event_test_platform_part_default.cc", | 430 "base/view_event_test_platform_part_default.cc", |
| 431 "ppapi/ppapi_interactive_browsertest.cc", | 431 "ppapi/ppapi_interactive_browsertest.cc", |
| 432 ] | 432 ] |
| 433 | 433 |
| 434 configs += [ "//build/config:precompiled_headers" ] | 434 configs += [ "//build/config:precompiled_headers" ] |
| 435 | 435 |
| 436 data_deps = [] | 436 data_deps = [ |
| 437 "//testing/buildbot/filters:interactive_ui_tests_filters", |
| 438 ] |
| 437 | 439 |
| 438 data = [ | 440 data = [ |
| 439 "data/", | 441 "data/", |
| 440 "//content/test/data/", | 442 "//content/test/data/", |
| 441 "//net/tools/testserver/", | 443 "//net/tools/testserver/", |
| 442 "//ppapi/tests/test_case.html", | 444 "//ppapi/tests/test_case.html", |
| 443 "//ppapi/tests/test_case.html.mock-http-headers", | 445 "//ppapi/tests/test_case.html.mock-http-headers", |
| 444 "//ppapi/tests/test_page.css", | 446 "//ppapi/tests/test_page.css", |
| 445 "//ppapi/tests/test_page.css.mock-http-headers", | 447 "//ppapi/tests/test_page.css.mock-http-headers", |
| 446 "//third_party/pyftpdlib/", | 448 "//third_party/pyftpdlib/", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 # should be deleted and this line removed. See the | 509 # should be deleted and this line removed. See the |
| 508 # chrome_extensions_interactive_uitests target for more. | 510 # chrome_extensions_interactive_uitests target for more. |
| 509 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] | 511 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] |
| 510 | 512 |
| 511 # Runtime dependencies | 513 # Runtime dependencies |
| 512 data_deps += [ | 514 data_deps += [ |
| 513 "//ppapi:ppapi_tests", | 515 "//ppapi:ppapi_tests", |
| 514 "//third_party/mesa:osmesa", | 516 "//third_party/mesa:osmesa", |
| 515 ] | 517 ] |
| 516 | 518 |
| 519 if (use_aura) { |
| 520 sources += [ "../browser/drag_and_drop_browsertest.cc" ] |
| 521 } |
| 522 |
| 517 if (toolkit_views) { | 523 if (toolkit_views) { |
| 518 sources += [ | 524 sources += [ |
| 519 "../browser/ui/views/menu_controller_interactive_uitest.cc", | 525 "../browser/ui/views/menu_controller_interactive_uitest.cc", |
| 520 "../browser/ui/views/menu_item_view_interactive_uitest.cc", | 526 "../browser/ui/views/menu_item_view_interactive_uitest.cc", |
| 521 "../browser/ui/views/menu_model_adapter_test.cc", | 527 "../browser/ui/views/menu_model_adapter_test.cc", |
| 522 "../browser/ui/views/menu_test_base.cc", | 528 "../browser/ui/views/menu_test_base.cc", |
| 523 "../browser/ui/views/menu_test_base.h", | 529 "../browser/ui/views/menu_test_base.h", |
| 524 "../browser/ui/views/menu_view_drag_and_drop_test.cc", | 530 "../browser/ui/views/menu_view_drag_and_drop_test.cc", |
| 525 "../browser/ui/views/status_icons/status_tray_state_changer_interactive_
uitest_win.cc", | 531 "../browser/ui/views/status_icons/status_tray_state_changer_interactive_
uitest_win.cc", |
| 526 "//ui/views/corewm/desktop_capture_controller_unittest.cc", | 532 "//ui/views/corewm/desktop_capture_controller_unittest.cc", |
| (...skipping 4535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5062 "touch_hud", | 5068 "touch_hud", |
| 5063 "ui", | 5069 "ui", |
| 5064 ] | 5070 ] |
| 5065 | 5071 |
| 5066 if (is_linux && !is_android) { | 5072 if (is_linux && !is_android) { |
| 5067 deps += [ "//components/font_service:manifest" ] | 5073 deps += [ "//components/font_service:manifest" ] |
| 5068 packaged_services += [ "font_service" ] | 5074 packaged_services += [ "font_service" ] |
| 5069 } | 5075 } |
| 5070 } | 5076 } |
| 5071 } | 5077 } |
| OLD | NEW |