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

Unified Diff: components/cdm.gypi

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode 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 | « components/BUILD.gn ('k') | components/cdm/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm.gypi
diff --git a/components/cdm.gypi b/components/cdm.gypi
index 9ae2843c9f2f5bf5a2d6c7db9e4969334a74a6c3..618342cc070002ef8ed8416f169c165fc3e832ec 100644
--- a/components/cdm.gypi
+++ b/components/cdm.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN verison: //components/cdm/common
'target_name': 'cdm_common',
'type': 'static_library',
'dependencies': [
@@ -19,6 +20,7 @@
],
},
{
+ # GN version: //components/cdm/renderer
'target_name': 'cdm_renderer',
'type': 'static_library',
'dependencies': [
@@ -50,6 +52,7 @@
['OS == "android"', {
'targets': [
{
+ # GN version: //components/cdm/browser
'target_name': 'cdm_browser',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « components/BUILD.gn ('k') | components/cdm/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698