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

Unified Diff: dart/compiler/dartium.gyp

Issue 20722006: Removed compiler/ directory from repository (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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: dart/compiler/dartium.gyp
diff --git a/dart/compiler/dartium.gyp b/dart/compiler/dartium.gyp
deleted file mode 100644
index 83a32e96fbffa5335c17ee3c37de0aaaeae0d65b..0000000000000000000000000000000000000000
--- a/dart/compiler/dartium.gyp
+++ /dev/null
@@ -1,39 +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.
-
-# TODO(vsm): Remove this file and use dart.gyp once that can be pulled
-# into the dartium build.
-{
- 'includes': [
- # TODO(mmendez): Add the appropriate gypi includes here.
- ],
- 'targets': [
- {
- 'target_name': 'dartc',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'Build and test',
- 'inputs': [
- ],
- 'outputs': [
- 'dummy_target',
- ],
- 'action' : [
- '../third_party/apache_ant/1.8.4/bin/ant',
- '-Dbuild.dir=<(PRODUCT_DIR)/ant-out',
- 'clean',
- 'dist',
- ],
- 'message': 'Building dartc.',
- },
- ],
- },
- {
- # GYP won't generate a catch-all target if there's only one target.
- 'target_name': 'dummy',
- 'type': 'none',
- },
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698