Index: chrome/browser/BUILD.gn |
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
index d1c77283426194bd549cffb5ed320aaddbaadf1a..805552dddbb6de8d5a0628651f8c0db8b446a54f 100644 |
--- a/chrome/browser/BUILD.gn |
+++ b/chrome/browser/BUILD.gn |
@@ -1,4 +1,3 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
Mark P
2017/07/17 23:36:11
I don't think we're supposed to remove lines that
|
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
@@ -83,6 +82,8 @@ split_static_library("browser") { |
"autocomplete/chrome_autocomplete_provider_client.h", |
"autocomplete/chrome_autocomplete_scheme_classifier.cc", |
"autocomplete/chrome_autocomplete_scheme_classifier.h", |
+ "autocomplete/contextual_suggestions_service_factory.cc", |
+ "autocomplete/contextual_suggestions_service_factory.h", |
"autocomplete/in_memory_url_index_factory.cc", |
"autocomplete/in_memory_url_index_factory.h", |
"autocomplete/shortcuts_backend_factory.cc", |