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

Unified Diff: chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json

Issue 902213002: Move BluetoothSocketApiTest into extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/bluetooth_socket/connect/runtest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json b/chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json
deleted file mode 100644
index f067c871333f2566900f3edc21c35687b8f5b6b9..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/bluetooth_socket/connect/manifest.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Test Bluetooth Socket Connect Function",
- "version": "1.0",
- "description": "Tests chrome.bluetoothSocket.connect Function",
- "app": {
- "background": {
- "scripts": ["runtest.js"]
- }
- },
- "bluetooth": {
- "uuids": [
- "8e3ad063-db38-4289-aa8f-b30e4223cf40"
- ],
- "socket": true
- },
- "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqbc71rRrqz+62pGVmZGDzTK8P4IHTTyN4jBLBJasDTrRllQp4Pb6INnSr08HQM3aaZMYKWkAJTm4gbCDNzvHfIZMAMY6OZfnm0eqiZnxFFgKgIzdr4Z/EyAXVd1Rm1JKhncde2S/U3zWStDb5iYfWZJBIiWVT98q7cW6sstsMOmrHAIAKCzK+mzycFptlRWzAf+8NR9bq1jNZe+h1kJBgY0xnVlGZm+NIhZd/Ke8Y+G2vM4rtuDvp5971HVV294HD28hWbsoOqBf85gPa6tKE57FhLomi/aJVBVBiCfHExXjK1hB2QeM/r7e8P//ZZPoYszSzHJVBw/heRLFOMezIwIDAQAB"
-}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/bluetooth_socket/connect/runtest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698