| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'widget/native_widget_gtk.cc', | 302 'widget/native_widget_gtk.cc', |
| 303 'widget/native_widget_gtk.h', | 303 'widget/native_widget_gtk.h', |
| 304 'widget/native_widget_win.cc', | 304 'widget/native_widget_win.cc', |
| 305 'widget/native_widget_win.h', | 305 'widget/native_widget_win.h', |
| 306 'widget/widget.cc', | 306 'widget/widget.cc', |
| 307 'widget/widget.h', | 307 'widget/widget.h', |
| 308 'widget/widget_delegate.cc', | 308 'widget/widget_delegate.cc', |
| 309 'widget/widget_delegate.h', | 309 'widget/widget_delegate.h', |
| 310 'widget/window_manager.cc', | 310 'widget/window_manager.cc', |
| 311 'widget/window_manager.h', | 311 'widget/window_manager.h', |
| 312 'widget/wm_ipc.cc', |
| 313 'widget/wm_ipc.h', |
| 312 '../ui/views/accessibility/native_view_accessibility_win.cc', | 314 '../ui/views/accessibility/native_view_accessibility_win.cc', |
| 313 '../ui/views/accessibility/native_view_accessibility_win.h', | 315 '../ui/views/accessibility/native_view_accessibility_win.h', |
| 314 '../ui/views/animation/bounds_animator.cc', | 316 '../ui/views/animation/bounds_animator.cc', |
| 315 '../ui/views/animation/bounds_animator.h', | 317 '../ui/views/animation/bounds_animator.h', |
| 316 '../ui/views/bubble/border_contents_view.cc', | 318 '../ui/views/bubble/border_contents_view.cc', |
| 317 '../ui/views/bubble/border_contents_view.h', | 319 '../ui/views/bubble/border_contents_view.h', |
| 318 '../ui/views/bubble/bubble_border.cc', | 320 '../ui/views/bubble/bubble_border.cc', |
| 319 '../ui/views/bubble/bubble_border.h', | 321 '../ui/views/bubble/bubble_border.h', |
| 320 '../ui/views/bubble/bubble_delegate.cc', | 322 '../ui/views/bubble/bubble_delegate.cc', |
| 321 '../ui/views/bubble/bubble_delegate.h', | 323 '../ui/views/bubble/bubble_delegate.h', |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 }, | 722 }, |
| 721 'sources': [ | 723 'sources': [ |
| 722 '../ui/views/examples/table_example.cc', | 724 '../ui/views/examples/table_example.cc', |
| 723 '../ui/views/examples/table_example.h', | 725 '../ui/views/examples/table_example.h', |
| 724 ], | 726 ], |
| 725 }], | 727 }], |
| 726 ], | 728 ], |
| 727 }, | 729 }, |
| 728 ], | 730 ], |
| 729 } | 731 } |
| OLD | NEW |