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

Unified Diff: components/data_reduction_proxy.gypi

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android 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/captive_portal/BUILD.gn ('k') | components/data_reduction_proxy/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy.gypi
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
index 2bdfaa1c5fae69a1b4e1dd9e6c3bcf27dc26414d..77f9f69de892519df46d687740ca6ffde75eeef3 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -6,6 +6,7 @@
{
'targets': [
{
+ # GN version: //components/data_reduction_proxy/browser
'target_name': 'data_reduction_proxy_browser',
'type': 'static_library',
'dependencies': [
@@ -19,6 +20,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc',
'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h',
'data_reduction_proxy/browser/data_reduction_proxy_config_service.cc',
@@ -39,6 +41,7 @@
],
},
{
+ # GN version: //components/data_reduction_proxy/common
'target_name': 'data_reduction_proxy_common',
'type': 'static_library',
'dependencies': [
@@ -48,6 +51,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'data_reduction_proxy/common/data_reduction_proxy_headers.cc',
'data_reduction_proxy/common/data_reduction_proxy_headers.h',
'data_reduction_proxy/common/data_reduction_proxy_pref_names.cc',
@@ -57,6 +61,7 @@
],
},
{
+ # GN version: //components/data_reduction_proxy/browser:test_support
'target_name': 'data_reduction_proxy_test_support',
'type': 'static_library',
'dependencies' : [
@@ -72,6 +77,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc',
'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h',
'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc',
« no previous file with comments | « components/captive_portal/BUILD.gn ('k') | components/data_reduction_proxy/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698