Index: components/wug.gypi |
diff --git a/components/wug.gypi b/components/wug.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..40b3fffd4e9a39ef3735a65489002e9d603f7157 |
--- /dev/null |
+++ b/components/wug.gypi |
@@ -0,0 +1,37 @@ |
+# Copyright 2015 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': [{ |
+ # GN version: //components/wug |
+ 'target_name': 'wug', |
+ 'type': '<(component)', |
+ 'dependencies': [ |
+ 'login', |
+ '<(DEPTH)/base/base.gyp:base', |
+ '<(DEPTH)/components/components_resources.gyp:components_resources', |
+ '<(DEPTH)/content/content.gyp:content_browser', |
+ '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
+ ], |
+ 'export_dependent_settings': [ |
+ 'login', |
+ '<(DEPTH)/base/base.gyp:base', |
+ '<(DEPTH)/content/content.gyp:content_browser', |
+ ], |
+ 'defines': [ |
+ 'WUG_IMPLEMENTATION', |
+ ], |
+ 'sources': [ |
+ 'wug/data_source_util.cc', |
+ 'wug/data_source_util.h', |
+ 'wug/export.h', |
+ 'wug/view.cc', |
+ 'wug/view.h', |
+ 'wug/view_model.cc', |
+ 'wug/view_model.h', |
+ 'wug/web_ui_view.cc', |
+ 'wug/web_ui_view.h', |
+ ], |
+ }], |
+} |