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

Unified Diff: frog/leg/scanner/source_list.dart

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 | « frog/leg/apiimpl.dart ('k') | frog/reader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/scanner/source_list.dart
===================================================================
--- frog/leg/scanner/source_list.dart (revision 5796)
+++ frog/leg/scanner/source_list.dart (working copy)
@@ -3,36 +3,36 @@
// BSD-style license that can be found in the LICENSE file.
final List<String> argv = const <String>[
-'../client/dom/common/implementation.dart',
-'../client/dom/common/public.dart',
-'../client/dom/dom.dart',
-'../client/dom/scripts/idlparser.dart',
-'../client/dom/scripts/idlparser_test.dart',
-'../client/dom/scripts/idlrenderer.dart',
-'../client/dom/src/DOMType.dart',
-'../client/dom/src/EventListener.dart',
-'../client/dom/src/KeyLocation.dart',
-'../client/dom/src/KeyName.dart',
-'../client/dom/src/ReadyState.dart',
-'../client/dom/src/TimeoutHandler.dart',
-'../client/dom/src/_Collections.dart',
-'../client/dom/src/_ListIterators.dart',
-'../client/dom/src/_Lists.dart',
-'../client/dom/src/dummy_FactoryProviders.dart',
-'../client/dom/src/dummy_GlobalProperties.dart',
-'../client/dom/src/frog_DOMType.dart',
-'../client/dom/src/native_DOMPublic.dart',
-'../client/dom/src/native_DOMWrapperBase.dart',
-'../client/dom/src/native_FactoryProviders.dart',
-'../client/dom/src/native_GlobalProperties.dart',
-'../client/html/benchmarks/common/BenchUtil.dart',
-'../client/html/benchmarks/common/Interval.dart',
-'../client/html/benchmarks/common/JSON.dart',
-'../client/html/benchmarks/common/Math2.dart',
-'../client/html/benchmarks/dromaeo/Dromaeo.dart',
-'../client/html/benchmarks/dromaeo/Suites.dart',
-'../client/html/frog/html_frog.dart',
-'../client/html/dartium/html_dartium.dart',
+'../lib/dom/common/implementation.dart',
+'../lib/dom/common/public.dart',
+'../lib/dom/dom.dart',
+'../lib/dom/scripts/idlparser.dart',
+'../lib/dom/scripts/idlparser_test.dart',
+'../lib/dom/scripts/idlrenderer.dart',
+'../lib/dom/src/DOMType.dart',
+'../lib/dom/src/EventListener.dart',
+'../lib/dom/src/KeyLocation.dart',
+'../lib/dom/src/KeyName.dart',
+'../lib/dom/src/ReadyState.dart',
+'../lib/dom/src/TimeoutHandler.dart',
+'../lib/dom/src/_Collections.dart',
+'../lib/dom/src/_ListIterators.dart',
+'../lib/dom/src/_Lists.dart',
+'../lib/dom/src/dummy_FactoryProviders.dart',
+'../lib/dom/src/dummy_GlobalProperties.dart',
+'../lib/dom/src/frog_DOMType.dart',
+'../lib/dom/src/native_DOMPublic.dart',
+'../lib/dom/src/native_DOMWrapperBase.dart',
+'../lib/dom/src/native_FactoryProviders.dart',
+'../lib/dom/src/native_GlobalProperties.dart',
+'../lib/html/benchmarks/common/BenchUtil.dart',
+'../lib/html/benchmarks/common/Interval.dart',
+'../lib/html/benchmarks/common/JSON.dart',
+'../lib/html/benchmarks/common/Math2.dart',
+'../lib/html/benchmarks/dromaeo/Dromaeo.dart',
+'../lib/html/benchmarks/dromaeo/Suites.dart',
+'../lib/html/frog/html_frog.dart',
+'../lib/html/dartium/html_dartium.dart',
'../client/testing/dartest/css.dart',
'../client/testing/dartest/dartest.dart',
'../client/testing/unittest/shared.dart',
« no previous file with comments | « frog/leg/apiimpl.dart ('k') | frog/reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698