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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 6882021: Wrap the p2p transport API in a compile time flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 8 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
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 4c4271c8572ac602a418fe801c8f77812bcffdf9..eaf9eceb7a4485f5e479c626d12cd0b5756d9248 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -224,8 +224,6 @@
'tests/test_scrollbar.cc',
'tests/test_scrollbar.h',
'tests/test_struct_sizes.c',
- 'tests/test_transport.cc',
- 'tests/test_transport.h',
'tests/test_url_loader.cc',
'tests/test_url_loader.h',
'tests/test_url_util.cc',
@@ -258,6 +256,12 @@
'product_name': 'ppapi_tests',
'product_extension': 'plugin',
}],
+ ['p2p_apis==1', {
+ 'sources': [
+ 'tests/test_transport.cc',
+ 'tests/test_transport.h',
+ ],
+ }],
],
# TODO(dmichael): Figure out what is wrong with the script on Windows and add
# it as an automated action.

Powered by Google App Engine
This is Rietveld 408576698