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

Unified Diff: client/tools/generate_build.py

Issue 8341078: Archive dartserver code (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « client/tools/dartserver/java/com/google/appstack/tools/dartserver/ErrorFormatter.java ('k') | dart.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tools/generate_build.py
diff --git a/client/tools/generate_build.py b/client/tools/generate_build.py
deleted file mode 100755
index f1faaa8a30bb5d4752c21119601f219ffb00c219..0000000000000000000000000000000000000000
--- a/client/tools/generate_build.py
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-#!/usr/bin/env python
-
-import sys
-import os
-from os import path
-
-def main():
- client = path.normpath(path.join(path.dirname(sys.argv[0]), os.pardir))
- compiler = path.normpath(path.join(client, os.pardir, 'compiler'))
- locations = {
- 'client': client,
- 'compiler': compiler,
- }
-
- exit_code = os.system("python %(compiler)s/generate_source_list.py "
- "dart_server %(client)s/dart_server "
- "tools/dartserver/java" % locations)
- return exit_code
-
-if __name__ == '__main__':
- sys.exit(main())
« no previous file with comments | « client/tools/dartserver/java/com/google/appstack/tools/dartserver/ErrorFormatter.java ('k') | dart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698