Index: components/dom_distiller.gypi |
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6b0c7ee5407e61846db51853158c7ddfb46bb625 |
--- /dev/null |
+++ b/components/dom_distiller.gypi |
@@ -0,0 +1,29 @@ |
+# Copyright 2013 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ |
+ 'targets': [ |
+ { |
+ 'target_name': 'dom_distiller_component_webui', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ 'component_strings.gyp:component_strings', |
+ 'components_resources', |
+ '../base/base.gyp:base', |
+ '../base/base.gyp:base', |
+ '../content/content.gyp:content_browser', |
+ '../skia/skia.gyp:skia', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'dom_distiller/webui/dom_distiller_ui.cc', |
+ 'dom_distiller/webui/dom_distiller_ui.h', |
+ 'dom_distiller/webui/dom_distiller_handler.cc', |
+ 'dom_distiller/webui/dom_distiller_handler.h', |
+ ], |
+ }, |
+ ], |
+} |