| 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 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'VIEWS_IMPLEMENTATION', | 44 'VIEWS_IMPLEMENTATION', |
| 45 ], | 45 ], |
| 46 'sources': [ | 46 'sources': [ |
| 47 # All .cc, .h under views, except unittests | 47 # All .cc, .h under views, except unittests |
| 48 'accessibility/native_view_accessibility_win.cc', | 48 'accessibility/native_view_accessibility_win.cc', |
| 49 'accessibility/native_view_accessibility_win.h', | 49 'accessibility/native_view_accessibility_win.h', |
| 50 'accessible_pane_view.cc', | 50 'accessible_pane_view.cc', |
| 51 'accessible_pane_view.h', | 51 'accessible_pane_view.h', |
| 52 'animation/bounds_animator.cc', | 52 'animation/bounds_animator.cc', |
| 53 'animation/bounds_animator.h', | 53 'animation/bounds_animator.h', |
| 54 'animation/scroll_animator.cc', |
| 55 'animation/scroll_animator.h', |
| 54 'background.cc', | 56 'background.cc', |
| 55 'background.h', | 57 'background.h', |
| 56 'border.cc', | 58 'border.cc', |
| 57 'border.h', | 59 'border.h', |
| 58 'bubble/bubble_border.cc', | 60 'bubble/bubble_border.cc', |
| 59 'bubble/bubble_border.h', | 61 'bubble/bubble_border.h', |
| 60 'bubble/bubble_delegate.cc', | 62 'bubble/bubble_delegate.cc', |
| 61 'bubble/bubble_delegate.h', | 63 'bubble/bubble_delegate.h', |
| 62 'bubble/bubble_frame_view.cc', | 64 'bubble/bubble_frame_view.cc', |
| 63 'bubble/bubble_frame_view.h', | 65 'bubble/bubble_frame_view.h', |
| (...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'msvs_settings': { | 738 'msvs_settings': { |
| 737 'VCManifestTool': { | 739 'VCManifestTool': { |
| 738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 739 }, | 741 }, |
| 740 }, | 742 }, |
| 741 }], | 743 }], |
| 742 ], | 744 ], |
| 743 }, # target_name: views_examples_lib | 745 }, # target_name: views_examples_lib |
| 744 ], | 746 ], |
| 745 } | 747 } |
| OLD | NEW |