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

Unified Diff: dart.gyp

Issue 10548047: Remove frog from the repository. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move test and update apidoc.gyp. Created 8 years, 6 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 | « no previous file | frog/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 2c04adca7341fa39a9391cc1744947549b01c3b5..97eefa25a8e8f66e59a17c5624f8358e275265d0 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -36,9 +36,7 @@
'action_name': 'create_sdk_py',
'inputs': [
'<!@(["python", "tools/list_files.py", "\\.dart$", "lib"])',
- 'frog/scripts/bootstrap/frogc',
'tools/create_sdk.py',
- '<(PRODUCT_DIR)/frog/bin/frog',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/dart2js',
'<(PRODUCT_DIR)/dart2js.bat',
@@ -100,11 +98,6 @@
'type': 'none',
'dependencies': [
'utils/compiler/compiler.gyp:dart2js',
-
- # TODO(ahe): Remove dependency on frog, it is just here to
- # simplify frog/scripts/buildbot_annotated_steps.py
- # temporarily.
- 'frog/dart-frog.gyp:frog',
],
},
{
« no previous file with comments | « no previous file | frog/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698