| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 '../ui/gfx/compositor/compositor.gyp:compositor', | 48 '../ui/gfx/compositor/compositor.gyp:compositor', |
| 49 '../ui/ui.gyp:ui', | 49 '../ui/ui.gyp:ui', |
| 50 '../ui/ui.gyp:ui_resources', | 50 '../ui/ui.gyp:ui_resources', |
| 51 '../ui/ui.gyp:ui_resources_standard', | 51 '../ui/ui.gyp:ui_resources_standard', |
| 52 ], | 52 ], |
| 53 'defines': [ | 53 'defines': [ |
| 54 'VIEWS_IMPLEMENTATION', | 54 'VIEWS_IMPLEMENTATION', |
| 55 ], | 55 ], |
| 56 'sources': [ | 56 'sources': [ |
| 57 # All .cc, .h under views, except unittests | 57 # All .cc, .h under views, except unittests |
| 58 'accelerator.cc', | |
| 59 'accelerator.h', | |
| 60 'accessibility/native_view_accessibility_win.cc', | 58 'accessibility/native_view_accessibility_win.cc', |
| 61 'accessibility/native_view_accessibility_win.h', | 59 'accessibility/native_view_accessibility_win.h', |
| 62 'accessible_pane_view.cc', | 60 'accessible_pane_view.cc', |
| 63 'accessible_pane_view.h', | 61 'accessible_pane_view.h', |
| 64 'animation/bounds_animator.cc', | 62 'animation/bounds_animator.cc', |
| 65 'animation/bounds_animator.h', | 63 'animation/bounds_animator.h', |
| 66 'background.cc', | 64 'background.cc', |
| 67 'background.h', | 65 'background.h', |
| 68 'border.cc', | 66 'border.cc', |
| 69 'border.h', | 67 'border.h', |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 'include_dirs': [ | 930 'include_dirs': [ |
| 933 '../third_party/wtl/include', | 931 '../third_party/wtl/include', |
| 934 ], | 932 ], |
| 935 }], | 933 }], |
| 936 ], | 934 ], |
| 937 }, | 935 }, |
| 938 ], | 936 ], |
| 939 }], | 937 }], |
| 940 ], | 938 ], |
| 941 } | 939 } |
| OLD | NEW |