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

Unified Diff: chrome/test/data/chromeos/liblouis_nacl/manifest.json

Issue 67283007: Build liblouis_nacl using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Don't copy build artifacts to final location (defered to the cl that lands all of chromevox). Created 7 years 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/test/data/chromeos/liblouis_nacl/manifest.json
diff --git a/chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json b/chrome/test/data/chromeos/liblouis_nacl/manifest.json
similarity index 77%
copy from chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json
copy to chrome/test/data/chromeos/liblouis_nacl/manifest.json
index fb4aae05596f3814cd10dea31e5ab0a409b6c80d..bf1b92ad936681970656a9c1ae0958d00d753085 100644
--- a/chrome/test/data/extensions/api_test/braille_display_private/write_dots/manifest.json
+++ b/chrome/test/data/chromeos/liblouis_nacl/manifest.json
@@ -1,11 +1,10 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJ8Hl8K6R+n/hrPsN1ienxRU3GbL00wFHLJNML45MHwT+3PstgWf4EgC3wbyyTXFtbvJC+Hn14Hyltfhsa+cSraldNHeL+rl+FL04kE4uYHq8YhOYEtzUfg380+o7XV9oESKu9oLTeG9QuQCjmlp3MUqC9wm7ICjxR9flODClOkQIDAQAB",
- "name": "chrome.brailleDisplayPrivate.writeDots",
+ "name": "liblouis_nacl tests",
"version": "0.1",
"manifest_version": 2,
"description": "test",
"background": {
"scripts": [ "test.js" ]
- },
- "permissions": ["brailleDisplayPrivate"]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698