diff options
author | dbeam <dbeam@chromium.org> | 2015-06-24 18:10:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-25 01:11:27 +0000 |
commit | b6974eabfd57abde66d3b84182f7e2b8926685c7 (patch) | |
tree | 042ae3099c7f607f631d3accf60e9e0fb12d09fc | |
parent | 5cc7a4c645aa31402840989a5259b848c27ed366 (diff) | |
download | chromium_src-b6974eabfd57abde66d3b84182f7e2b8926685c7.zip chromium_src-b6974eabfd57abde66d3b84182f7e2b8926685c7.tar.gz chromium_src-b6974eabfd57abde66d3b84182f7e2b8926685c7.tar.bz2 |
Fix enable_topchrome_md define misspelling.
R=girard@chromium.org
BUG=none
TEST=GN build works?
Review URL: https://codereview.chromium.org/1205193002
Cr-Commit-Position: refs/heads/master@{#336060}
-rw-r--r-- | build/config/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn index 9fc86fd..e92c3ae 100644 --- a/build/config/BUILD.gn +++ b/build/config/BUILD.gn @@ -225,7 +225,7 @@ config("feature_flags") { defines += [ "ENABLE_HIDPI=1" ] } if (enable_topchrome_md) { - defines += [ "ENABLE_TOPCHRME_MD=1" ] + defines += [ "ENABLE_TOPCHROME_MD=1" ] } if (proprietary_codecs) { defines += [ "USE_PROPRIETARY_CODECS" ] |