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

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: Workaround hardlink related spuroius rebuild issue by using a stamp file (not ideal). Created 5 years, 5 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 | « chrome/BUILD.gn ('k') | chrome/browser/resources/chromeos/chromevox/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/braille_ime/BUILD.gn
diff --git a/mojo/util/BUILD.gn b/chrome/browser/resources/chromeos/braille_ime/BUILD.gn
similarity index 55%
copy from mojo/util/BUILD.gn
copy to chrome/browser/resources/chromeos/braille_ime/BUILD.gn
index 379bc96230e7c6037bca99a4a311de60a65c109a..092cbce3bc1a7d61cb869c4cb6f49362ef09dd05 100644
--- a/mojo/util/BUILD.gn
+++ b/chrome/browser/resources/chromeos/braille_ime/BUILD.gn
@@ -2,14 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("filename_util") {
+assert(is_chromeos)
+
+copy("braille_ime_manifest") {
sources = [
- "filename_util.cc",
- "filename_util.h",
+ "manifest.json",
]
-
- deps = [
- "//base",
- "//url",
+ outputs = [
+ "$root_out_dir/resources/chromeos/braille_ime/manifest.json",
]
}
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/resources/chromeos/chromevox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698