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

Unified Diff: content/browser/BUILD.gn

Issue 2795263003: Remove unnecessary gin dependency from content/browser/. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | content/browser/child_process_launcher_helper_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ae7db2008a4cd7a76e7bc9147b4038618c71d43a..519f2436fd34d99a4b19e9139ef036c9bd020423 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1507,9 +1507,6 @@ source_set("browser") {
"file_descriptor_info_impl.cc",
"file_descriptor_info_impl.h",
]
-
- # On Windows, the browser cannot depend on gin/V8.
- deps += [ "//gin" ]
}
if (enable_basic_printing || enable_print_preview) {
« no previous file with comments | « no previous file | content/browser/child_process_launcher_helper_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698