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

Side by Side Diff: ui/file_manager/zip_archiver/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 unified diff | Download patch
« no previous file with comments | « no previous file | ui/file_manager/zip_archiver/Makefile.package » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium OS Authors. All rights reserved. 1 # Copyright 2014 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 release: pnacl_for_release vulcanized-polymer 5 release: pnacl_for_release vulcanized-polymer
6 PNACL_TARGET=Release PACKAGE_DIR=release $(MAKE) -f Makefile.package 6 PNACL_TARGET=Release PACKAGE_DIR=release $(MAKE) -f Makefile.package
7 7
8 debug: pnacl_for_debug vulcanized-polymer 8 debug: pnacl_for_debug vulcanized-polymer
9 PNACL_TARGET=Debug PACKAGE_DIR=debug $(MAKE) -f Makefile.package 9 PNACL_TARGET=Debug PACKAGE_DIR=debug $(MAKE) -f Makefile.package
10 10
(...skipping 10 matching lines...) Expand all
21 pnacl_for_debug: 21 pnacl_for_debug:
22 CONFIG=Debug $(MAKE) -f Makefile.pnacl 22 CONFIG=Debug $(MAKE) -f Makefile.pnacl
23 23
24 .PHONY: clean 24 .PHONY: clean
25 clean: 25 clean:
26 $(MAKE) -f Makefile.pnacl clean 26 $(MAKE) -f Makefile.pnacl clean
27 PNACL_TARGET=Release PACKAGE_DIR=release $(MAKE) -f Makefile.package cle an 27 PNACL_TARGET=Release PACKAGE_DIR=release $(MAKE) -f Makefile.package cle an
28 PNACL_TARGET=Debug PACKAGE_DIR=debug $(MAKE) -f Makefile.package clean 28 PNACL_TARGET=Debug PACKAGE_DIR=debug $(MAKE) -f Makefile.package clean
29 rm -rf vulcanized-polymer 29 rm -rf vulcanized-polymer
30 rm -rf pnacl 30 rm -rf pnacl
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/zip_archiver/Makefile.package » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698