Index: components/history/content/browser/BUILD.gn |
diff --git a/components/history/core/android/BUILD.gn b/components/history/content/browser/BUILD.gn |
similarity index 50% |
copy from components/history/core/android/BUILD.gn |
copy to components/history/content/browser/BUILD.gn |
index b49d867524c1db0799a087d48bc436a4054a7048..30628c28f63b6b0d15a82572203c5c4114eecdef 100644 |
--- a/components/history/core/android/BUILD.gn |
+++ b/components/history/content/browser/BUILD.gn |
@@ -1,16 +1,16 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
+# 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. |
-static_library("android") { |
+static_library("browser") { |
sources = [ |
- "android_history_types.cc", |
- "android_history_types.h", |
+ "download_constants_utils.cc", |
+ "download_constants_utils.h", |
] |
deps = [ |
"//base", |
"//components/history/core/browser", |
- "//sql", |
+ "//content/public/browser", |
] |
} |