Autofill: Add WalletIntegrationAvailable() to components.
[chromium-blink-merge.git] / native_client_sdk / src / gonacl_appengine / Makefile
blob49db1f2b0fbca2111451e820e802a69c4148b66b
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # The commands in this makefile require that the appengine SDK
6 # directory is in your PATH. See README for more details.
8 all:
10 run:
11 dev_appserver.py app.yaml
13 push:
14 appcfg.py update --no_cookies .
16 .PHONY: all run push