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

Unified Diff: dart.gyp

Issue 9845043: Rename client/{dom,html} to lib/{dom,html} . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « compiler/scripts/generate_my_projects.py ('k') | frog/leg/apiimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 5796)
+++ dart.gyp (working copy)
@@ -44,10 +44,10 @@
'<!@(["python", "frog/scripts/list_frog_files.py", "frog"])',
# TODO(dgrove) - change these to dependencies and add dom
# dependences once issues 754 and 755 are fixed
- 'client/html/html_frog.dart',
- 'client/html/html_dartium.dart',
- 'client/dom/dom.dart',
- 'client/dom/src',
+ 'lib/html/html_frog.dart',
+ 'lib/html/html_dartium.dart',
+ 'lib/dom/dom.dart',
+ 'lib/dom/src',
'frog/scripts/bootstrap/frogc',
'tools/create_sdk.py',
],
« no previous file with comments | « compiler/scripts/generate_my_projects.py ('k') | frog/leg/apiimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698