| Index: client/dom/templates/dom/dummy/dom_dummy.darttemplate
|
| diff --git a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate b/client/dom/templates/dom/dummy/dom_dummy.darttemplate
|
| similarity index 53%
|
| copy from client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
|
| copy to client/dom/templates/dom/dummy/dom_dummy.darttemplate
|
| index b3189c3754351937c76811dc91d3ff948b0974a4..d51be85f6ea5f16be9f214400f66eae5d92e1137 100644
|
| --- a/client/dom/templates/dom/wrapping/wrapping_dom.darttemplate
|
| +++ b/client/dom/templates/dom/dummy/dom_dummy.darttemplate
|
| @@ -1,25 +1,19 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, 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.
|
|
|
| // DO NOT EDIT
|
| -// Auto-generated Dart DOM library.
|
| +// Auto-generated Dart DOM library with no implementation.
|
|
|
| #library("dom");
|
| $!GENERATED_DART_FILES
|
| +
|
| #source('src/DOMType.dart');
|
| -#source('src/DOMWrapperBase.dart');
|
| #source('src/EventListener.dart');
|
| #source('src/KeyLocation.dart');
|
| #source('src/KeyName.dart');
|
| -#source('src/GlobalProperties.dart');
|
| #source('src/ReadyState.dart');
|
| #source('src/RequestAnimationFrameCallback.dart');
|
| #source('src/TimeoutHandler.dart');
|
| -#source('src/_Collections.dart');
|
| -#source('src/_FactoryProviders.dart');
|
| -#source('src/_ListIterators.dart');
|
| -#source('src/_Lists.dart');
|
| -
|
| -#native('generated/wrapping_dom.js');
|
| -#native('generated/wrapping_dom_externs.js');
|
| +#source('src/dummy_FactoryProviders.dart');
|
| +#source('src/dummy_GlobalProperties.dart');
|
|
|