summaryrefslogtreecommitdiffstats
path: root/app/app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.gyp')
-rw-r--r--app/app.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp
index 12e3121..b008c1a 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -68,6 +68,15 @@
'app_paths.cc',
'app_switches.h',
'app_switches.cc',
+ 'clipboard/clipboard.cc',
+ 'clipboard/clipboard.h',
+ 'clipboard/clipboard_linux.cc',
+ 'clipboard/clipboard_mac.mm',
+ 'clipboard/clipboard_util_win.cc',
+ 'clipboard/clipboard_util_win.h',
+ 'clipboard/clipboard_win.cc',
+ 'clipboard/scoped_clipboard_writer.cc',
+ 'clipboard/scoped_clipboard_writer.h',
'combobox_model.h',
'drag_drop_types_gtk.cc',
'drag_drop_types_win.cc',
@@ -213,6 +222,7 @@
],
'sources': [
'animation_unittest.cc',
+ 'clipboard/clipboard_unittest.cc',
'gfx/codec/jpeg_codec_unittest.cc',
'gfx/codec/png_codec_unittest.cc',
'gfx/color_utils_unittest.cc',