summaryrefslogtreecommitdiff
path: root/chromium/ui/aura/aura.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/aura/aura.gyp')
-rw-r--r--chromium/ui/aura/aura.gyp53
1 files changed, 2 insertions, 51 deletions
diff --git a/chromium/ui/aura/aura.gyp b/chromium/ui/aura/aura.gyp
index 12230e22965..3020e2d4da2 100644
--- a/chromium/ui/aura/aura.gyp
+++ b/chromium/ui/aura/aura.gyp
@@ -37,8 +37,6 @@
'../wm/public/activation_delegate.h',
'../wm/public/animation_host.cc',
'../wm/public/animation_host.h',
- '../wm/public/dispatcher_client.cc',
- '../wm/public/dispatcher_client.h',
'../wm/public/drag_drop_client.cc',
'../wm/public/drag_drop_client.h',
'../wm/public/drag_drop_delegate.cc',
@@ -88,8 +86,8 @@
'input_state_lookup_win.h',
'layout_manager.cc',
'layout_manager.h',
- 'remote_window_tree_host_win.cc',
- 'remote_window_tree_host_win.h',
+ 'mus/mus_util.cc',
+ 'mus/mus_util.h',
'scoped_window_targeter.cc',
'scoped_window_targeter.h',
'window.cc',
@@ -126,7 +124,6 @@
}],
['OS=="win"', {
'dependencies': [
- '../metro_viewer/metro_viewer.gyp:metro_viewer_messages',
'../platform_window/win/win_window.gyp:win_window',
'../../ipc/ipc.gyp:ipc',
],
@@ -140,12 +137,6 @@
'../ozone/ozone.gyp:ozone_base',
],
}],
- ['OS!="win" and OS!="android" and use_ozone==0', {
- 'sources!': [
- 'window_tree_host_platform.cc',
- 'window_tree_host_platform.h',
- ],
- }],
['OS=="android"', {
'dependencies': [
'../platform_window/android/android_window.gyp:android_window',
@@ -243,40 +234,6 @@
]
},
{
- 'target_name': 'aura_bench',
- 'type': 'executable',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../base/base.gyp:base_i18n',
- '../../cc/cc.gyp:cc',
- '../../gpu/gpu.gyp:gles2_implementation',
- '../../skia/skia.gyp:skia',
- '../../third_party/icu/icu.gyp:icui18n',
- '../../third_party/icu/icu.gyp:icuuc',
- '../base/ui_base.gyp:ui_base',
- '../compositor/compositor.gyp:compositor',
- '../compositor/compositor.gyp:compositor_test_support',
- '../events/events.gyp:events',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- 'aura',
- 'aura_test_support',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'bench/bench_main.cc',
- ],
- 'conditions': [
- ['use_x11==1', {
- 'dependencies': [
- '../gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- }],
- ]
- },
- {
'target_name': 'aura_unittests',
'type': 'executable',
'dependencies': [
@@ -314,12 +271,6 @@
'<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
],
}],
- ['OS=="linux" and use_allocator!="none"', {
- 'dependencies': [
- # See http://crbug.com/162998#c4 for why this is needed.
- '../../base/allocator/allocator.gyp:allocator',
- ],
- }],
],
},
],