diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 06:41:29 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 06:41:29 +0000 |
commit | 68cb5657f36c7fcc75074146bedc77ae60e13b24 (patch) | |
tree | be4466255116a981d0ad60a43f047fcd277f2d00 /chrome/chrome_renderer.gypi | |
parent | 21bbb2cea53c40cd2a463756e969a0ce1651fe92 (diff) | |
download | chromium_src-68cb5657f36c7fcc75074146bedc77ae60e13b24.zip chromium_src-68cb5657f36c7fcc75074146bedc77ae60e13b24.tar.gz chromium_src-68cb5657f36c7fcc75074146bedc77ae60e13b24.tar.bz2 |
Move sockets APIs out of src/chrome
This moves sockets APIs out of src/chrome and into
src/extensions. The IDLs and function
implementations are moved, and the groundwork is
set for moving additional APIs.
The API tests remain in src/chrome, and several
references to src/chrome still remain for
permissions/features/manifest stuff.
BUG=349787
TBR=erg@chromium.org for profiles change
TBR=jar@chromium.org for +net to //extensions/browser/DEPS
Review URL: https://codereview.chromium.org/183893041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r-- | chrome/chrome_renderer.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index b57fc7f..224a17e 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -480,7 +480,7 @@ 'dependencies': [ # TODO(hclam): See crbug.com/298380 for details. # We should isolate the APIs needed by the renderer. - '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', + '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', ], }], ['enable_printing!=0', { |