summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-05 19:04:43 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-05 19:04:43 +0000
commitd76ff4162d7496a57543184c7679ee775c5c9a97 (patch)
tree2c074200c76085eb37730d7102e90b2e83cdd3bf /content/content_shell.gypi
parent6a4acabd3f2f9eb54edcff9e1ed991e18cc43a0b (diff)
downloadchromium_src-d76ff4162d7496a57543184c7679ee775c5c9a97.zip
chromium_src-d76ff4162d7496a57543184c7679ee775c5c9a97.tar.gz
chromium_src-d76ff4162d7496a57543184c7679ee775c5c9a97.tar.bz2
content: Add layout_test_helper target.
This should build the layout test files that were copied from Blink over here. BUG=331304 TEST=builds R=jochen@chromium.org Review URL: https://codereview.chromium.org/124493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r--content/content_shell.gypi25
1 files changed, 21 insertions, 4 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index f4aecf0..e8b3a7c 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"', {