Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 | 6 |
| 7 group("all") { | 7 group("all") { |
| 8 # Meta-target, don't link into production code. | 8 # Meta-target, don't link into production code. |
| 9 testonly = true | 9 testonly = true |
| 10 | 10 |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 33 | 33 |
| 34 if (!is_component_build && !is_mac) { | 34 if (!is_component_build && !is_mac) { |
| 35 deps += [ | 35 deps += [ |
| 36 "//components/clipboard:apptests", | 36 "//components/clipboard:apptests", |
| 37 "//components/filesystem:apptests", | 37 "//components/filesystem:apptests", |
| 38 "//components/html_viewer:apptests", | 38 "//components/html_viewer:apptests", |
| 39 "//components/html_viewer:html_viewer_unittests", | 39 "//components/html_viewer:html_viewer_unittests", |
| 40 "//components/html_viewer:layout_test_html_viewer", | 40 "//components/html_viewer:layout_test_html_viewer", |
| 41 "//components/resource_provider:apptests", | 41 "//components/resource_provider:apptests", |
| 42 "//components/resource_provider:resource_provider_unittests", | 42 "//components/resource_provider:resource_provider_unittests", |
| 43 "//components/view_manager:tests", | 43 "//components/mus:tests", |
|
sky
2015/09/14 15:58:23
sort
Fady Samuel
2015/09/14 18:23:05
Done.
| |
| 44 "//components/web_view:apptests", | 44 "//components/web_view:apptests", |
| 45 "//components/web_view/test_runner", | 45 "//components/web_view/test_runner", |
| 46 "//media/mojo/services:tests", | 46 "//media/mojo/services:tests", |
| 47 "//sql/mojo:apptests", | 47 "//sql/mojo:apptests", |
| 48 ] | 48 ] |
| 49 | 49 |
| 50 if (use_aura) { | 50 if (use_aura) { |
| 51 deps += [ "//mandoline/ui/desktop_ui:mandoline_browser_apptests" ] | 51 deps += [ "//mandoline/ui/desktop_ui:mandoline_browser_apptests" ] |
| 52 } | 52 } |
| 53 } | 53 } |
| 54 } | 54 } |
| OLD | NEW |