Commit d538a01e authored by bryner@chromium.org's avatar bryner@chromium.org

Fix the build dependencies for safe_browsing_proto.

browser needs to depend on safe_browsing_proto directly since hard_dependency is not transitive.  Given this requirement, there's no reason for common to depend on safe_browsing_proto.

BUG=none
TEST=none


Review URL: http://codereview.chromium.org/7748011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98346 0039d316-1c4b-4281-b951-d872f2087c98
parent e0e734cd
......@@ -20,6 +20,7 @@
'installer_util',
'platform_locale_settings',
'profile_import',
'safe_browsing_proto',
'safe_browsing_report_proto',
# TODO(sync): Make browser not depend on syncapi_core directly.
'syncapi_core',
......
......@@ -101,7 +101,6 @@
'common_constants',
'common_net',
'default_plugin/default_plugin.gyp:default_plugin',
'safe_browsing_proto',
'theme_resources',
'theme_resources_standard',
'../base/base.gyp:base',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment