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

Unified Diff: content/content.gyp

Issue 1799713002: gpu_host_messages.h => content/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed an unnecessary include Created 4 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 765dcd5a4d1b6f417ea3735dfdc0e50c3db0b891..ff15c09592f38bd6cb3e7739f1c876399aa43c7f 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -213,6 +213,7 @@
'chrome_manifest',
'chrome_renderer_manifest',
'content_common',
+ 'content_gpu',
'content_resources',
],
'export_dependent_settings': [
@@ -226,7 +227,6 @@
}],
['OS=="android"', {
'dependencies': [
- 'content_gpu',
'content_utility',
],
}],
@@ -310,6 +310,7 @@
'common_features',
'content_child',
'content_common',
+ 'content_gpu',
'content_resources',
],
'export_dependent_settings': [

Powered by Google App Engine
This is Rietveld 408576698