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

Unified Diff: components/sync_driver.gypi

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode 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/cdm/renderer/BUILD.gn ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index e36663e81a3ce197b99ccd0b2297ba0ad4259ab2..6dd9cc73cfeb0062632aa1f9c29c66a527784e34 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/sync_driver
'target_name': 'sync_driver',
'type': 'static_library',
'dependencies': [
@@ -16,6 +17,7 @@
'..',
],
'sources': [
+ # Note: file list duplicated in GN build.
'sync_driver/backend_data_type_configurer.cc',
'sync_driver/backend_data_type_configurer.h',
'sync_driver/change_processor.cc',
« no previous file with comments | « components/cdm/renderer/BUILD.gn ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698