Index: components/screenshot_taker.gypi |
diff --git a/components/network_time.gypi b/components/screenshot_taker.gypi |
similarity index 55% |
copy from components/network_time.gypi |
copy to components/screenshot_taker.gypi |
index b432628acb73bc85ba729b959d71b3e1e726d2be..9ddfcbebd44ce21a2d059d2329e5f42283f5db22 100644 |
--- a/components/network_time.gypi |
+++ b/components/screenshot_taker.gypi |
@@ -5,21 +5,20 @@ |
{ |
'targets': [ |
{ |
- # GN version: //components/network_time |
- 'target_name': 'network_time', |
+ # GN version: //components/screenshot_taker |
+ 'target_name': 'screenshot_taker', |
'type': 'static_library', |
'dependencies': [ |
- '../base/base.gyp:base', |
+ '../ui/snapshot/snapshot.gyp:snapshot', |
+ '../skia/skia.gyp:skia', |
], |
'include_dirs': [ |
'..', |
], |
'sources': [ |
# Note: sources list duplicated in GN build. |
- 'network_time/network_time_tracker.cc', |
- 'network_time/network_time_tracker.h', |
- 'network_time/network_time_pref_names.cc', |
- 'network_time/network_time_pref_names.h', |
+ 'screenshot_taker/screenshot_taker.cc', |
+ 'screenshot_taker/screenshot_taker.h', |
], |
}, |
], |