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

Unified Diff: components/data_reduction_proxy.gypi

Issue 1483843002: Port cronet build rules to GN part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/data_reduction_proxy.gypi
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
index 562997230fc300359a3d038b63af7ea445ea0fe4..692a1a68ac4c99fd461f28dbf77f026eb9b561ca 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -8,7 +8,6 @@
{
'data_reduction_proxy_core_browser_sources' : [
# Note: sources list duplicated in GN build.
- "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service.h",
'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc',
@@ -23,6 +22,7 @@
'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.cc',
@@ -88,7 +88,7 @@
['OS=="android"', {
'targets' : [
{
- # GN version: //components/data_reduction_proxy/core/browser
+ # GN version: //components/data_reduction_proxy/core/browser:browser_small
'target_name': 'data_reduction_proxy_core_browser_small',
'type': 'static_library',
'dependencies': [
@@ -106,7 +106,7 @@
],
},
{
- # GN version: //components/data_reduction_proxy/core/common
+ # GN version: //components/data_reduction_proxy/core/common:common_small
'target_name': 'data_reduction_proxy_core_common_small',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « components/cronet/android/cronet_library_loader.cc ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698