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

Unified Diff: ui/aura/aura.gyp

Issue 10416020: Desktop aura: Put x11 cache in aura, instead of ui/base/x/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix X11AtomCache ownership. Created 8 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 | « no previous file | ui/aura/env.h » ('j') | ui/aura/x11_atom_cache.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index c269a57a069614b4dda3acc010a1a81fecae6e64..ae717eca115e35eab51e909de609170d293c67da 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -110,6 +110,8 @@
'window.h',
'window_delegate.h',
'window_observer.h',
+ 'x11_atom_cache.cc',
Daniel Erat 2012/05/21 22:49:43 do we already filter out the x11_ prefix (in addit
Elliot Glaysher 2012/05/21 22:54:45 Yes. In filename_rules.gypi, there's a rule that f
+ 'x11_atom_cache.h',
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « no previous file | ui/aura/env.h » ('j') | ui/aura/x11_atom_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698