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

Unified Diff: content/content_shell.gypi

Issue 124493002: content: Add layout_test_helper target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make blink_tests depend on them Created 6 years, 11 months 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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index f4aecf03b884d9663a8e7f639cc02c5d993c4887..e8b3a7c8d770b29b49b70547a17dcaf1c4231a75 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -192,14 +192,14 @@
'shell/renderer/test_runner/MockSpellCheck.h',
'shell/renderer/test_runner/MockWebAudioDevice.cpp',
'shell/renderer/test_runner/MockWebAudioDevice.h',
- 'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp',
- 'shell/renderer/test_runner/MockWebMediaStreamCenter.h',
'shell/renderer/test_runner/MockWebMIDIAccessor.cpp',
'shell/renderer/test_runner/MockWebMIDIAccessor.h',
- 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.cpp',
- 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.h',
+ 'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp',
+ 'shell/renderer/test_runner/MockWebMediaStreamCenter.h',
'shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.cpp',
'shell/renderer/test_runner/MockWebRTCDTMFSenderHandler.h',
+ 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.cpp',
+ 'shell/renderer/test_runner/MockWebRTCDataChannelHandler.h',
'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp',
'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h',
'shell/renderer/test_runner/MockWebSpeechInputController.cpp',
@@ -617,6 +617,23 @@
'content_shell',
],
},
+ {
+ 'target_name': 'layout_test_helper',
+ 'type': 'executable',
+ 'sources': [
+ 'shell/renderer/test_runner/helper/layout_test_helper_mac.mm',
+ 'shell/renderer/test_runner/helper/layout_test_helper_win.cc',
+ ],
+ 'conditions': [
+ ['OS=="mac"', {
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
+ ],
+ },
+ }],
+ ],
+ },
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698