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

Unified Diff: ui/file_manager/zip_archiver/unpacker/Makefile

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. Created 3 years, 8 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
Index: ui/file_manager/zip_archiver/unpacker/Makefile
diff --git a/ui/file_manager/zip_archiver/unpacker/Makefile b/ui/file_manager/zip_archiver/unpacker/Makefile
deleted file mode 100644
index 5e511e3edb27499766fb58c2f6713c7151e82540..0000000000000000000000000000000000000000
--- a/ui/file_manager/zip_archiver/unpacker/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2014 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-release: pnacl_for_release vulcanized-polymer
- PNACL_TARGET=Release PACKAGE_DIR=release $(MAKE) -f Makefile.package
-
-debug: pnacl_for_debug vulcanized-polymer
- PNACL_TARGET=Debug PACKAGE_DIR=debug $(MAKE) -f Makefile.package
-
-vulcanized-polymer: third-party/polymer.html
- mkdir vulcanized-polymer
- `npm bin`/vulcanize third-party/polymer.html --inline --csp -o \
- vulcanized-polymer/polymer.html
-
-.PHONY: pnacl_for_release
-pnacl_for_release:
- CONFIG=Release $(MAKE) -f Makefile.pnacl
-
-.PHONY: pnacl_for_debug
-pnacl_for_debug:
- CONFIG=Debug $(MAKE) -f Makefile.pnacl
-
-.PHONY: clean
-clean:
- $(MAKE) -f Makefile.pnacl clean
- PNACL_TARGET=Release PACKAGE_DIR=release $(MAKE) -f Makefile.package clean
- PNACL_TARGET=Debug PACKAGE_DIR=debug $(MAKE) -f Makefile.package clean
- rm -rf vulcanized-polymer
- rm -rf pnacl
« no previous file with comments | « ui/file_manager/zip_archiver/unpacker-test/cpp/.gitignore ('k') | ui/file_manager/zip_archiver/unpacker/Makefile.package » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698