Chromium Code Reviews| Index: components/certificate_transparency.gypi |
| diff --git a/components/browsing_data.gypi b/components/certificate_transparency.gypi |
| similarity index 57% |
| copy from components/browsing_data.gypi |
| copy to components/certificate_transparency.gypi |
| index c13a84a035868ba6caa6c5d5c06a370c6099332a..33c8567a9f7eeffb5b981611f5f72c40192bfb34 100644 |
| --- a/components/browsing_data.gypi |
| +++ b/components/certificate_transparency.gypi |
| @@ -5,21 +5,21 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'browsing_data', |
| + # GN version: //components/certificate_transparency |
| + 'target_name': 'certificate_transparency', |
| 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| - '../content/content.gyp:content_browser', |
| + '../components/components.gyp:safe_json', |
| '../net/net.gyp:net', |
|
sdefresne
2015/08/07 16:39:08
There is an #include of url/gurl.h in components/c
Eran Messeri
2015/08/17 16:33:35
Done.
|
| ], |
| - 'include_dirs': [ |
| - '..', |
| - ], |
| 'sources': [ |
| - # Note: sources list duplicated in GN build. |
| - 'browsing_data/storage_partition_http_cache_data_remover.cc', |
| - 'browsing_data/storage_partition_http_cache_data_remover.h', |
| + 'certificate_transparency/log_proof_fetcher.h', |
| + 'certificate_transparency/log_proof_fetcher.cc', |
| ], |
| - }, |
| + } |
| ], |
| } |