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

Unified Diff: ppapi/examples/BUILD.gn

Issue 921993002: Implement the rest of the PPAPI examples in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ppapi_examples
Patch Set: Fix GYP Created 5 years, 10 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
Index: ppapi/examples/BUILD.gn
diff --git a/ppapi/examples/BUILD.gn b/ppapi/examples/BUILD.gn
index 1c20c4a83eb5ebbfb6b45627da678b14793768b0..fedb176a79336680f687ad456c44d7354336e562 100644
--- a/ppapi/examples/BUILD.gn
+++ b/ppapi/examples/BUILD.gn
@@ -1,10 +1,36 @@
# Copyright 2015 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.
+# found in the LICENSE file.
group("examples") {
testonly = true
deps = [
+ "//ppapi/examples/2d",
"//ppapi/examples/audio",
+ "//ppapi/examples/audio_input",
+ "//ppapi/examples/compositor",
+ "//ppapi/examples/crxfs",
+ "//ppapi/examples/enumerate_devices",
+ "//ppapi/examples/file_chooser",
+ "//ppapi/examples/flash_topmost",
+ "//ppapi/examples/font",
+ "//ppapi/examples/gamepad",
+ "//ppapi/examples/gles2",
+ "//ppapi/examples/gles2_spinning_cube",
+ "//ppapi/examples/ime",
+ "//ppapi/examples/input",
+ "//ppapi/examples/media_stream_audio",
+ "//ppapi/examples/media_stream_video",
+ "//ppapi/examples/mouse_cursor",
+ "//ppapi/examples/mouse_lock",
+ "//ppapi/examples/printing",
+ "//ppapi/examples/scaling",
+ "//ppapi/examples/scripting",
+ "//ppapi/examples/stub",
+ "//ppapi/examples/threading",
+ "//ppapi/examples/url_loader",
+ "//ppapi/examples/video_capture",
+ "//ppapi/examples/video_decode",
+ "//ppapi/examples/video_effects",
]
}

Powered by Google App Engine
This is Rietveld 408576698