diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 21:57:04 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 21:57:04 +0000 |
commit | dbf21cc6203bfef5ce4dc7a9df4ce2f486445dd2 (patch) | |
tree | 5ec56f65866e62e8d0090b26e2e224de72729731 /ppapi/api/trusted | |
parent | 0158ee76f6ec8a8223de6ea62850d83a2ee98003 (diff) | |
download | chromium_src-dbf21cc6203bfef5ce4dc7a9df4ce2f486445dd2.zip chromium_src-dbf21cc6203bfef5ce4dc7a9df4ce2f486445dd2.tar.gz chromium_src-dbf21cc6203bfef5ce4dc7a9df4ce2f486445dd2.tar.bz2 |
Tweak the PPAPI IDL generator to wrap the generated-from comment if necessary.
BUG=109129
Review URL: http://codereview.chromium.org/8983022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/trusted')
-rw-r--r-- | ppapi/api/trusted/ppb_audio_input_trusted_dev.idl | 2 | ||||
-rw-r--r-- | ppapi/api/trusted/ppb_file_chooser_trusted.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/api/trusted/ppb_audio_input_trusted_dev.idl b/ppapi/api/trusted/ppb_audio_input_trusted_dev.idl index b845ac1..228ecbc 100644 --- a/ppapi/api/trusted/ppb_audio_input_trusted_dev.idl +++ b/ppapi/api/trusted/ppb_audio_input_trusted_dev.idl @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium Authors. All rights reserved. +/* Copyright (c) 2012 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. */ diff --git a/ppapi/api/trusted/ppb_file_chooser_trusted.idl b/ppapi/api/trusted/ppb_file_chooser_trusted.idl index 8f03292..d921c81 100644 --- a/ppapi/api/trusted/ppb_file_chooser_trusted.idl +++ b/ppapi/api/trusted/ppb_file_chooser_trusted.idl @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium Authors. All rights reserved. +/* Copyright (c) 2012 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. */ |