[Ozone-Drm] Add support for async content protection
[chromium-blink-merge.git] / chromeos / ime / BUILD.gn
blobc471ca415fb58fc23e6707f0c1692684efee8f31
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 action("gencode") {
6   script = "gen_input_methods.py"
7   sources = [
8     "//chromeos/ime/input_methods.txt",
9   ]
10   outputs = [
11     "$target_gen_dir/input_methods.h",
12   ]
13   args = [
14     rebase_path("//chromeos/ime/input_methods.txt"),
15     rebase_path("$target_gen_dir/input_methods.h"),
16   ]