Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / ActivityTypeIds.template
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package org.chromium.chrome.browser;
6
7 public class ActivityTypeIds {
8 #define DEFINE_ACTIVITY_ID(id,value) public static final int ACTIVITY_##id = value;
9 #include "chrome/browser/android/activity_type_id_list.h"
10 #undef DEFINE_ACTIVITY_ID
11 }