Skip to content

Commit

Permalink
Move ads vendor configs into a dedeicated folder (#32218)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerivq committed Jan 27, 2021
1 parent b738789 commit 71ed0fc
Show file tree
Hide file tree
Showing 522 changed files with 853 additions and 853 deletions.
510 changes: 255 additions & 255 deletions 3p/integration.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ads/1wo.js → ads/vendors/1wo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/24smi.js → ads/vendors/24smi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData, validateSrcPrefix} from '../3p/3p';
import {loadScript, validateData, validateSrcPrefix} from '../../3p/3p';

const jsnPrefix = 'https://jsn.24smi.net/';
const smiJs = `${jsnPrefix}smi.js`;
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ads/_fakedelayed_.js → ads/vendors/_fakedelayed_.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import {setStyles} from '../src/style';
import {validateData, writeScript} from '../3p/3p';
import {setStyles} from '../../src/style';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ads/_ping_.js → ads/vendors/_ping_.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import {dev, devAssert, userAssert} from '../src/log';
import {validateData} from '../3p/3p';
import {dev, devAssert, userAssert} from '../../src/log';
import {validateData} from '../../3p/3p';

/**
* A fake ad network integration that is mainly used for testing
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/a8.js → ads/vendors/a8.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions ads/a9.js → ads/vendors/a9.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* limitations under the License.
*/

import {hasOwn} from '../src/utils/object';
import {loadScript, validateData, writeScript} from '../3p/3p';
import {parseJson} from '../src/json';
import {hasOwn} from '../../src/utils/object';
import {loadScript, validateData, writeScript} from '../../3p/3p';
import {parseJson} from '../../src/json';

const mandatoryParams = [],
optionalParams = [
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/accesstrade.js → ads/vendors/accesstrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adagio.js → ads/vendors/adagio.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adblade.js → ads/vendors/adblade.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

const adbladeFields = ['width', 'height', 'cid'];
const adbladeHostname = 'web.adblade.com';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adbutler.js → ads/vendors/adbutler.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adform.js → ads/vendors/adform.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, validateSrcPrefix, writeScript} from '../3p/3p';
import {validateData, validateSrcPrefix, writeScript} from '../../3p/3p';

// Valid adform ad source hosts
const hosts = {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adfox.js → ads/vendors/adfox.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';
import {yandex} from './yandex';

/**
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adgeneration.js → ads/vendors/adgeneration.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adglare.js → ads/vendors/adglare.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adhese.js → ads/vendors/adhese.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ads/adincube.js → ads/vendors/adincube.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import {hasOwn} from '../src/utils/object';
import {loadScript, validateData} from '../3p/3p';
import {hasOwn} from '../../src/utils/object';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adition.js → ads/vendors/adition.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adman.js → ads/vendors/adman.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData} from '../3p/3p';
import {validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/admanmedia.js → ads/vendors/admanmedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ads/admixer.js → ads/vendors/admixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import {tryParseJson} from '../src/json';
import {validateData, writeScript} from '../3p/3p';
import {tryParseJson} from '../../src/json';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adnuntius.js → ads/vendors/adnuntius.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions ads/adocean.js → ads/vendors/adocean.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* limitations under the License.
*/

import {CONSENT_POLICY_STATE} from '../src/consent-state';
import {computeInMasterFrame, validateData, writeScript} from '../3p/3p';
import {parseJson} from '../src/json';
import {CONSENT_POLICY_STATE} from '../../src/consent-state';
import {computeInMasterFrame, validateData, writeScript} from '../../3p/3p';
import {parseJson} from '../../src/json';

/**
* @const {Object<string, string>}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adop.js → ads/vendors/adop.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adpicker.js → ads/vendors/adpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ads/adplugg.js → ads/vendors/adplugg.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import {hasOwn} from '../src/utils/object';
import {loadScript, validateData} from '../3p/3p';
import {hasOwn} from '../../src/utils/object';
import {loadScript, validateData} from '../../3p/3p';

/**
* Make an AdPlugg iframe.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adpon.js → ads/vendors/adpon.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adreactor.js → ads/vendors/adreactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adsensor.js → ads/vendors/adsensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {writeScript} from '../3p/3p';
import {writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adservsolutions.js → ads/vendors/adservsolutions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adsloom.js → ads/vendors/adsloom.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adsnative.js → ads/vendors/adsnative.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adspeed.js → ads/vendors/adspeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {validateData, writeScript} from '../3p/3p';
import {validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions ads/adspirit.js → ads/vendors/adspirit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

import {setStyles} from '../src/style';
import {validateData} from '../3p/3p';
import {setStyles} from '../../src/style';
import {validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adstir.js → ads/vendors/adstir.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adstyle.js → ads/vendors/adstyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adtech.js → ads/vendors/adtech.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
validateSrcContains,
validateSrcPrefix,
writeScript,
} from '../3p/3p';
} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adtelligent.js → ads/vendors/adtelligent.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adthrive.js → ads/vendors/adthrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/adunity.js → ads/vendors/adunity.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ads/aduptech.js → ads/vendors/aduptech.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {loadScript, validateData} from '../3p/3p';
import {loadScript, validateData} from '../../3p/3p';

/**
* ID for the html container
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions ads/adventive.js → ads/vendors/adventive.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
* limitations under the License.
*/

import {addParamsToUrl} from '../src/url.js';
import {dict, hasOwn} from '../src/utils/object';
import {endsWith} from '../src/string';
import {loadScript, validateData, writeScript} from '../3p/3p';
import {addParamsToUrl} from '../../src/url.js';
import {dict, hasOwn} from '../../src/utils/object';
import {endsWith} from '../../src/string';
import {loadScript, validateData, writeScript} from '../../3p/3p';

/**
* @param {!Window} global
Expand Down
File renamed without changes.

0 comments on commit 71ed0fc

Please sign in to comment.