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

Unified Diff: components/dom_distiller.gypi

Issue 1487433002: Add more components to "gn check", work on dom_distiller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 42563ef53918c1d2eedb0132ead9c07b00abfe03..9b746141426ea835e9ab3b1859eee6de053a02b1 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -5,7 +5,7 @@
{
'targets': [
{
- # GN version: //components/dom_distiller/content:content_common
+ # GN version: //components/dom_distiller/content/common
'target_name': 'dom_distiller_content_common',
'type': 'static_library',
'include_dirs': [
@@ -196,7 +196,7 @@
['OS != "ios"', {
'targets': [
{
- # GN version: //components/dom_distiller/content:content_browser
+ # GN version: //components/dom_distiller/content/browser
'target_name': 'dom_distiller_content_browser',
'type': 'static_library',
'dependencies': [
@@ -248,7 +248,7 @@
],
},
{
- # GN version: //components/dom_distiller/content:content_renderer
+ # GN version: //components/dom_distiller/content/renderer
'target_name': 'dom_distiller_content_renderer',
'type': 'static_library',
'dependencies': [
@@ -343,7 +343,7 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
- # GN: //components/dom_distiller/content:jni_headers
+ # GN: //components/dom_distiller/android:dom_distiller_content_java
'target_name': 'dom_distiller_content_jni_headers',
'type': 'none',
'sources': [
@@ -355,7 +355,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
- # GN: //components/dom_distiller/core:jni_headers
+ # GN: //components/dom_distiller/android:jni_headers
'target_name': 'dom_distiller_core_jni_headers',
'type': 'none',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698