Skip to content

Commit

Permalink
♻️ [story-ads]: Hook up StoryAdPageManager and StoryAdAlgorithm (#33343)
Browse files Browse the repository at this point in the history
* hook up new classes

* test

* cleanup

* dep check

* pass win
  • Loading branch information
calebcordry committed Mar 24, 2021
1 parent d719c5d commit 3e249e2
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 392 deletions.
2 changes: 2 additions & 0 deletions build-system/test-configs/dep-check-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,10 @@ exports.rules = [
// AMP Story Panning Media
'extensions/amp-story-panning-media/0.1/amp-story-panning-media.js->extensions/amp-story/1.0/amp-story-store-service.js',
// Story ads
'extensions/amp-story-auto-ads/0.1/algorithm-count-pages.js->extensions/amp-story/1.0/amp-story-store-service.js',
'extensions/amp-story-auto-ads/0.1/amp-story-auto-ads.js->extensions/amp-story/1.0/amp-story-store-service.js',
'extensions/amp-story-auto-ads/0.1/story-ad-page.js->extensions/amp-story/1.0/amp-story-store-service.js',
'extensions/amp-story-auto-ads/0.1/story-ad-page-manager.js->extensions/amp-story/1.0/amp-story-store-service.js',
'extensions/amp-story-auto-ads/0.1/amp-story-auto-ads.js->extensions/amp-story/1.0/events.js',
// TODO(#24080) Remove this when story ads have full ad network support.
'extensions/amp-story-auto-ads/0.1/story-ad-page.js->extensions/amp-ad-exit/0.1/config.js',
Expand Down

0 comments on commit 3e249e2

Please sign in to comment.