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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 '../events/events.gyp:events', | 546 '../events/events.gyp:events', |
547 '../events/platform/events_platform.gyp:events_platform', | 547 '../events/platform/events_platform.gyp:events_platform', |
548 '../gfx/gfx.gyp:gfx', | 548 '../gfx/gfx.gyp:gfx', |
549 '../gfx/gfx.gyp:gfx_geometry', | 549 '../gfx/gfx.gyp:gfx_geometry', |
550 'views', | 550 'views', |
551 ], | 551 ], |
552 'include_dirs': [ | 552 'include_dirs': [ |
553 '..', | 553 '..', |
554 ], | 554 ], |
555 'sources': [ | 555 'sources': [ |
| 556 'controls/textfield/textfield_test_api.cc', |
| 557 'controls/textfield/textfield_test_api.h', |
556 'corewm/tooltip_controller_test_helper.cc', | 558 'corewm/tooltip_controller_test_helper.cc', |
557 'corewm/tooltip_controller_test_helper.h', | 559 'corewm/tooltip_controller_test_helper.h', |
558 'test/capture_tracking_view.cc', | 560 'test/capture_tracking_view.cc', |
559 'test/capture_tracking_view.h', | 561 'test/capture_tracking_view.h', |
560 'test/child_modal_window.cc', | 562 'test/child_modal_window.cc', |
561 'test/child_modal_window.h', | 563 'test/child_modal_window.h', |
562 'test/desktop_test_views_delegate.cc', | 564 'test/desktop_test_views_delegate.cc', |
563 'test/desktop_test_views_delegate.h', | 565 'test/desktop_test_views_delegate.h', |
564 'test/menu_runner_test_api.cc', | 566 'test/menu_runner_test_api.cc', |
565 'test/menu_runner_test_api.h', | 567 'test/menu_runner_test_api.h', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 }], | 752 }], |
751 ['use_x11==1', { | 753 ['use_x11==1', { |
752 'dependencies': [ | 754 'dependencies': [ |
753 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, | 755 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
754 ], | 756 ], |
755 }], | 757 }], |
756 ], | 758 ], |
757 }, # target_name: views_unittests | 759 }, # target_name: views_unittests |
758 ], | 760 ], |
759 } | 761 } |
OLD | NEW |