Chromium Code Reviews| Index: components/certificate_transparency.gypi |
| diff --git a/components/devtools_http_handler.gypi b/components/certificate_transparency.gypi |
| similarity index 50% |
| copy from components/devtools_http_handler.gypi |
| copy to components/certificate_transparency.gypi |
| index 32f051d7d55adab5232dbc040ae8b72067224c90..1a0f3655c3213a71d44350ffb54139b6c6ee1f3d 100644 |
| --- a/components/devtools_http_handler.gypi |
| +++ b/components/certificate_transparency.gypi |
| @@ -5,22 +5,23 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'devtools_http_handler', |
| + # GN version: //components/certificate_transparency |
| + 'target_name': 'certificate_transparency', |
| 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| - '../content/content.gyp:content_browser', |
| + '../content/content.gyp:content_common', |
|
Ryan Sleevi
2015/04/24 10:42:06
You don't seem to depend on this (as reflected in
Eran Messeri
2015/06/18 15:18:40
I do now (see TreeStateTracker).
|
| '../net/net.gyp:net', |
| - '../net/net.gyp:http_server', |
| - ], |
| - 'include_dirs': [ |
| - '..', |
| ], |
| 'sources': [ |
| - 'devtools_http_handler/devtools_http_handler.cc', |
| - 'devtools_http_handler/devtools_http_handler.h', |
| - 'devtools_http_handler/devtools_http_handler_delegate.h', |
| + 'certificate_transparency/new_scts_observer.h', |
| + 'certificate_transparency/new_scts_observer.cc', |
| + 'certificate_transparency/log_proofs_fetcher.h', |
| + 'certificate_transparency/log_proofs_fetcher.cc', |
| ], |
| - }, |
| + } |
| ], |
| } |