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

Unified Diff: chrome/test/data/native_messaging/Native Hosts/empty_app.bat

Issue 10918255: The Windows portion of Native Messagaing (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « chrome/test/data/native_messaging/Native Hosts/echo.bat ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/native_messaging/Native Hosts/empty_app.bat
diff --git a/chrome_frame/smoke_test.bat b/chrome/test/data/native_messaging/Native Hosts/empty_app.bat
similarity index 52%
copy from chrome_frame/smoke_test.bat
copy to chrome/test/data/native_messaging/Native Hosts/empty_app.bat
index 72c4cdd4aea7b058b39f146d499d2044b0ab65bf..b09e96bb5749f9e957b6acf5d5c43a16421fb7ae 100755
--- a/chrome_frame/smoke_test.bat
+++ b/chrome/test/data/native_messaging/Native Hosts/empty_app.bat
@@ -1,5 +1,6 @@
-:: Copyright (c) 2010 The Chromium Authors. All rights reserved.
+@echo off
+:: Copyright (c) 2012 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
-@echo off
-python "%~d0%~p0\tools\smoke_test.py"
+
+python "%~dp0\empty_app.py"
« no previous file with comments | « chrome/test/data/native_messaging/Native Hosts/echo.bat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698