Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / webview / webview.gyp
index 6d74ef2..afd1ae2 100644 (file)
@@ -8,18 +8,21 @@
   },
   'targets': [
     {
+      # GN version: //ui/views/controls/webview
       'target_name': 'webview',
       'type': '<(component)',
       'dependencies': [
+        '../../../aura/aura.gyp:aura',
         '../../../../base/base.gyp:base',
         '../../../../base/base.gyp:base_i18n',
         '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
         '../../../../content/content.gyp:content_browser',
         '../../../../skia/skia.gyp:skia',
         '../../../../url/url.gyp:url_lib',
+        '../../../base/ui_base.gyp:ui_base',
         '../../../events/events.gyp:events',
         '../../../gfx/gfx.gyp:gfx',
-        '../../../ui.gyp:ui',
+        '../../../gfx/gfx.gyp:gfx_geometry',
         '../../../web_dialogs/web_dialogs.gyp:web_dialogs',
         '../../views.gyp:views',
       ],
@@ -27,6 +30,7 @@
         'WEBVIEW_IMPLEMENTATION',
       ],
       'sources': [
+        # Note: file list duplicated in GN build.
         'unhandled_keyboard_event_handler.cc',
         'unhandled_keyboard_event_handler.h',
         'unhandled_keyboard_event_handler_linux.cc',