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', | 39 '../wm/wm.gyp:wm_core', |
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', | 518 '../wm/wm.gyp:wm_core', |
519 '../wm/wm.gyp:wm_test_support', | |
520 'views', | 519 'views', |
521 ], | 520 ], |
522 'include_dirs': [ | 521 'include_dirs': [ |
523 '..', | 522 '..', |
524 ], | 523 ], |
525 'sources': [ | 524 'sources': [ |
526 'corewm/tooltip_controller_test_helper.cc', | 525 'corewm/tooltip_controller_test_helper.cc', |
527 'corewm/tooltip_controller_test_helper.h', | 526 'corewm/tooltip_controller_test_helper.h', |
528 'test/capture_tracking_view.cc', | 527 'test/capture_tracking_view.cc', |
529 'test/capture_tracking_view.h', | 528 'test/capture_tracking_view.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 '../base/strings/ui_strings.gyp:ui_strings', | 573 '../base/strings/ui_strings.gyp:ui_strings', |
575 '../base/ui_base.gyp:ui_base', | 574 '../base/ui_base.gyp:ui_base', |
576 '../compositor/compositor.gyp:compositor', | 575 '../compositor/compositor.gyp:compositor', |
577 '../compositor/compositor.gyp:compositor_test_support', | 576 '../compositor/compositor.gyp:compositor_test_support', |
578 '../events/events.gyp:events', | 577 '../events/events.gyp:events', |
579 '../gfx/gfx.gyp:gfx', | 578 '../gfx/gfx.gyp:gfx', |
580 '../gfx/gfx.gyp:gfx_geometry', | 579 '../gfx/gfx.gyp:gfx_geometry', |
581 '../resources/ui_resources.gyp:ui_resources', | 580 '../resources/ui_resources.gyp:ui_resources', |
582 '../resources/ui_resources.gyp:ui_test_pak', | 581 '../resources/ui_resources.gyp:ui_test_pak', |
583 '../ui_unittests.gyp:ui_test_support', | 582 '../ui_unittests.gyp:ui_test_support', |
584 '../wm/wm.gyp:wm', | 583 '../wm/wm.gyp:wm_core', |
585 'views', | 584 'views', |
586 'views_test_support', | 585 'views_test_support', |
587 ], | 586 ], |
588 'include_dirs': [ | 587 'include_dirs': [ |
589 '..', | 588 '..', |
590 ], | 589 ], |
591 'sources': [ | 590 'sources': [ |
592 'accessibility/native_view_accessibility_win_unittest.cc', | 591 'accessibility/native_view_accessibility_win_unittest.cc', |
593 'accessible_pane_view_unittest.cc', | 592 'accessible_pane_view_unittest.cc', |
594 'animation/bounds_animator_unittest.cc', | 593 'animation/bounds_animator_unittest.cc', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 }], | 691 }], |
693 ['use_ozone==1', { | 692 ['use_ozone==1', { |
694 'sources!': [ | 693 'sources!': [ |
695 'corewm/capture_controller_unittest.cc', | 694 'corewm/capture_controller_unittest.cc', |
696 ], | 695 ], |
697 }], | 696 }], |
698 ], | 697 ], |
699 }, # target_name: views_unittests | 698 }, # target_name: views_unittests |
700 ], | 699 ], |
701 } | 700 } |
OLD | NEW |