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

Unified Diff: ui/views/BUILD.gn

Issue 1175603002: views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 2769a11e473b08b3e4070695fdc39a05fb43d132..1f3c94d10ef664c6ddd14b28345108b93db39731 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -11,7 +11,12 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
"scope",
[ "views.gyp" ])
+config("views_flags") {
Ben Goodger (Google) 2015/06/16 21:52:09 "flags" namespacing is implicit by virtue of this
sadrul 2015/06/17 01:46:01 Done.
+ defines = [ "TOOLKIT_VIEWS=1" ]
+}
+
component("views") {
+ all_dependent_configs = [ ":views_flags" ]
sources = gypi_values.views_sources
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698