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

Unified Diff: ui/wm/wm.gyp

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 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 | « ui/web_dialogs/web_dialogs.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
deleted file mode 100644
index 7f05153df7bc2bf9349cc280247005fb5d4368a2..0000000000000000000000000000000000000000
--- a/ui/wm/wm.gyp
+++ /dev/null
@@ -1,175 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # GN version: //ui/wm
- 'target_name': 'wm',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../skia/skia.gyp:skia',
- '../aura/aura.gyp:aura',
- '../compositor/compositor.gyp:compositor',
- '../display/display.gyp:display',
- '../events/devices/events_devices.gyp:events_devices',
- '../events/events.gyp:events',
- '../events/events.gyp:events_base',
- '../events/platform/events_platform.gyp:events_platform',
- '../gfx/gfx.gyp:gfx_geometry',
- '../gfx/gfx.gyp:gfx',
- '../resources/ui_resources.gyp:ui_resources',
- '../base/ime/ui_base_ime.gyp:ui_base_ime',
- '../base/ui_base.gyp:ui_base',
- ],
- 'defines': [
- 'WM_IMPLEMENTATION',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'core/accelerator_delegate.h',
- 'core/accelerator_filter.cc',
- 'core/accelerator_filter.h',
- 'core/base_focus_rules.cc',
- 'core/base_focus_rules.h',
- 'core/base_focus_rules.h',
- 'core/capture_controller.cc',
- 'core/capture_controller.h',
- 'core/compound_event_filter.cc',
- 'core/compound_event_filter.h',
- 'core/coordinate_conversion.cc',
- 'core/coordinate_conversion.h',
- 'core/cursor_manager.cc',
- 'core/cursor_manager.h',
- 'core/default_activation_client.cc',
- 'core/default_activation_client.h',
- 'core/default_screen_position_client.cc',
- 'core/default_screen_position_client.h',
- 'core/easy_resize_window_targeter.cc',
- 'core/easy_resize_window_targeter.h',
- 'core/focus_controller.cc',
- 'core/focus_controller.h',
- 'core/focus_rules.h',
- 'core/image_grid.cc',
- 'core/image_grid.h',
- 'core/masked_window_targeter.cc',
- 'core/masked_window_targeter.h',
- 'core/native_cursor_manager.h',
- 'core/native_cursor_manager_delegate.h',
- 'core/shadow.cc',
- 'core/shadow.h',
- 'core/shadow_controller.cc',
- 'core/shadow_controller.h',
- 'core/shadow_types.cc',
- 'core/shadow_types.h',
- 'core/transient_window_controller.cc',
- 'core/transient_window_controller.h',
- 'core/transient_window_manager.cc',
- 'core/transient_window_manager.h',
- 'core/transient_window_observer.h',
- 'core/transient_window_stacking_client.cc',
- 'core/transient_window_stacking_client.h',
- 'core/visibility_controller.cc',
- 'core/visibility_controller.h',
- 'core/window_animations.cc',
- 'core/window_animations.h',
- 'core/window_modality_controller.cc',
- 'core/window_modality_controller.h',
- 'core/window_util.cc',
- 'core/window_util.h',
- 'core/wm_core_switches.cc',
- 'core/wm_core_switches.h',
- 'core/wm_state.cc',
- 'core/wm_state.h',
- 'wm_export.h',
- ],
- 'conditions': [
- ['use_x11==1', {
- 'dependencies': [
- '../../build/linux/system.gyp:x11',
- '../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
- ],
- }],
- ],
- },
- {
- # GN version: //ui/wm:test_support
- 'target_name': 'wm_test_support',
- 'type': 'static_library',
- 'dependencies': [
- '../../skia/skia.gyp:skia',
- '../aura/aura.gyp:aura',
- '../events/events.gyp:events',
- '../events/events.gyp:events_base',
- ],
- 'sources': [
- 'test/testing_cursor_client_observer.cc',
- 'test/testing_cursor_client_observer.h',
- 'test/wm_test_helper.cc',
- 'test/wm_test_helper.h',
- ],
- },
- {
- # GN version: //ui/wm:wm_unittests
- 'target_name': 'wm_unittests',
- 'type': 'executable',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../base/base.gyp:test_support_base',
- '../../skia/skia.gyp:skia',
- '../../testing/gtest.gyp:gtest',
- '../aura/aura.gyp:aura',
- '../aura/aura.gyp:aura_test_support',
- '../base/ime/ui_base_ime.gyp:ui_base_ime',
- '../base/ui_base.gyp:ui_base',
- '../compositor/compositor.gyp:compositor',
- '../events/events.gyp:events',
- '../events/events.gyp:events_base',
- '../events/platform/events_platform.gyp:events_platform',
- '../gfx/gfx.gyp:gfx',
- '../gfx/gfx.gyp:gfx_geometry',
- 'wm',
- 'wm_test_support',
- ],
- 'sources': [
- 'core/capture_controller_unittest.cc',
- 'core/compound_event_filter_unittest.cc',
- 'core/cursor_manager_unittest.cc',
- 'core/focus_controller_unittest.cc',
- 'core/image_grid_unittest.cc',
- 'core/shadow_controller_unittest.cc',
- 'core/shadow_unittest.cc',
- 'core/transient_window_manager_unittest.cc',
- 'core/transient_window_stacking_client_unittest.cc',
- 'core/visibility_controller_unittest.cc',
- 'core/window_animations_unittest.cc',
- 'core/window_util_unittest.cc',
- 'test/run_all_unittests.cc',
- ],
- },
- ],
- 'conditions': [
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'wm_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'wm_unittests',
- ],
- 'includes': [
- '../../build/isolate.gypi',
- ],
- 'sources': [
- 'wm_unittests.isolate',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « ui/web_dialogs/web_dialogs.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698