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

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: Fix build error on Clang 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') | no next file with comments »
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..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',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | chrome/common/all_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698