blob: 9abb1f1f40170b27f91d8f426749c0f2c8088b0a [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.resources;
import org.chromium.chrome.R;
class ResourceId {
static int[] getResourceIdList() {
int[] resourceList = {
#define LINK_RESOURCE_ID(c_id,java_id) java_id,
#define DECLARE_RESOURCE_ID(c_id,java_id) java_id,
#include "chrome/browser/android/resource_id.h"
#include "components/permissions/android/resource_id.h"
};
return resourceList;
}
}