Skip to content

Commit

Permalink
extensions: Remove dependency on chrome's common target.
Browse files Browse the repository at this point in the history
Now that installer does not need extensions' constant (removed in
r268166) we can finally build constants.* within extensions_common target.

BUG=368334
TEST=green trybots
R=yoz@chromium.org
TBR=thestig@chromium.org

Review URL: https://codereview.chromium.org/270233002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268968 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tfarina@chromium.org committed May 7, 2014
1 parent 113b980 commit 319bcd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions chrome/common_constants.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

'target_defaults': {
'sources': [
# TODO(yoz): Create an extension_constants target for these.
'../extensions/common/constants.cc',
'../extensions/common/constants.h',
'common/chrome_constants.cc',
'common/chrome_constants.h',
'common/chrome_icon_resources_win.cc',
Expand Down
5 changes: 2 additions & 3 deletions extensions/extensions.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# api resources compiled into the chrome resource bundle.
# http://crbug.com/162530
'../chrome/chrome_resources.gyp:chrome_resources',
# TODO(tfarina): This dep here is for extensions/common/constants.*
# We should find a way to compile this module within extensions_common.
'../chrome/common_constants.gyp:common_constants',
'../components/components.gyp:url_matcher',
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
Expand Down Expand Up @@ -46,6 +43,8 @@
'common/api/sockets/sockets_manifest_permission.h',
'common/common_manifest_handlers.cc',
'common/common_manifest_handlers.h',
'common/constants.cc',
'common/constants.h',
'common/crx_file.cc',
'common/crx_file.h',
'common/csp_validator.cc',
Expand Down

0 comments on commit 319bcd0

Please sign in to comment.