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

Unified Diff: ui/aura/aura.gyp

Issue 23483041: [Cleanup] Remove mac code from aura/ash/views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « ash/wm/window_manager_unittest.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »
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 a4fe8612de66f3831a4d5d4ae44d1a982914b958..2391f9f113d1e6f8fc04b33001d91ca81205d4b9 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -83,19 +83,13 @@
'remote_root_window_host_win.h',
'root_window_host.h',
'root_window_host_delegate.h',
- 'root_window_host_mac.h',
- 'root_window_host_mac.mm',
'root_window_host_ozone.cc',
'root_window_host_ozone.h',
'root_window_host_win.cc',
'root_window_host_win.h',
'root_window_host_x11.cc',
'root_window_host_x11.h',
- 'root_window_mac.h',
- 'root_window_mac.mm',
'root_window_transformer.h',
- 'root_window_view_mac.h',
- 'root_window_view_mac.mm',
'root_window.cc',
'root_window.h',
'window.cc',
@@ -106,12 +100,6 @@
'window_tracker.h',
],
'conditions': [
- ['OS=="mac"', {
- 'sources/': [
- ['exclude', 'client/dispatcher_client.cc'],
- ['exclude', 'client/dispatcher_client.h'],
- ],
- }],
['use_x11==1', {
'link_settings': {
'libraries': [
« no previous file with comments | « ash/wm/window_manager_unittest.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698