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

Unified Diff: ui/events/xkb.gni

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add missing license header Created 5 years, 4 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/events/ozone/layout/stub/stub_keyboard_layout_engine.cc ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/xkb.gni
diff --git a/build/module_args/nacl.gni b/ui/events/xkb.gni
similarity index 68%
copy from build/module_args/nacl.gni
copy to ui/events/xkb.gni
index 758707e4c4c360c4409b60be1c740cea51dcfe25..1bd10d4624a04977d0d209c3c9aafa59484edf16 100644
--- a/build/module_args/nacl.gni
+++ b/ui/events/xkb.gni
@@ -2,5 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Override nacl's build directory
-nacl_shared_build_dir = "//build"
+declare_args() {
+ # Optional system libraries.
+ use_xkbcommon = false
+}
« no previous file with comments | « ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698