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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 418453002: Improve content test GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 | « ppapi/BUILD.gn ('k') | third_party/libxml/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index df51b73c85aa6ac7a4523db4d67df1454047d6b6..d7bf04766a0178b6970b85908e42b20975f0f9e6 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -83,6 +83,7 @@
# ],
},
{
+ # GN version: //ppapi:ppapi_unittest_shared
'target_name': 'ppapi_unittest_shared',
'type': 'static_library',
'dependencies': [
@@ -95,6 +96,7 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'proxy/ppapi_proxy_test.cc',
'proxy/ppapi_proxy_test.h',
'proxy/resource_message_test_sink.cc',
« no previous file with comments | « ppapi/BUILD.gn ('k') | third_party/libxml/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698