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

Unified Diff: content/utility/BUILD.gn

Issue 1138003007: Add gypi_to_gn for content/utility sources list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update libcontent target Created 5 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
« no previous file with comments | « content/content_utility.gypi ('k') | content/utility/utility.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/BUILD.gn
diff --git a/content/utility/BUILD.gn b/content/utility/BUILD.gn
index d98d63921c162a22fd68dc66554966682ec94a84..9e91d7babaa0088c0e1168db3771afeb116fd812 100644
--- a/content/utility/BUILD.gn
+++ b/content/utility/BUILD.gn
@@ -2,22 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//content/utility/utility.gni")
+
source_set("utility") {
# Only the public target should depend on this. All other targets (even
# internal content ones) should depend on the public one.
visibility = [ "//content/public/utility:utility_sources" ]
- sources = [
- "in_process_utility_thread.cc",
- "in_process_utility_thread.h",
- "utility_blink_platform_impl.cc",
- "utility_blink_platform_impl.h",
- "utility_main.cc",
- "utility_thread_impl.cc",
- "utility_thread_impl.h",
- "webthread_impl_for_utility_thread.cc",
- "webthread_impl_for_utility_thread.h",
- ]
+ sources =
+ rebase_path(content_utility_gypi_values.utility_sources, ".", "//content")
configs += [ "//content:content_implementation" ]
@@ -28,6 +21,5 @@ source_set("utility") {
"//content/public/common:common_sources",
"//courgette:courgette_lib",
"//third_party/WebKit/public:blink_headers",
- "//third_party/mojo/src/mojo/public/interfaces/application",
]
}
« no previous file with comments | « content/content_utility.gypi ('k') | content/utility/utility.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698