[Android] Rename annotations from base to build
Chromium change: https://github.com/chromium/chromium/commit/81c3fcc981d18d5e1fdd6430b9de75bfde470b02 Android: Rename annotations from base to build These annotation java files have been moved to build as they relate more to our build than base. Their package name should reflect their current location. The old code and proguard flags have been kept to avoid breaking downstream. They will be removed after downstream rename is landed. Cq-Include-Trybots: luci.chrome.try:android-internal-rel Bug: 1038372 Change-Id: I58a00a67816214ff81a62899409c5d5dbd3e3965
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
package org.chromium.chrome.browser.crash;
|
||||
|
||||
import org.chromium.base.annotations.MainDex;
|
||||
import org.chromium.base.annotations.UsedByReflection;
|
||||
import org.chromium.build.annotations.MainDex;
|
||||
import org.chromium.build.annotations.UsedByReflection;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
package org.chromium.chrome.browser.upgrade;
|
||||
|
||||
import org.chromium.base.annotations.IdentifierNameString;
|
||||
import org.chromium.build.annotations.IdentifierNameString;
|
||||
import org.chromium.chrome.browser.base.SplitCompatJobIntentService;
|
||||
|
||||
public class BraveUpgradeJobIntentService extends SplitCompatJobIntentService {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
package org.chromium.chrome.browser.vpn.wireguard;
|
||||
|
||||
import org.chromium.base.annotations.IdentifierNameString;
|
||||
import org.chromium.build.annotations.IdentifierNameString;
|
||||
import org.chromium.chrome.browser.base.SplitCompatService;
|
||||
|
||||
/** See {@link WireguardServiceImpl}. */
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ import android.view.MenuItem;
|
||||
|
||||
import org.chromium.base.BraveReflectionUtil;
|
||||
import org.chromium.base.Log;
|
||||
import org.chromium.base.annotations.UsedByReflection;
|
||||
import org.chromium.build.annotations.UsedByReflection;
|
||||
import org.chromium.components.content_settings.ContentSettingsType;
|
||||
import org.chromium.content_public.browser.BrowserContextHandle;
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
package org.chromium.components.browser_ui.site_settings;
|
||||
|
||||
import org.chromium.base.BraveReflectionUtil;
|
||||
import org.chromium.base.annotations.UsedByReflection;
|
||||
import org.chromium.build.annotations.UsedByReflection;
|
||||
import org.chromium.components.content_settings.ContentSettingValues;
|
||||
import org.chromium.components.content_settings.ContentSettingsType;
|
||||
import org.chromium.content_public.browser.BrowserContextHandle;
|
||||
|
||||
Reference in New Issue
Block a user