| 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 11 matching lines...) Expand all Loading... |
| 22 'dependencies': [ | 22 'dependencies': [ |
| 23 '../../base/base.gyp:base', | 23 '../../base/base.gyp:base', |
| 24 '../../base/base.gyp:base_i18n', | 24 '../../base/base.gyp:base_i18n', |
| 25 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 25 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 26 '../../skia/skia.gyp:skia', | 26 '../../skia/skia.gyp:skia', |
| 27 '../../third_party/icu/icu.gyp:icui18n', | 27 '../../third_party/icu/icu.gyp:icui18n', |
| 28 '../../third_party/icu/icu.gyp:icuuc', | 28 '../../third_party/icu/icu.gyp:icuuc', |
| 29 '../../url/url.gyp:url_lib', | 29 '../../url/url.gyp:url_lib', |
| 30 '../accessibility/accessibility.gyp:accessibility', | 30 '../accessibility/accessibility.gyp:accessibility', |
| 31 '../accessibility/accessibility.gyp:ax_gen', | 31 '../accessibility/accessibility.gyp:ax_gen', |
| 32 '../base/strings/ui_strings.gyp:ui_strings', | |
| 33 '../base/ui_base.gyp:ui_base', | 32 '../base/ui_base.gyp:ui_base', |
| 34 '../compositor/compositor.gyp:compositor', | 33 '../compositor/compositor.gyp:compositor', |
| 35 '../events/events.gyp:events', | 34 '../events/events.gyp:events', |
| 36 '../events/events.gyp:events_base', | 35 '../events/events.gyp:events_base', |
| 37 '../events/platform/events_platform.gyp:events_platform', | 36 '../events/platform/events_platform.gyp:events_platform', |
| 38 '../gfx/gfx.gyp:gfx', | 37 '../gfx/gfx.gyp:gfx', |
| 39 '../gfx/gfx.gyp:gfx_geometry', | 38 '../gfx/gfx.gyp:gfx_geometry', |
| 40 '../native_theme/native_theme.gyp:native_theme', | 39 '../native_theme/native_theme.gyp:native_theme', |
| 41 '../resources/ui_resources.gyp:ui_resources', | 40 '../resources/ui_resources.gyp:ui_resources', |
| 41 '../strings/ui_strings.gyp:ui_strings', |
| 42 ], | 42 ], |
| 43 'export_dependent_settings': [ | 43 'export_dependent_settings': [ |
| 44 '../accessibility/accessibility.gyp:ax_gen', | 44 '../accessibility/accessibility.gyp:ax_gen', |
| 45 ], | 45 ], |
| 46 'defines': [ | 46 'defines': [ |
| 47 'VIEWS_IMPLEMENTATION', | 47 'VIEWS_IMPLEMENTATION', |
| 48 ], | 48 ], |
| 49 'sources': [ | 49 'sources': [ |
| 50 # All .cc, .h under views, except unittests | 50 # All .cc, .h under views, except unittests |
| 51 'accessibility/ax_aura_obj_cache.cc', | 51 'accessibility/ax_aura_obj_cache.cc', |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 'dependencies': [ | 600 'dependencies': [ |
| 601 '../../base/base.gyp:base', | 601 '../../base/base.gyp:base', |
| 602 '../../base/base.gyp:base_i18n', | 602 '../../base/base.gyp:base_i18n', |
| 603 '../../base/base.gyp:test_support_base', | 603 '../../base/base.gyp:test_support_base', |
| 604 '../../skia/skia.gyp:skia', | 604 '../../skia/skia.gyp:skia', |
| 605 '../../testing/gtest.gyp:gtest', | 605 '../../testing/gtest.gyp:gtest', |
| 606 '../../third_party/icu/icu.gyp:icui18n', | 606 '../../third_party/icu/icu.gyp:icui18n', |
| 607 '../../third_party/icu/icu.gyp:icuuc', | 607 '../../third_party/icu/icu.gyp:icuuc', |
| 608 '../../url/url.gyp:url_lib', | 608 '../../url/url.gyp:url_lib', |
| 609 '../accessibility/accessibility.gyp:accessibility', | 609 '../accessibility/accessibility.gyp:accessibility', |
| 610 '../base/strings/ui_strings.gyp:ui_strings', | |
| 611 '../base/ui_base.gyp:ui_base', | 610 '../base/ui_base.gyp:ui_base', |
| 612 '../base/ui_base.gyp:ui_base_test_support', | 611 '../base/ui_base.gyp:ui_base_test_support', |
| 613 '../compositor/compositor.gyp:compositor', | 612 '../compositor/compositor.gyp:compositor', |
| 614 '../compositor/compositor.gyp:compositor_test_support', | 613 '../compositor/compositor.gyp:compositor_test_support', |
| 615 '../events/events.gyp:events', | 614 '../events/events.gyp:events', |
| 616 '../gfx/gfx.gyp:gfx', | 615 '../gfx/gfx.gyp:gfx', |
| 617 '../gfx/gfx.gyp:gfx_geometry', | 616 '../gfx/gfx.gyp:gfx_geometry', |
| 618 '../resources/ui_resources.gyp:ui_resources', | 617 '../resources/ui_resources.gyp:ui_resources', |
| 619 '../resources/ui_resources.gyp:ui_test_pak', | 618 '../resources/ui_resources.gyp:ui_test_pak', |
| 619 '../strings/ui_strings.gyp:ui_strings', |
| 620 'views', | 620 'views', |
| 621 'views_test_support', | 621 'views_test_support', |
| 622 ], | 622 ], |
| 623 'include_dirs': [ | 623 'include_dirs': [ |
| 624 '..', | 624 '..', |
| 625 ], | 625 ], |
| 626 'sources': [ | 626 'sources': [ |
| 627 'accessibility/native_view_accessibility_win_unittest.cc', | 627 'accessibility/native_view_accessibility_win_unittest.cc', |
| 628 'accessible_pane_view_unittest.cc', | 628 'accessible_pane_view_unittest.cc', |
| 629 'animation/bounds_animator_unittest.cc', | 629 'animation/bounds_animator_unittest.cc', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 }], | 750 }], |
| 751 ['use_x11==1', { | 751 ['use_x11==1', { |
| 752 'dependencies': [ | 752 'dependencies': [ |
| 753 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 753 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 754 ], | 754 ], |
| 755 }], | 755 }], |
| 756 ], | 756 ], |
| 757 }, # target_name: views_unittests | 757 }, # target_name: views_unittests |
| 758 ], | 758 ], |
| 759 } | 759 } |
| OLD | NEW |