| 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 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['use_aura==1', { | 10 ['use_aura==1', { |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'controls/scrollbar/native_scroll_bar.h', | 188 'controls/scrollbar/native_scroll_bar.h', |
| 189 'controls/scrollbar/scroll_bar.cc', | 189 'controls/scrollbar/scroll_bar.cc', |
| 190 'controls/scrollbar/scroll_bar.h', | 190 'controls/scrollbar/scroll_bar.h', |
| 191 'controls/separator.cc', | 191 'controls/separator.cc', |
| 192 'controls/separator.h', | 192 'controls/separator.h', |
| 193 'controls/single_split_view.cc', | 193 'controls/single_split_view.cc', |
| 194 'controls/single_split_view.h', | 194 'controls/single_split_view.h', |
| 195 'controls/single_split_view_listener.h', | 195 'controls/single_split_view_listener.h', |
| 196 'controls/slide_out_view.cc', | 196 'controls/slide_out_view.cc', |
| 197 'controls/slide_out_view.h', | 197 'controls/slide_out_view.h', |
| 198 'controls/slide_out_view_impl.h', |
| 199 'controls/slide_out_view_impl.cc', |
| 200 'controls/slide_out_view_impl_aura.cc', |
| 198 'controls/slider.cc', | 201 'controls/slider.cc', |
| 199 'controls/slider.h', | 202 'controls/slider.h', |
| 200 'controls/tabbed_pane/native_tabbed_pane_views.cc', | 203 'controls/tabbed_pane/native_tabbed_pane_views.cc', |
| 201 'controls/tabbed_pane/native_tabbed_pane_views.h', | 204 'controls/tabbed_pane/native_tabbed_pane_views.h', |
| 202 'controls/tabbed_pane/native_tabbed_pane_win.cc', | 205 'controls/tabbed_pane/native_tabbed_pane_win.cc', |
| 203 'controls/tabbed_pane/native_tabbed_pane_win.h', | 206 'controls/tabbed_pane/native_tabbed_pane_win.h', |
| 204 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', | 207 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', |
| 205 'controls/tabbed_pane/tabbed_pane.cc', | 208 'controls/tabbed_pane/tabbed_pane.cc', |
| 206 'controls/tabbed_pane/tabbed_pane.h', | 209 'controls/tabbed_pane/tabbed_pane.h', |
| 207 'controls/tabbed_pane/tabbed_pane_listener.h', | 210 'controls/tabbed_pane/tabbed_pane_listener.h', |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'window/window_shape.h', | 447 'window/window_shape.h', |
| 445 ], | 448 ], |
| 446 'include_dirs': [ | 449 'include_dirs': [ |
| 447 '../../third_party/wtl/include', | 450 '../../third_party/wtl/include', |
| 448 ], | 451 ], |
| 449 'conditions': [ | 452 'conditions': [ |
| 450 ['use_aura==1', { | 453 ['use_aura==1', { |
| 451 'sources!': [ | 454 'sources!': [ |
| 452 'controls/native_control.cc', | 455 'controls/native_control.cc', |
| 453 'controls/native_control.h', | 456 'controls/native_control.h', |
| 457 'controls/slide_out_view_impl.cc' |
| 454 'controls/scrollbar/bitmap_scroll_bar.cc', | 458 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 455 'controls/scrollbar/bitmap_scroll_bar.h', | 459 'controls/scrollbar/bitmap_scroll_bar.h', |
| 456 'controls/table/group_table_model.h', | 460 'controls/table/group_table_model.h', |
| 457 'controls/table/group_table_view.cc', | 461 'controls/table/group_table_view.cc', |
| 458 'controls/table/group_table_view.h', | 462 'controls/table/group_table_view.h', |
| 459 'controls/table/table_view_observer.h', | 463 'controls/table/table_view_observer.h', |
| 460 'widget/aero_tooltip_manager.cc', | 464 'widget/aero_tooltip_manager.cc', |
| 461 'widget/aero_tooltip_manager.h', | 465 'widget/aero_tooltip_manager.h', |
| 462 'widget/child_window_message_processor.cc', | 466 'widget/child_window_message_processor.cc', |
| 463 'widget/child_window_message_processor.h', | 467 'widget/child_window_message_processor.h', |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 'sources/': [ | 994 'sources/': [ |
| 991 # This is needed because the aura rule strips it from the default | 995 # This is needed because the aura rule strips it from the default |
| 992 # sources list. | 996 # sources list. |
| 993 ['include', '^../../content/app/startup_helper_win.cc'], | 997 ['include', '^../../content/app/startup_helper_win.cc'], |
| 994 ], | 998 ], |
| 995 }], | 999 }], |
| 996 ], | 1000 ], |
| 997 }, # target_name: views_examples_with_content_exe | 1001 }, # target_name: views_examples_with_content_exe |
| 998 ], | 1002 ], |
| 999 } | 1003 } |
| OLD | NEW |