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

Unified Diff: chrome/browser/resources/chromeos/braille_ime/BUILD.gn

Issue 1145243006: Port chromevox build to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@externs
Patch Set: Add depfile_dir to grit_rule 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
Index: chrome/browser/resources/chromeos/braille_ime/BUILD.gn
diff --git a/chrome/browser/nacl_host/test/BUILD.gn b/chrome/browser/resources/chromeos/braille_ime/BUILD.gn
similarity index 53%
copy from chrome/browser/nacl_host/test/BUILD.gn
copy to chrome/browser/resources/chromeos/braille_ime/BUILD.gn
index fca5c76377681903d8f4a0741d4a3883fc13aa7a..25002e728fbc0452e89b3e4baebfffc0cd50a660 100644
--- a/chrome/browser/nacl_host/test/BUILD.gn
+++ b/chrome/browser/resources/chromeos/braille_ime/BUILD.gn
@@ -2,15 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/features.gni")
-
-if (enable_nacl && (is_linux || is_win)) {
- executable("mock_nacl_gdb") {
+if (is_chromeos) {
+ copy("braille_ime_manifest") {
sources = [
- "mock_nacl_gdb.cc",
+ "manifest.json",
]
- deps = [
- "//base",
+ outputs = [
+ "$root_out_dir/resources/chromeos/braille_ime/manifest.json",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698