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

Unified Diff: content/content_browser.gypi

Issue 301233005: Removes useage of deprecated Compositor constructor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/browser/compositor/image_transport_factory_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 736513ea2a3c00dfd7d7cf59af24224a923a4541..92c5e7df20156329243f9739cc9ce6e38acb71aa 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1694,8 +1694,6 @@
['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
['exclude', '^browser/renderer_host/ui_events_helper.cc'],
['exclude', '^browser/renderer_host/ui_events_helper.h'],
- ['exclude', '^browser/context_factory.cc'],
- ['exclude', '^public/browser/context_factory.h'],
],
}],
['use_aura==1 or OS=="mac"', {
@@ -1705,6 +1703,8 @@
}, {
'sources/': [
['exclude', '^browser/compositor/'],
+ ['exclude', '^browser/context_factory.cc'],
+ ['exclude', '^public/browser/context_factory.h'],
]
}],
['enable_plugins==1', {
« no previous file with comments | « content/browser/compositor/image_transport_factory_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698