OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 }, | 58 }, |
59 'targets': [ | 59 'targets': [ |
60 { | 60 { |
61 'target_name': 'views', | 61 'target_name': 'views', |
62 'type': 'static_library', | 62 'type': 'static_library', |
63 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', | 63 'msvs_guid': '6F9258E5-294F-47B2-919D-17FFE7A8B751', |
64 'dependencies': [ | 64 'dependencies': [ |
65 '../app/app.gyp:app_base', | 65 '../app/app.gyp:app_base', |
66 '../app/app.gyp:app_resources', | 66 '../app/app.gyp:app_resources', |
67 '../base/base.gyp:base', | 67 '../base/base.gyp:base', |
| 68 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 69 '../build/temp_gyp/googleurl.gyp:googleurl', |
68 '../skia/skia.gyp:skia', | 70 '../skia/skia.gyp:skia', |
69 '../third_party/icu/icu.gyp:icui18n', | 71 '../third_party/icu/icu.gyp:icui18n', |
70 '../third_party/icu/icu.gyp:icuuc', | 72 '../third_party/icu/icu.gyp:icuuc', |
71 '../ui/base/strings/ui_strings.gyp:ui_strings', | 73 '../ui/base/strings/ui_strings.gyp:ui_strings', |
72 '../ui/gfx/compositor/compositor.gyp:compositor', | 74 '../ui/gfx/compositor/compositor.gyp:compositor', |
73 '../ui/ui.gyp:ui_base', | 75 '../ui/ui.gyp:ui_base', |
74 ], | 76 ], |
75 'sources': [ | 77 'sources': [ |
76 # All .cc, .h under views, except unittests | 78 # All .cc, .h under views, except unittests |
77 'accelerator.cc', | 79 'accelerator.cc', |
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 | 694 |
693 | 695 |
694 ], | 696 ], |
695 } | 697 } |
696 | 698 |
697 # Local Variables: | 699 # Local Variables: |
698 # tab-width:2 | 700 # tab-width:2 |
699 # indent-tabs-mode:nil | 701 # indent-tabs-mode:nil |
700 # End: | 702 # End: |
701 # vim: set expandtab tabstop=2 shiftwidth=2: | 703 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |