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

Side by Side Diff: ash/BUILD.gn

Issue 2932503003: Add ash perftest on background blur filter. (Closed)
Patch Set: Fix nits in patch 4. Created 3 years, 6 months 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
« no previous file with comments | « no previous file | ash/perftests/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ] 1502 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
1503 } 1503 }
1504 1504
1505 # Usage of content should be in ash_with_content. 1505 # Usage of content should be in ash_with_content.
1506 assert_no_deps = [ 1506 assert_no_deps = [
1507 "//content/public/browser", 1507 "//content/public/browser",
1508 "//content/public/common", 1508 "//content/public/common",
1509 ] 1509 ]
1510 } 1510 }
1511 1511
1512 test("ash_perftests") {
1513 sources = [
1514 "perftests/ash_background_filter_blur_perftest.cc",
1515 "test/ash_perftests.cc",
1516 "test/ash_test_suite.cc",
1517 "test/ash_test_suite.h",
1518 ]
1519
1520 deps = [
1521 "//ash/public/cpp:ash_public_cpp",
1522 "//ash/test:test_support_without_content",
1523 "//base/test:test_support",
1524 "//cc/base",
1525 "//mojo/edk/embedder:headers",
1526 "//testing/gtest",
1527 "//testing/perf",
1528 "//ui/aura",
1529 "//ui/base",
1530 "//ui/compositor:test_support",
1531 "//ui/gl:test_support",
1532 ]
1533 }
1534
1512 executable("ash_shell_with_content") { 1535 executable("ash_shell_with_content") {
1513 testonly = true 1536 testonly = true
1514 sources = [ 1537 sources = [
1515 "shell/content/shell_with_content_main.cc", 1538 "shell/content/shell_with_content_main.cc",
1516 ] 1539 ]
1517 1540
1518 deps = [ 1541 deps = [
1519 ":ash_shell_lib_with_content", 1542 ":ash_shell_lib_with_content",
1520 "//base", 1543 "//base",
1521 "//build/config:exe_and_shlib_deps", 1544 "//build/config:exe_and_shlib_deps",
1522 "//build/win:default_exe_manifest", 1545 "//build/win:default_exe_manifest",
1523 "//components/user_manager", 1546 "//components/user_manager",
1524 "//content", 1547 "//content",
1525 "//content/public/app:both", 1548 "//content/public/app:both",
1526 "//device/bluetooth", 1549 "//device/bluetooth",
1527 ] 1550 ]
1528 1551
1529 data_deps = [ 1552 data_deps = [
1530 "//ash/strings:ash_test_strings", 1553 "//ash/strings:ash_test_strings",
1531 "//ash/resources:ash_test_resources_with_content_100_percent", 1554 "//ash/resources:ash_test_resources_with_content_100_percent",
1532 "//ash/resources:ash_test_resources_200_percent", 1555 "//ash/resources:ash_test_resources_200_percent",
1533 ] 1556 ]
1534 } 1557 }
OLDNEW
« no previous file with comments | « no previous file | ash/perftests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698