Commit 1693b283 authored by Ted Meyer's avatar Ted Meyer Committed by Commit Bot

Add nogncheck to include which GN thinks is not ok

//media/capture:capture_unittests only includes this file on chromeos
and so if it is being built on a non-cros machine, then gn will give an
error message.

//media/gpu/vaapi:common includes only //ui/gfx/ozone only when use_x11
is set to true, so it needs a nogncheck on vaapi_wrapper.h when it
includes the x11 header.

Change-Id: I09580a36f349f797100c9c8e82d9a063b997afc0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436705Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813074}
parent 97f5a535
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#include "media/capture/video/chromeos/public/cros_features.h" #include "media/capture/video/chromeos/public/cros_features.h"
#include "media/capture/video/chromeos/video_capture_device_chromeos_halv3.h" #include "media/capture/video/chromeos/video_capture_device_chromeos_halv3.h"
#include "media/capture/video/chromeos/video_capture_device_factory_chromeos.h" #include "media/capture/video/chromeos/video_capture_device_factory_chromeos.h"
#include "media/gpu/test/local_gpu_memory_buffer_manager.h" #include "media/gpu/test/local_gpu_memory_buffer_manager.h" // nogncheck
#include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/pending_receiver.h"
#endif #endif
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "ui/gfx/geometry/size.h" #include "ui/gfx/geometry/size.h"
#if defined(USE_X11) #if defined(USE_X11)
#include "ui/gfx/x/x11.h" #include "ui/gfx/x/x11.h" // nogncheck
#endif // USE_X11 #endif // USE_X11
namespace gfx { namespace gfx {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment