diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-13 04:41:19 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-13 04:41:19 +0000 |
commit | d0162b7adb79a7edf6bd1ecca71f1663d9a29b17 (patch) | |
tree | a96d4279e40818d0484f5a486d51f10973ceb06d /media | |
parent | 457861f945002367a95a079e2f99341c14dfc9ca (diff) | |
download | chromium_src-d0162b7adb79a7edf6bd1ecca71f1663d9a29b17.zip chromium_src-d0162b7adb79a7edf6bd1ecca71f1663d9a29b17.tar.gz chromium_src-d0162b7adb79a7edf6bd1ecca71f1663d9a29b17.tar.bz2 |
generate_stubs: Allow // comments as well as the existing #.
BUG=none
TEST=generate_stubs_unittest.py
R=ajwong@chromium.org
Review URL: https://codereview.chromium.org/332823003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/audio/pulse/pulse.sigs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media/audio/pulse/pulse.sigs b/media/audio/pulse/pulse.sigs index b5d927c..8d2dab7 100644 --- a/media/audio/pulse/pulse.sigs +++ b/media/audio/pulse/pulse.sigs @@ -1,10 +1,10 @@ -# 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. +// 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. -#------------------------------------------------ -# Functions from pulse used in media code. -#------------------------------------------------ +//------------------------------------------------ +// Functions from pulse used in media code. +//------------------------------------------------ pa_mainloop_api* pa_threaded_mainloop_get_api(pa_threaded_mainloop* m); void pa_threaded_mainloop_free(pa_threaded_mainloop* m); pa_threaded_mainloop* pa_threaded_mainloop_new(); |