Ai
2 Star 0 Fork 0

chromium_develop/chromium_third_party_google_input_tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 806 Bytes
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 2022-08-16 16:07 +08:00 . chromium origin init
# Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
# limitations under the License.
# See the License for the specific language governing permissions and
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# distributed under the License is distributed on an "AS-IS" BASIS,
# Unless required by applicable law or agreed to in writing, software
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# You may obtain a copy of the License at
# you may not use this file except in compliance with the License.
# Licensed under the Apache License, Version 2.0 (the "License");
#
SHELL:=/bin/bash
BUILD_DIR:=src/chrome/os/inputview/build
all: inputview.js
inputview.js: clean
@make -C $(BUILD_DIR)
@cp $(BUILD_DIR)/inputview.js .
clean:
$(RM) $(BUILD_DIR)/inputview.js
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chromium_develop/chromium_third_party_google_input_tools.git
git@gitee.com:chromium_develop/chromium_third_party_google_input_tools.git
chromium_develop
chromium_third_party_google_input_tools
chromium_third_party_google_input_tools
master

搜索帮助