Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: .gn

Issue 1983503002: Enable gn check of some //media files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove base Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index d16b220999987be2fa21e8c0b62cdffce1dba800..dab08d3526a8c23c11f3b3f18b7e00a1d25af67d 100644
--- a/.gn
+++ b/.gn
@@ -74,6 +74,23 @@ check_targets = [
"//mash/*",
#"//media/*", # Lots of errors.
+ #"//media/base/*",
+ #"//media/capture/*",
+ #"//media/cast/*",
+ #"//media/test/*",
+ "//media:media",
+ "//media:shared_memory_support",
+ "//media:media_unittests",
+ "//media:audio_unittests",
+ "//media:media_perftests",
+ "//media/audio/*",
+ "//media/blink/*",
+ "//media/cdm/*",
+ "//media/ffmpeg/*",
+ "//media/gpu/*",
+ "//media/midi/*",
+ "//media/mojo/*",
+
"mojo/*",
#"//native_client/*",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698