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

Unified Diff: build/all.gyp

Issue 11236066: Adding build target for WebRTC Chrome testing (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase + adding frame_analyzer and rgba_to_i420_converter targets Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 78dff6e01c01bd7fd08da412c28332c1070f4734..62799cedde3d3b2a0a8d787d2e252f9badc50bc0 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -339,6 +339,16 @@
'../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout tests
],
}, # target_name: chromium_builder_perf_av
+ {
+ 'target_name': 'chromium_builder_webrtc',
+ 'type': 'none',
+ 'dependencies': [
+ 'chromium_builder_qa', # needed for perf pyauto tests
+ '../third_party/libjingle/libjingle.gyp:peerconnection_server',
+ '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
+ '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
+ ],
+ }, # target_name: chromium_builder_webrtc
], # targets
}],
['OS=="mac"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698