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

Unified Diff: native_client_sdk/src/build_tools/template.mk

Issue 10828357: [NaCl SDK] Fix template.mk to use spaces instead of tabs for non-recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: check for valid page only when launching Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/template.mk
diff --git a/native_client_sdk/src/build_tools/template.mk b/native_client_sdk/src/build_tools/template.mk
index 3180b8bf77f6dc9f004b15436a87ef8002f1ccb1..bbc445bf4e45c2759131d0ddb1fac5b69958ea79 100644
--- a/native_client_sdk/src/build_tools/template.mk
+++ b/native_client_sdk/src/build_tools/template.mk
@@ -115,12 +115,11 @@ RUN: all
CONFIG?=Debug
PAGE?=index_$(TOOLCHAIN)_$(CONFIG).html
+LAUNCH: CHECK_FOR_CHROME all
ifeq (,$(wildcard $(PAGE)))
$(warning No valid HTML page found at $(PAGE))
$(error Make sure TOOLCHAIN and CONFIG are properly set)
endif
-
-LAUNCH: CHECK_FOR_CHROME all
$(CHROME_PATH) $(NEXE_ARGS) --register-pepper-plugins="$(PPAPI_DEBUG),$(PPAPI_RELEASE)" localhost:5103/$(PAGE)
__PROJECT_POSTLAUNCH__
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698