| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 { | 582 { |
| 583 'target_name': 'ui_base_test_support', | 583 'target_name': 'ui_base_test_support', |
| 584 'dependencies': [ | 584 'dependencies': [ |
| 585 '../../base/base.gyp:base', | 585 '../../base/base.gyp:base', |
| 586 '../../skia/skia.gyp:skia', | 586 '../../skia/skia.gyp:skia', |
| 587 '../../testing/gtest.gyp:gtest', | 587 '../../testing/gtest.gyp:gtest', |
| 588 '../gfx/gfx.gyp:gfx', | 588 '../gfx/gfx.gyp:gfx', |
| 589 '../gfx/gfx.gyp:gfx_geometry', | 589 '../gfx/gfx.gyp:gfx_geometry', |
| 590 ], | 590 ], |
| 591 'sources': [ | 591 'sources': [ |
| 592 'test/event_generator_base.cc', |
| 593 'test/event_generator_base.h', |
| 592 'test/ui_controls.h', | 594 'test/ui_controls.h', |
| 593 'test/ui_controls_aura.cc', | 595 'test/ui_controls_aura.cc', |
| 594 'test/ui_controls_internal_win.cc', | 596 'test/ui_controls_internal_win.cc', |
| 595 'test/ui_controls_internal_win.h', | 597 'test/ui_controls_internal_win.h', |
| 596 'test/ui_controls_mac.mm', | 598 'test/ui_controls_mac.mm', |
| 597 'test/ui_controls_win.cc', | 599 'test/ui_controls_win.cc', |
| 598 ], | 600 ], |
| 599 'include_dirs': [ | 601 'include_dirs': [ |
| 600 '../..', | 602 '../..', |
| 601 ], | 603 ], |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 ], | 639 ], |
| 638 'variables': { | 640 'variables': { |
| 639 'jni_gen_package': 'ui', | 641 'jni_gen_package': 'ui', |
| 640 }, | 642 }, |
| 641 'includes': [ '../../build/jni_generator.gypi' ], | 643 'includes': [ '../../build/jni_generator.gypi' ], |
| 642 }, | 644 }, |
| 643 ], | 645 ], |
| 644 }], | 646 }], |
| 645 ], | 647 ], |
| 646 } | 648 } |
| OLD | NEW |