Commit 486d8878 authored by Allen Bauer's avatar Allen Bauer Committed by Commit Bot

Rename views examples executables to remove the '_exe'.

Part of Views Documentation effort.

Change-Id: If1f3b114d22ff7ee673939c4b5be1a37d7aae1c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152889Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarBruce Dawson <brucedawson@chromium.org>
Reviewed-by: default avatarAllen Bauer <kylixrd@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759918}
parent 28f7d6a8
......@@ -268,8 +268,8 @@ group("gn_all") {
if (toolkit_views) {
deps += [
"//ui/views:views_unittests",
"//ui/views/examples:views_examples_exe",
"//ui/views/examples:views_examples_with_content_exe",
"//ui/views/examples:views_examples",
"//ui/views/examples:views_examples_with_content",
]
}
......
......@@ -108,7 +108,7 @@ jumbo_component("views_examples_lib") {
}
}
executable("views_examples_exe") {
executable("views_examples") {
testonly = true
sources = [ "examples_main.cc" ]
......@@ -169,7 +169,7 @@ jumbo_component("views_examples_with_content_lib") {
]
}
executable("views_examples_with_content_exe") {
executable("views_examples_with_content") {
testonly = true
sources = [ "examples_with_content_main_exe.cc" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment