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

Unified Diff: content/content.gyp

Issue 23452016: Fix names of in-process threads, tidy gpu DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps for webview Created 7 years, 3 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/browser/gpu/gpu_process_host.cc ('k') | content/content_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 9c51df76f2864975d5b225a997289758689eb955..221a1a53928a3e57c7edc508631022819b66a135 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -122,17 +122,17 @@
'content_resources.gyp:content_resources',
],
'conditions': [
- ['OS != "ios" and chrome_multiple_dll != 1', {
+ ['java_bridge==1', {
+ 'dependencies': [
+ 'content_child',
+ ]
+ }],
+ ['OS=="android"', {
'dependencies': [
'content_gpu',
'content_utility',
],
}],
- ['java_bridge==1', {
- 'dependencies': [
- 'content_child',
- ]
- }]
],
},
{
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698