| Index: chrome/android/java/ActivityTypeIds.template
|
| diff --git a/chrome/android/java/ActivityTypeIds.template b/chrome/android/java/ActivityTypeIds.template
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4f9783c9d25c7fff719e8ff60a706caa7303495b
|
| --- /dev/null
|
| +++ b/chrome/android/java/ActivityTypeIds.template
|
| @@ -0,0 +1,11 @@
|
| +// 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;
|
| +
|
| +public class ActivityTypeIds {
|
| +#define DEFINE_ACTIVITY_ID(id,value) public static final int ACTIVITY_##id = value;
|
| +#include "chrome/browser/android/activity_type_ids.h"
|
| +#undef DEFINE_ACTIVITY_ID
|
| +}
|
|
|