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

Unified Diff: chrome/chrome_dll.gypi

Issue 9288053: Remove old (pre-webkit) compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test Created 8 years, 11 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 | « chrome/browser/translate/translate_manager_browsertest.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 2119ceae725da77c0fe62adf61d21db3dcb99cdb..a00a25f42caad29f5070eae36465a3357cce8050 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -16,14 +16,10 @@
'app/policy/cloud_policy_codegen.gyp:policy',
],
'conditions': [
- ['use_webkit_compositor==1 and views_compositor==1', {
+ ['views_compositor==1', {
'dependencies': [
'../ui/gfx/compositor/compositor.gyp:compositor',
],
- }, { # use_webkit_compositor!=1
- 'dependencies': [
- '../ui/gfx/compositor/compositor.gyp:test_compositor',
- ],
}],
['OS=="win"', {
'product_name': 'chrome',
« no previous file with comments | « chrome/browser/translate/translate_manager_browsertest.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698