summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
diff options
context:
space:
mode:
authorsudarsana.nagineni <sudarsana.nagineni@intel.com>2015-01-30 16:26:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-31 00:27:26 +0000
commit745ff1db8cca6a4fdc0c19cf3edab909bd532457 (patch)
treee321c774ec842ad4e364ca721c661cd0254e8638 /extensions/extensions_tests.gyp
parent78bb92f45822e605c46d303b66a7bddc9706b9d3 (diff)
downloadchromium_src-745ff1db8cca6a4fdc0c19cf3edab909bd532457.zip
chromium_src-745ff1db8cca6a4fdc0c19cf3edab909bd532457.tar.gz
chromium_src-745ff1db8cca6a4fdc0c19cf3edab909bd532457.tar.bz2
Move chrome.alarms API from chrome/ to extensions/.
This CL allows app_shell to use chrome.alarms. Also it includes the following changes related to unit tests: - Moved chrome.alarms tests to extensions/ - Moved a helper function CreateEmptyExtensionWithLocation() from extension_function_test_utils.h to api_test_utils.h. - Moved CreateBackgroundPage() from extension_api_unittest.h to api_unittest.h. - Creates WebContents for the extension that can be used to associate a RenderViewHost in extension unit tests. BUG=443622 Review URL: https://codereview.chromium.org/789643004 Cr-Commit-Position: refs/heads/master@{#314040}
Diffstat (limited to 'extensions/extensions_tests.gyp')
-rw-r--r--extensions/extensions_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index ecbdb87..9e7f05d 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -41,6 +41,7 @@
'..',
],
'sources': [
+ 'browser/api/alarms/alarms_api_unittest.cc',
'browser/api/api_resource_manager_unittest.cc',
'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
'browser/api/cast_channel/cast_auth_ica_unittest.cc',