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

Unified Diff: components/translate/BUILD.gn

Issue 305993002: Update skia and ui GN builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git log Created 6 years, 7 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: components/translate/BUILD.gn
diff --git a/components/translate/BUILD.gn b/components/translate/BUILD.gn
index f1eab98bd89d96ad25dd1712f641b753fff59ff6..3df13cc4136cf830ea015ef634b22cace5cd1487 100644
--- a/components/translate/BUILD.gn
+++ b/components/translate/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("translate_core_browser") {
+source_set("translate_core_browser") {
sources = [
"core/browser/language_state.cc",
"core/browser/language_state.h",
@@ -48,7 +48,7 @@ static_library("translate_core_browser") {
}
}
-static_library("translate_core_common") {
+source_set("translate_core_common") {
sources = [
"core/common/language_detection_details.cc",
"core/common/language_detection_details.h",
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | device/usb/BUILD.gn » ('j') | ui/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698