OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'corewm/shadow.cc', | 258 'corewm/shadow.cc', |
259 'corewm/shadow.h', | 259 'corewm/shadow.h', |
260 'corewm/shadow_controller.cc', | 260 'corewm/shadow_controller.cc', |
261 'corewm/shadow_controller.h', | 261 'corewm/shadow_controller.h', |
262 'corewm/shadow_types.cc', | 262 'corewm/shadow_types.cc', |
263 'corewm/shadow_types.h', | 263 'corewm/shadow_types.h', |
264 'corewm/visibility_controller.cc', | 264 'corewm/visibility_controller.cc', |
265 'corewm/visibility_controller.h', | 265 'corewm/visibility_controller.h', |
266 'corewm/window_animations.cc', | 266 'corewm/window_animations.cc', |
267 'corewm/window_animations.h', | 267 'corewm/window_animations.h', |
| 268 'corewm/window_modality_controller.cc', |
| 269 'corewm/window_modality_controller.h', |
268 'corewm/window_util.cc', | 270 'corewm/window_util.cc', |
269 'corewm/window_util.h', | 271 'corewm/window_util.h', |
270 'debug_utils.cc', | 272 'debug_utils.cc', |
271 'debug_utils.h', | 273 'debug_utils.h', |
272 'drag_controller.h', | 274 'drag_controller.h', |
273 'drag_utils.cc', | 275 'drag_utils.cc', |
274 'drag_utils.h', | 276 'drag_utils.h', |
275 'focus/accelerator_handler.h', | 277 'focus/accelerator_handler.h', |
276 'focus/accelerator_handler_aura.cc', | 278 'focus/accelerator_handler_aura.cc', |
277 'focus/accelerator_handler_win.cc', | 279 'focus/accelerator_handler_win.cc', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 '../../ipc/ipc.gyp:test_support_ipc', | 566 '../../ipc/ipc.gyp:test_support_ipc', |
565 '../../skia/skia.gyp:skia', | 567 '../../skia/skia.gyp:skia', |
566 '../../testing/gtest.gyp:gtest', | 568 '../../testing/gtest.gyp:gtest', |
567 '../ui.gyp:ui', | 569 '../ui.gyp:ui', |
568 'views', | 570 'views', |
569 ], | 571 ], |
570 'include_dirs': [ | 572 'include_dirs': [ |
571 '..', | 573 '..', |
572 ], | 574 ], |
573 'sources': [ | 575 'sources': [ |
| 576 'test/capture_tracking_view.cc', |
| 577 'test/capture_tracking_view.h', |
| 578 'test/child_modal_window.cc', |
| 579 'test/child_modal_window.h', |
574 'test/desktop_test_views_delegate.cc', | 580 'test/desktop_test_views_delegate.cc', |
575 'test/desktop_test_views_delegate.h', | 581 'test/desktop_test_views_delegate.h', |
576 'test/test_views_delegate.cc', | 582 'test/test_views_delegate.cc', |
577 'test/test_views_delegate.h', | 583 'test/test_views_delegate.h', |
578 'test/views_test_base.cc', | 584 'test/views_test_base.cc', |
579 'test/views_test_base.h', | 585 'test/views_test_base.h', |
580 ], | 586 ], |
| 587 'conditions': [ |
| 588 ['use_aura==1', { |
| 589 'dependencies': [ |
| 590 '../aura/aura.gyp:test_support_aura', |
| 591 '../compositor/compositor.gyp:compositor', |
| 592 ], |
| 593 }, { # use_aura==0 |
| 594 'sources!': [ |
| 595 'test/child_modal_window.cc', |
| 596 'test/child_modal_window.h', |
| 597 ], |
| 598 }], |
| 599 ], |
581 }, # target_name: views_test_support | 600 }, # target_name: views_test_support |
582 { | 601 { |
583 'target_name': 'views_with_content_test_support', | 602 'target_name': 'views_with_content_test_support', |
584 'type': 'static_library', | 603 'type': 'static_library', |
585 'dependencies': [ | 604 'dependencies': [ |
586 '../../base/base.gyp:base', | 605 '../../base/base.gyp:base', |
587 '../../content/content.gyp:content', | 606 '../../content/content.gyp:content', |
588 '../../content/content.gyp:test_support_content', | 607 '../../content/content.gyp:test_support_content', |
589 '../../ipc/ipc.gyp:test_support_ipc', | 608 '../../ipc/ipc.gyp:test_support_ipc', |
590 '../../skia/skia.gyp:skia', | 609 '../../skia/skia.gyp:skia', |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
946 'sources/': [ | 965 'sources/': [ |
947 # This is needed because the aura rule strips it from the default | 966 # This is needed because the aura rule strips it from the default |
948 # sources list. | 967 # sources list. |
949 ['include', '^../../content/app/startup_helper_win.cc'], | 968 ['include', '^../../content/app/startup_helper_win.cc'], |
950 ], | 969 ], |
951 }], | 970 }], |
952 ], | 971 ], |
953 }, # target_name: views_examples_with_content_exe | 972 }, # target_name: views_examples_with_content_exe |
954 ], | 973 ], |
955 } | 974 } |
OLD | NEW |