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

Unified Diff: chrome/chrome.gyp

Issue 10777012: Disable uses of ProfileImportProcess on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Yaron's comments Created 8 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 | « no previous file | chrome/common/all_messages.h » ('j') | chrome/utility/chrome_content_utility_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 2d6ef055c584e2a6138925036a6d502a821f82e8..c8fe9854640841831d44d4ed60231f883efef369 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -251,6 +251,9 @@
'sources': [
'utility/chrome_content_utility_client.cc',
'utility/chrome_content_utility_client.h',
+ 'utility/profile_import_handler.cc',
+ 'utility/profile_import_handler.h',
+ 'utility/profile_import_handler_android.cc',
],
'include_dirs': [
'..',
@@ -261,6 +264,12 @@
'../build/linux/system.gyp:gtk',
],
}],
+ ['OS=="android"', {
+ 'sources!': [
+ 'utility/profile_import_handler.cc',
+ 'utility/profile_import_handler.h',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | chrome/common/all_messages.h » ('j') | chrome/utility/chrome_content_utility_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698