summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 06:41:29 +0000
committerrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 06:41:29 +0000
commit68cb5657f36c7fcc75074146bedc77ae60e13b24 (patch)
treebe4466255116a981d0ad60a43f047fcd277f2d00 /chrome/chrome.gyp
parent21bbb2cea53c40cd2a463756e969a0ce1651fe92 (diff)
downloadchromium_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.gyp')
-rw-r--r--chrome/chrome.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 4265490..e0fe4db0 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -137,7 +137,7 @@
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
'chrome_resources.gyp:theme_resources',
- 'common/extensions/api/api.gyp:api',
+ 'common/extensions/api/api.gyp:chrome_api',
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
'../net/net.gyp:http_server',
@@ -244,7 +244,7 @@
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
- 'common/extensions/api/api.gyp:api',
+ 'common/extensions/api/api.gyp:chrome_api',
'../base/base.gyp:base',
'../content/content.gyp:content_utility',
'../media/media.gyp:media',