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 ['OS!="linux" or chromeos==1', { | 10 ['OS!="linux" or chromeos==1', { |
(...skipping 18 matching lines...) Expand all Loading... |
29 '../aura/aura.gyp:aura', | 29 '../aura/aura.gyp:aura', |
30 '../base/strings/ui_strings.gyp:ui_strings', | 30 '../base/strings/ui_strings.gyp:ui_strings', |
31 '../base/ui_base.gyp:ui_base', | 31 '../base/ui_base.gyp:ui_base', |
32 '../compositor/compositor.gyp:compositor', | 32 '../compositor/compositor.gyp:compositor', |
33 '../events/events.gyp:events', | 33 '../events/events.gyp:events', |
34 '../events/events.gyp:events_base', | 34 '../events/events.gyp:events_base', |
35 '../gfx/gfx.gyp:gfx', | 35 '../gfx/gfx.gyp:gfx', |
36 '../gfx/gfx.gyp:gfx_geometry', | 36 '../gfx/gfx.gyp:gfx_geometry', |
37 '../native_theme/native_theme.gyp:native_theme', | 37 '../native_theme/native_theme.gyp:native_theme', |
38 '../resources/ui_resources.gyp:ui_resources', | 38 '../resources/ui_resources.gyp:ui_resources', |
39 '../wm/wm.gyp:wm_core', | 39 '../wm/wm.gyp:wm', |
40 ], | 40 ], |
41 'export_dependent_settings': [ | 41 'export_dependent_settings': [ |
42 '../accessibility/accessibility.gyp:ax_gen', | 42 '../accessibility/accessibility.gyp:ax_gen', |
43 ], | 43 ], |
44 'defines': [ | 44 'defines': [ |
45 'VIEWS_IMPLEMENTATION', | 45 'VIEWS_IMPLEMENTATION', |
46 ], | 46 ], |
47 'sources': [ | 47 'sources': [ |
48 # All .cc, .h under views, except unittests | 48 # All .cc, .h under views, except unittests |
49 'accessibility/native_view_accessibility.cc', | 49 'accessibility/native_view_accessibility.cc', |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 '../../ipc/ipc.gyp:test_support_ipc', | 508 '../../ipc/ipc.gyp:test_support_ipc', |
509 '../../skia/skia.gyp:skia', | 509 '../../skia/skia.gyp:skia', |
510 '../../testing/gtest.gyp:gtest', | 510 '../../testing/gtest.gyp:gtest', |
511 '../aura/aura.gyp:aura', | 511 '../aura/aura.gyp:aura', |
512 '../aura/aura.gyp:aura_test_support', | 512 '../aura/aura.gyp:aura_test_support', |
513 '../base/ui_base.gyp:ui_base', | 513 '../base/ui_base.gyp:ui_base', |
514 '../compositor/compositor.gyp:compositor', | 514 '../compositor/compositor.gyp:compositor', |
515 '../events/events.gyp:events', | 515 '../events/events.gyp:events', |
516 '../gfx/gfx.gyp:gfx', | 516 '../gfx/gfx.gyp:gfx', |
517 '../gfx/gfx.gyp:gfx_geometry', | 517 '../gfx/gfx.gyp:gfx_geometry', |
518 '../wm/wm.gyp:wm_core', | 518 '../wm/wm.gyp:wm', |
| 519 '../wm/wm.gyp:wm_test_support', |
519 'views', | 520 'views', |
520 ], | 521 ], |
521 'include_dirs': [ | 522 'include_dirs': [ |
522 '..', | 523 '..', |
523 ], | 524 ], |
524 'sources': [ | 525 'sources': [ |
525 'corewm/tooltip_controller_test_helper.cc', | 526 'corewm/tooltip_controller_test_helper.cc', |
526 'corewm/tooltip_controller_test_helper.h', | 527 'corewm/tooltip_controller_test_helper.h', |
527 'test/capture_tracking_view.cc', | 528 'test/capture_tracking_view.cc', |
528 'test/capture_tracking_view.h', | 529 'test/capture_tracking_view.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 '../base/strings/ui_strings.gyp:ui_strings', | 574 '../base/strings/ui_strings.gyp:ui_strings', |
574 '../base/ui_base.gyp:ui_base', | 575 '../base/ui_base.gyp:ui_base', |
575 '../compositor/compositor.gyp:compositor', | 576 '../compositor/compositor.gyp:compositor', |
576 '../compositor/compositor.gyp:compositor_test_support', | 577 '../compositor/compositor.gyp:compositor_test_support', |
577 '../events/events.gyp:events', | 578 '../events/events.gyp:events', |
578 '../gfx/gfx.gyp:gfx', | 579 '../gfx/gfx.gyp:gfx', |
579 '../gfx/gfx.gyp:gfx_geometry', | 580 '../gfx/gfx.gyp:gfx_geometry', |
580 '../resources/ui_resources.gyp:ui_resources', | 581 '../resources/ui_resources.gyp:ui_resources', |
581 '../resources/ui_resources.gyp:ui_test_pak', | 582 '../resources/ui_resources.gyp:ui_test_pak', |
582 '../ui_unittests.gyp:ui_test_support', | 583 '../ui_unittests.gyp:ui_test_support', |
583 '../wm/wm.gyp:wm_core', | 584 '../wm/wm.gyp:wm', |
584 'views', | 585 'views', |
585 'views_test_support', | 586 'views_test_support', |
586 ], | 587 ], |
587 'include_dirs': [ | 588 'include_dirs': [ |
588 '..', | 589 '..', |
589 ], | 590 ], |
590 'sources': [ | 591 'sources': [ |
591 'accessibility/native_view_accessibility_win_unittest.cc', | 592 'accessibility/native_view_accessibility_win_unittest.cc', |
592 'accessible_pane_view_unittest.cc', | 593 'accessible_pane_view_unittest.cc', |
593 'animation/bounds_animator_unittest.cc', | 594 'animation/bounds_animator_unittest.cc', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 }], | 692 }], |
692 ['use_ozone==1', { | 693 ['use_ozone==1', { |
693 'sources!': [ | 694 'sources!': [ |
694 'corewm/capture_controller_unittest.cc', | 695 'corewm/capture_controller_unittest.cc', |
695 ], | 696 ], |
696 }], | 697 }], |
697 ], | 698 ], |
698 }, # target_name: views_unittests | 699 }, # target_name: views_unittests |
699 ], | 700 ], |
700 } | 701 } |
OLD | NEW |