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

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: rebase 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
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index aa7daea5828ea104a1e3d25389b4d80089c70cc8..3e50542b48550bff236deac1371046f688e1c0f8 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 ]
brettw 2014/07/24 18:12:08 This code is all messed up (beyond the error you'r
spang 2014/07/24 18:35:43 Done.
outputs = [ constructor_list_cc_file ]
- args += [
+ args = [
"--platform_list=$platform_list_txt_file",
"--output_cc=$constructor_list_cc_file",
"--namespace=media",
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698