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 12 matching lines...) Expand all Loading... |
23 'dependencies': [ | 23 'dependencies': [ |
24 '../../base/base.gyp:base', | 24 '../../base/base.gyp:base', |
25 '../../base/base.gyp:base_i18n', | 25 '../../base/base.gyp:base_i18n', |
26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
27 '../../skia/skia.gyp:skia', | 27 '../../skia/skia.gyp:skia', |
28 '../../third_party/icu/icu.gyp:icui18n', | 28 '../../third_party/icu/icu.gyp:icui18n', |
29 '../../third_party/icu/icu.gyp:icuuc', | 29 '../../third_party/icu/icu.gyp:icuuc', |
30 '../../url/url.gyp:url_lib', | 30 '../../url/url.gyp:url_lib', |
31 '../base/strings/ui_strings.gyp:ui_strings', | 31 '../base/strings/ui_strings.gyp:ui_strings', |
32 '../compositor/compositor.gyp:compositor', | 32 '../compositor/compositor.gyp:compositor', |
| 33 '../events/events.gyp:events', |
33 '../native_theme/native_theme.gyp:native_theme', | 34 '../native_theme/native_theme.gyp:native_theme', |
34 '../ui.gyp:ui', | 35 '../ui.gyp:ui', |
35 '../ui.gyp:ui_resources', | 36 '../ui.gyp:ui_resources', |
36 ], | 37 ], |
37 'defines': [ | 38 'defines': [ |
38 'VIEWS_IMPLEMENTATION', | 39 'VIEWS_IMPLEMENTATION', |
39 ], | 40 ], |
40 'sources': [ | 41 'sources': [ |
41 # All .cc, .h under views, except unittests | 42 # All .cc, .h under views, except unittests |
42 'accessibility/native_view_accessibility.cc', | 43 'accessibility/native_view_accessibility.cc', |
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 'sources/': [ | 1062 'sources/': [ |
1062 # This is needed because the aura rule strips it from the default | 1063 # This is needed because the aura rule strips it from the default |
1063 # sources list. | 1064 # sources list. |
1064 ['include', '^../../content/app/startup_helper_win.cc'], | 1065 ['include', '^../../content/app/startup_helper_win.cc'], |
1065 ], | 1066 ], |
1066 }], | 1067 }], |
1067 ], | 1068 ], |
1068 }, # target_name: views_examples_with_content_exe | 1069 }, # target_name: views_examples_with_content_exe |
1069 ], | 1070 ], |
1070 } | 1071 } |
OLD | NEW |