diff options
author | pliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 19:08:38 +0000 |
---|---|---|
committer | pliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 19:08:38 +0000 |
commit | 11af41c9e407cc24b41ffa9de99d0f9e6846360e (patch) | |
tree | d654e3a073e4f935e9f1ff3a07fc0fe1ec4b6319 /chrome/chrome.gyp | |
parent | b912496173a4a1a194f95e254e179725c66ccf0b (diff) | |
download | chromium_src-11af41c9e407cc24b41ffa9de99d0f9e6846360e.zip chromium_src-11af41c9e407cc24b41ffa9de99d0f9e6846360e.tar.gz chromium_src-11af41c9e407cc24b41ffa9de99d0f9e6846360e.tar.bz2 |
Disable uses of ProfileImportProcess on Android.
This is part of the unit_tests linking effort on Android.
This moves the profile import-related code excluded on Android to its own class.
BUG=136787
Review URL: https://chromiumcodereview.appspot.com/10777012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 2d6ef05..26dd016 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', + ], + }], ], }, { |