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

Unified Diff: media/BUILD.gn

Issue 409163004: ozone: Fix GN build for ozone_egl_demo, ozone_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove empty file Created 6 years, 5 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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 5f5871d5b2e07e118b76c8294e63b6f2050f01ca..7e3f9e1d48d21821ef0fa4d58255f240051638d6 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -518,16 +518,16 @@ component("media") {
"ozone/media_ozone_platform.h",
]
- deps += [ "//ui/ozone/ozone" ]
+ deps += [ "//ui/ozone" ]
action("generate_constructor_list") {
# Ozone platform objects are auto-generated using similar
# patterns for naming and classes constructors. Here we build the
# object MediaOzonePlatform.
script = "../ui/ozone/generate_constructor_list.py"
- sources = [ platform_list_txt_file ]
+ inputs = [ platform_list_txt_file ]
outputs = [ constructor_list_cc_file ]
- args += [
+ args = [
"--platform_list=$platform_list_txt_file",
"--output_cc=$constructor_list_cc_file",
"--namespace=media",

Powered by Google App Engine
This is Rietveld 408576698