OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 9 'target_defaults': { |
10 'sources/': [ | 10 'sources/': [ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'target_name': 'views', | 45 'target_name': 'views', |
46 'type': '<(library)', | 46 'type': '<(library)', |
47 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', | 47 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', |
48 'dependencies': [ | 48 'dependencies': [ |
49 '../app/app.gyp:app_base', | 49 '../app/app.gyp:app_base', |
50 '../app/app.gyp:app_strings', | 50 '../app/app.gyp:app_strings', |
51 '../app/app.gyp:app_resources', | 51 '../app/app.gyp:app_resources', |
52 '../skia/skia.gyp:skia', | 52 '../skia/skia.gyp:skia', |
53 '../third_party/icu/icu.gyp:icui18n', | 53 '../third_party/icu/icu.gyp:icui18n', |
54 '../third_party/icu/icu.gyp:icuuc', | 54 '../third_party/icu/icu.gyp:icuuc', |
55 '../ui/ui.gyp:ui_base', | |
56 ], | 55 ], |
57 'sources': [ | 56 'sources': [ |
58 # All .cc, .h under views, except unittests | 57 # All .cc, .h under views, except unittests |
59 'accelerator.cc', | 58 'accelerator.cc', |
60 'accelerator.h', | 59 'accelerator.h', |
61 'accessibility/accessibility_types.h', | 60 'accessibility/accessibility_types.h', |
62 'accessibility/view_accessibility.cc', | 61 'accessibility/view_accessibility.cc', |
63 'accessibility/view_accessibility.h', | 62 'accessibility/view_accessibility.h', |
64 'animation/bounds_animator.cc', | 63 'animation/bounds_animator.cc', |
65 'animation/bounds_animator.h', | 64 'animation/bounds_animator.h', |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 ], | 545 ], |
547 }, | 546 }, |
548 ], | 547 ], |
549 } | 548 } |
550 | 549 |
551 # Local Variables: | 550 # Local Variables: |
552 # tab-width:2 | 551 # tab-width:2 |
553 # indent-tabs-mode:nil | 552 # indent-tabs-mode:nil |
554 # End: | 553 # End: |
555 # vim: set expandtab tabstop=2 shiftwidth=2: | 554 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |