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

Unified Diff: ios/shared/chrome/browser/ui/tools_menu/BUILD.gn

Issue 2815233002: [ios] Move ToolsMenuConfiguration to shared. (Closed)
Patch Set: Created 3 years, 8 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
Index: ios/shared/chrome/browser/ui/tools_menu/BUILD.gn
diff --git a/ios/shared/chrome/browser/ui/tools_menu/BUILD.gn b/ios/shared/chrome/browser/ui/tools_menu/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..eb5a01d6c3a5deb78a6a63067856118edeb76c25
--- /dev/null
+++ b/ios/shared/chrome/browser/ui/tools_menu/BUILD.gn
@@ -0,0 +1,17 @@
+# Copyright 2017 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.
+
+source_set("tools_menu") {
+ sources = [
+ "tools_menu_configuration.h",
+ "tools_menu_configuration.mm",
+ ]
+
+ configs += [ "//build/config/compiler:enable_arc" ]
+
+ deps = [
+ "//base",
+ "//ios/web:user_agent",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698