summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index fe10cdd..e70ced5f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -17,6 +17,7 @@
'renderer',
'syncapi',
'utility',
+ 'profile_import',
'worker',
'../printing/printing.gyp:printing',
'../webkit/webkit.gyp:inspector_resources',
@@ -2988,6 +2989,18 @@
],
},
{
+ 'target_name': 'profile_import',
+ 'type': '<(library)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'profile_import/profile_import_main.cc',
+ 'profile_import/profile_import_thread.cc',
+ 'profile_import/profile_import_thread.h',
+ ],
+ },
+ {
'target_name': 'worker',
'type': '<(library)',
'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18',