summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/app_list/search/cros_action_history/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/ui/app_list/search/cros_action_history/BUILD.gn')
-rw-r--r--chromium/chrome/browser/ui/app_list/search/cros_action_history/BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/chrome/browser/ui/app_list/search/cros_action_history/BUILD.gn b/chromium/chrome/browser/ui/app_list/search/cros_action_history/BUILD.gn
new file mode 100644
index 00000000000..19d6c05846e
--- /dev/null
+++ b/chromium/chrome/browser/ui/app_list/search/cros_action_history/BUILD.gn
@@ -0,0 +1,11 @@
+# Copyright 2018 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//third_party/protobuf/proto_library.gni")
+
+proto_library("cros_action_proto") {
+ sources = [
+ "cros_action.proto",
+ ]
+}