| 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',
|
|
|