Adding NOLINT for typedefs.h and common_types.h

Now that we have moved WebRTC from src/webrtc to src/, common_types.h
and typedefs.h are triggering a cpplint error.

The cpplint complaint is:
Include the directory when naming .h files  [build/include] [4]

This CL disables the error but we have to remove these two headers
from the root directory.

NOPRESUBMIT=true

Bug: webrtc:5876
Change-Id: I08e1b69aadcc4b28ab83bf25e3819d135d41d333
Reviewed-on: https://webrtc-review.googlesource.com/1577
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Henrik Kjellander <kjellander@google.com>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19859}
This commit is contained in:
Mirko Bonadei
2017-09-15 13:58:09 +02:00
committed by Commit Bot
parent 563934e726
commit 7120742701
549 changed files with 595 additions and 595 deletions

View File

@ -15,7 +15,7 @@
#include "modules/video_coding/include/video_codec_interface.h"
#include "rtc_base/checks.h"
#include "typedefs.h"
#include "typedefs.h" // NOLINT(build/include)
namespace webrtc {

View File

@ -18,7 +18,7 @@
#include "modules/video_coding/include/video_codec_interface.h"
#include "test/gmock.h"
#include "typedefs.h"
#include "typedefs.h" // NOLINT(build/include)
namespace webrtc {

View File

@ -15,7 +15,7 @@
#include "modules/video_coding/codecs/test/packet_manipulator.h"
#include "test/gmock.h"
#include "typedefs.h"
#include "typedefs.h" // NOLINT(build/include)
#include "common_video/include/video_frame.h"
namespace webrtc {

View File

@ -16,7 +16,7 @@
#include "modules/video_coding/include/video_codec_interface.h"
#include "test/gtest.h"
#include "test/testsupport/unittest_utils.h"
#include "typedefs.h"
#include "typedefs.h" // NOLINT(build/include)
namespace webrtc {
namespace test {

View File

@ -13,7 +13,7 @@
#include <vector>
#include "common_types.h"
#include "common_types.h" // NOLINT(build/include)
namespace webrtc {
namespace test {

View File

@ -18,7 +18,7 @@
#include <vector>
#include "api/video/i420_buffer.h"
#include "common_types.h"
#include "common_types.h" // NOLINT(build/include)
#include "modules/video_coding/codecs/vp8/simulcast_rate_allocator.h"
#include "modules/video_coding/include/video_codec_initializer.h"
#include "modules/video_coding/utility/default_video_bitrate_allocator.h"

View File

@ -15,7 +15,7 @@
#include <string>
#include <vector>
#include "common_types.h"
#include "common_types.h" // NOLINT(build/include)
#include "media/engine/webrtcvideodecoderfactory.h"
#include "media/engine/webrtcvideoencoderfactory.h"
#include "modules/video_coding/codecs/test/packet_manipulator.h"

View File

@ -11,7 +11,7 @@
#include <memory>
#include "api/video/i420_buffer.h"
#include "common_types.h"
#include "common_types.h" // NOLINT(build/include)
#include "modules/video_coding/codecs/test/mock/mock_packet_manipulator.h"
#include "modules/video_coding/codecs/test/videoprocessor.h"
#include "modules/video_coding/include/mock/mock_video_codec_interface.h"
@ -24,7 +24,7 @@
#include "test/testsupport/packet_reader.h"
#include "test/testsupport/unittest_utils.h"
#include "test/video_codec_settings.h"
#include "typedefs.h"
#include "typedefs.h" // NOLINT(build/include)
using ::testing::_;
using ::testing::AtLeast;

View File

@ -11,7 +11,7 @@
#ifndef MODULES_VIDEO_CODING_CODECS_VP8_INCLUDE_VP8_COMMON_TYPES_H_
#define MODULES_VIDEO_CODING_CODECS_VP8_INCLUDE_VP8_COMMON_TYPES_H_
#include "common_types.h"
#include "common_types.h" // NOLINT(build/include)
namespace webrtc {

View File

@ -15,7 +15,7 @@
#include "modules/video_coding/utility/frame_dropper.h"
#include "rtc_base/rate_statistics.h"
#include "rtc_base/timeutils.h"
#include "typedefs.h"
#include "typedefs.h" // NOLINT(build/include)
namespace webrtc {

View File

@ -14,7 +14,7 @@
#include <vector>
#include "typedefs.h"
#include "typedefs.h" // NOLINT(build/include)
struct vpx_codec_enc_cfg;
typedef struct vpx_codec_enc_cfg vpx_codec_enc_cfg_t;

View File

@ -20,7 +20,7 @@
#include "libyuv/scale.h" // NOLINT
#include "libyuv/convert.h" // NOLINT
#include "common_types.h"
#include "common_types.h" // NOLINT(build/include)
#include "common_video/libyuv/include/webrtc_libyuv.h"
#include "modules/include/module_common_types.h"
#include "modules/video_coding/codecs/vp8/include/vp8_common_types.h"