deps.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // Copyright 2009 The Closure Library Authors.
  2. // All Rights Reserved.
  3. //
  4. // Licensed under the Apache License, Version 2.0 (the "License");
  5. // you may not use this file except in compliance with the License.
  6. // You may obtain a copy of the License at
  7. //
  8. // http://www.apache.org/licenses/LICENSE-2.0
  9. //
  10. // Unless required by applicable law or agreed to in writing, software
  11. // distributed under the License is distributed on an "AS-IS" BASIS,
  12. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. // See the License for the specific language governing permissions and
  14. // limitations under the License.
  15. //
  16. // This file has been auto-generated by GenJsDeps, please do not edit.
  17. goog.addDependency(
  18. 'demos/editor/equationeditor.js', ['goog.demos.editor.EquationEditor'],
  19. ['goog.ui.equation.EquationEditorDialog']);
  20. goog.addDependency(
  21. 'demos/editor/helloworld.js', ['goog.demos.editor.HelloWorld'],
  22. ['goog.dom', 'goog.dom.TagName', 'goog.editor.Plugin']);
  23. goog.addDependency(
  24. 'demos/editor/helloworlddialog.js',
  25. [
  26. 'goog.demos.editor.HelloWorldDialog',
  27. 'goog.demos.editor.HelloWorldDialog.OkEvent'
  28. ],
  29. [
  30. 'goog.dom.TagName', 'goog.events.Event', 'goog.string',
  31. 'goog.ui.editor.AbstractDialog', 'goog.ui.editor.AbstractDialog.Builder',
  32. 'goog.ui.editor.AbstractDialog.EventType'
  33. ]);
  34. goog.addDependency(
  35. 'demos/editor/helloworlddialogplugin.js',
  36. [
  37. 'goog.demos.editor.HelloWorldDialogPlugin',
  38. 'goog.demos.editor.HelloWorldDialogPlugin.Command'
  39. ],
  40. [
  41. 'goog.demos.editor.HelloWorldDialog', 'goog.dom.TagName',
  42. 'goog.editor.plugins.AbstractDialogPlugin', 'goog.editor.range',
  43. 'goog.functions', 'goog.ui.editor.AbstractDialog.EventType'
  44. ]);