| 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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 ], | 695 ], |
| 696 }, # target_name: views_with_content_test_support | 696 }, # target_name: views_with_content_test_support |
| 697 { | 697 { |
| 698 'target_name': 'views_unittests', | 698 'target_name': 'views_unittests', |
| 699 'type': 'executable', | 699 'type': 'executable', |
| 700 'dependencies': [ | 700 'dependencies': [ |
| 701 '../../base/base.gyp:base', | 701 '../../base/base.gyp:base', |
| 702 '../../base/base.gyp:base_i18n', | 702 '../../base/base.gyp:base_i18n', |
| 703 '../../base/base.gyp:test_support_base', | 703 '../../base/base.gyp:test_support_base', |
| 704 '../../skia/skia.gyp:skia', | 704 '../../skia/skia.gyp:skia', |
| 705 '../../testing/gmock.gyp:gmock', | |
| 706 '../../testing/gtest.gyp:gtest', | 705 '../../testing/gtest.gyp:gtest', |
| 707 '../../third_party/icu/icu.gyp:icui18n', | 706 '../../third_party/icu/icu.gyp:icui18n', |
| 708 '../../third_party/icu/icu.gyp:icuuc', | 707 '../../third_party/icu/icu.gyp:icuuc', |
| 709 '../../url/url.gyp:url_lib', | 708 '../../url/url.gyp:url_lib', |
| 710 '../base/strings/ui_strings.gyp:ui_strings', | 709 '../base/strings/ui_strings.gyp:ui_strings', |
| 711 '../compositor/compositor.gyp:compositor', | 710 '../compositor/compositor.gyp:compositor', |
| 712 '../compositor/compositor.gyp:compositor_test_support', | 711 '../compositor/compositor.gyp:compositor_test_support', |
| 713 '../events/events.gyp:events', | 712 '../events/events.gyp:events', |
| 714 '../gfx/gfx.gyp:gfx', | 713 '../gfx/gfx.gyp:gfx', |
| 715 '../resources/ui_resources.gyp:ui_resources', | 714 '../resources/ui_resources.gyp:ui_resources', |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 'sources/': [ | 1107 'sources/': [ |
| 1109 # This is needed because the aura rule strips it from the default | 1108 # This is needed because the aura rule strips it from the default |
| 1110 # sources list. | 1109 # sources list. |
| 1111 ['include', '^../../content/app/startup_helper_win.cc'], | 1110 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1112 ], | 1111 ], |
| 1113 }], | 1112 }], |
| 1114 ], | 1113 ], |
| 1115 }, # target_name: views_examples_with_content_exe | 1114 }, # target_name: views_examples_with_content_exe |
| 1116 ], | 1115 ], |
| 1117 } | 1116 } |
| OLD | NEW |