Index: chrome/common/features.gni |
diff --git a/chrome/common/features.gni b/chrome/common/features.gni |
deleted file mode 100644 |
index 2e92745ca3b5ae136b5ec6bc9eaa1ee73abd98a1..0000000000000000000000000000000000000000 |
--- a/chrome/common/features.gni |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-# Copyright 2015 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. |
- |
-# This is the GN version of //chrome/chrome_features.gypi. |
-# Please keep in sync! |
- |
-declare_args() { |
- enable_google_now = !is_ios && !is_android |
-} |
- |
-chrome_grit_defines = [ "enable_google_now=$enable_google_now" ] |