Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1805)

Unified Diff: Source/platform/blink_platform.gypi

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/KillRingMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 2f18462be347f4b946ea79e867a6169d30919272..ad737d1bb146b558873bf686c5af06aebd305f8a 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -35,6 +35,8 @@
'HostWindow.h',
'JSONValues.cpp',
'JSONValues.h',
+ 'KillRing.h',
+ 'KillRingNone.cpp',
'Language.cpp',
'Language.h',
'LayoutTestSupport.cpp',
@@ -361,6 +363,7 @@
'graphics/ThreadSafeDataTransport.cpp',
'graphics/ThreadSafeDataTransport.h',
'graphics/WindRule.h',
+ 'mac/KillRingMac.mm',
'mediastream/MediaConstraints.cpp',
'mediastream/MediaConstraints.h',
'mediastream/MediaStreamSource.cpp',
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/KillRingMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698