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

Unified Diff: ui/views/examples/BUILD.gn

Issue 974543002: Remove link_chrome_on_windows GN flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/BUILD.gn
diff --git a/ui/views/examples/BUILD.gn b/ui/views/examples/BUILD.gn
index 455b06c64ee88d17da325f3808c755ed7118bcf4..b908eb1d36698da2c1156cd134c9788bf78a2bf7 100644
--- a/ui/views/examples/BUILD.gn
+++ b/ui/views/examples/BUILD.gn
@@ -88,35 +88,33 @@ component("views_examples_lib") {
}
}
-if (!is_win || link_chrome_on_windows) {
- executable("views_examples_exe") {
- testonly = true
-
- sources = [
- "examples_main.cc",
- ]
-
- deps = [
- ":views_examples_lib",
- "//base",
- "//base:i18n",
- "//ui/base",
- "//ui/compositor",
- "//ui/compositor:test_support",
- "//ui/gfx",
- "//ui/gl",
- "//ui/resources:ui_test_pak",
- "//ui/views",
- "//ui/views:test_support",
- "//ui/wm",
- ]
-
- if (use_aura) {
- deps += [ "//ui/aura" ]
- }
- if (use_x11) {
- deps += [ "//ui/gfx/x" ]
- }
+executable("views_examples_exe") {
+ testonly = true
+
+ sources = [
+ "examples_main.cc",
+ ]
+
+ deps = [
+ ":views_examples_lib",
+ "//base",
+ "//base:i18n",
+ "//ui/base",
+ "//ui/compositor",
+ "//ui/compositor:test_support",
+ "//ui/gfx",
+ "//ui/gl",
+ "//ui/resources:ui_test_pak",
+ "//ui/views",
+ "//ui/views:test_support",
+ "//ui/wm",
+ ]
+
+ if (use_aura) {
+ deps += [ "//ui/aura" ]
+ }
+ if (use_x11) {
+ deps += [ "//ui/gfx/x" ]
}
}
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698