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

Unified Diff: content/shell/BUILD.gn

Issue 2755973003: DevTools: android shouldn't depend on devtools frontend (Closed)
Patch Set: fix Created 3 years, 9 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/public/browser/devtools_frontend_host.h ('k') | content/shell/browser/shell_devtools_frontend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index ee8354b3ea3ac0280f84f5525572261986669505..a8b5f2bf1c47c999f5f2b8fffa18d3167aacc417 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -449,9 +449,11 @@ repack("pak") {
sources +=
[ "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak" ]
}
-
- sources += [ "$root_gen_dir/content/browser/devtools/devtools_resources.pak" ]
- deps += [ "//content/browser/devtools:resources" ]
+ if (!is_android) {
+ sources +=
+ [ "$root_gen_dir/content/browser/devtools/devtools_resources.pak" ]
+ deps += [ "//content/browser/devtools:resources" ]
+ }
output = "$root_out_dir/content_shell.pak"
}
« no previous file with comments | « content/public/browser/devtools_frontend_host.h ('k') | content/shell/browser/shell_devtools_frontend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698