| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 2d6ef055c584e2a6138925036a6d502a821f82e8..26dd016242f6aa7b61bb30eaa84f48758e846d6f 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -251,6 +251,8 @@
|
| 'sources': [
|
| 'utility/chrome_content_utility_client.cc',
|
| 'utility/chrome_content_utility_client.h',
|
| + 'utility/profile_import_handler.cc',
|
| + 'utility/profile_import_handler.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -261,6 +263,11 @@
|
| '../build/linux/system.gyp:gtk',
|
| ],
|
| }],
|
| + ['OS=="android"', {
|
| + 'sources!': [
|
| + 'utility/profile_import_handler.cc',
|
| + ],
|
| + }],
|
| ],
|
| },
|
| {
|
|
|