- add sources.
[platform/framework/web/crosswalk.git] / src / content / public / android / java / src / org / chromium / content / common / common.aidl
1 // Copyright (c) 2012 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 // This file is needed to compile IChildProcessCallback.aidl and
6 // IChildProcessServices.aidl into java source files.  See
7 // content/public/android/java/content.xml for target aidl.
8
9 interface org.chromium.content.common.IChildProcessCallback;
10 interface org.chromium.content.common.IChildProcessService;