| 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/scroll_bar.h', | 188 'controls/scrollbar/scroll_bar.h', |
| 189 'controls/separator.cc', | 189 'controls/separator.cc', |
| 190 'controls/separator.h', | 190 'controls/separator.h', |
| 191 'controls/single_split_view.cc', | 191 'controls/single_split_view.cc', |
| 192 'controls/single_split_view.h', | 192 'controls/single_split_view.h', |
| 193 'controls/single_split_view_listener.h', | 193 'controls/single_split_view_listener.h', |
| 194 'controls/slide_out_view.cc', | 194 'controls/slide_out_view.cc', |
| 195 'controls/slide_out_view.h', | 195 'controls/slide_out_view.h', |
| 196 'controls/slider.cc', | 196 'controls/slider.cc', |
| 197 'controls/slider.h', | 197 'controls/slider.h', |
| 198 'controls/tabbed_pane/native_tabbed_pane_views.cc', | |
| 199 'controls/tabbed_pane/native_tabbed_pane_views.h', | |
| 200 'controls/tabbed_pane/native_tabbed_pane_win.cc', | |
| 201 'controls/tabbed_pane/native_tabbed_pane_win.h', | |
| 202 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', | |
| 203 'controls/tabbed_pane/tabbed_pane.cc', | 198 'controls/tabbed_pane/tabbed_pane.cc', |
| 204 'controls/tabbed_pane/tabbed_pane.h', | 199 'controls/tabbed_pane/tabbed_pane.h', |
| 205 'controls/tabbed_pane/tabbed_pane_listener.h', | 200 'controls/tabbed_pane/tabbed_pane_listener.h', |
| 206 'controls/table/table_header.cc', | 201 'controls/table/table_header.cc', |
| 207 'controls/table/table_header.h', | 202 'controls/table/table_header.h', |
| 208 'controls/table/table_utils.cc', | 203 'controls/table/table_utils.cc', |
| 209 'controls/table/table_utils.h', | 204 'controls/table/table_utils.h', |
| 210 'controls/table/table_view.cc', | 205 'controls/table/table_view.cc', |
| 211 'controls/table/table_view.h', | 206 'controls/table/table_view.h', |
| 212 'controls/table/table_view_observer.h', | 207 'controls/table/table_view_observer.h', |
| (...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 'sources/': [ | 948 'sources/': [ |
| 954 # This is needed because the aura rule strips it from the default | 949 # This is needed because the aura rule strips it from the default |
| 955 # sources list. | 950 # sources list. |
| 956 ['include', '^../../content/app/startup_helper_win.cc'], | 951 ['include', '^../../content/app/startup_helper_win.cc'], |
| 957 ], | 952 ], |
| 958 }], | 953 }], |
| 959 ], | 954 ], |
| 960 }, # target_name: views_examples_with_content_exe | 955 }, # target_name: views_examples_with_content_exe |
| 961 ], | 956 ], |
| 962 } | 957 } |
| OLD | NEW |