| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'controls/native/native_view_host.h', | 162 'controls/native/native_view_host.h', |
| 163 'controls/native/native_view_host_aura.cc', | 163 'controls/native/native_view_host_aura.cc', |
| 164 'controls/native/native_view_host_aura.h', | 164 'controls/native/native_view_host_aura.h', |
| 165 'controls/native/native_view_host_win.cc', | 165 'controls/native/native_view_host_win.cc', |
| 166 'controls/native/native_view_host_win.h', | 166 'controls/native/native_view_host_win.h', |
| 167 'controls/progress_bar.cc', | 167 'controls/progress_bar.cc', |
| 168 'controls/progress_bar.h', | 168 'controls/progress_bar.h', |
| 169 'controls/resize_area.cc', | 169 'controls/resize_area.cc', |
| 170 'controls/resize_area.h', | 170 'controls/resize_area.h', |
| 171 'controls/resize_area_delegate.h', | 171 'controls/resize_area_delegate.h', |
| 172 'controls/rich_label.cc', |
| 173 'controls/rich_label.h', |
| 172 'controls/scroll_view.cc', | 174 'controls/scroll_view.cc', |
| 173 'controls/scroll_view.h', | 175 'controls/scroll_view.h', |
| 174 'controls/scrollbar/base_scroll_bar.cc', | 176 'controls/scrollbar/base_scroll_bar.cc', |
| 175 'controls/scrollbar/base_scroll_bar.h', | 177 'controls/scrollbar/base_scroll_bar.h', |
| 176 'controls/scrollbar/base_scroll_bar_button.cc', | 178 'controls/scrollbar/base_scroll_bar_button.cc', |
| 177 'controls/scrollbar/base_scroll_bar_button.h', | 179 'controls/scrollbar/base_scroll_bar_button.h', |
| 178 'controls/scrollbar/base_scroll_bar_thumb.cc', | 180 'controls/scrollbar/base_scroll_bar_thumb.cc', |
| 179 'controls/scrollbar/base_scroll_bar_thumb.h', | 181 'controls/scrollbar/base_scroll_bar_thumb.h', |
| 180 'controls/scrollbar/bitmap_scroll_bar.cc', | 182 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 181 'controls/scrollbar/bitmap_scroll_bar.h', | 183 'controls/scrollbar/bitmap_scroll_bar.h', |
| (...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 'sources/': [ | 984 'sources/': [ |
| 983 # This is needed because the aura rule strips it from the default | 985 # This is needed because the aura rule strips it from the default |
| 984 # sources list. | 986 # sources list. |
| 985 ['include', '^../../content/app/startup_helper_win.cc'], | 987 ['include', '^../../content/app/startup_helper_win.cc'], |
| 986 ], | 988 ], |
| 987 }], | 989 }], |
| 988 ], | 990 ], |
| 989 }, # target_name: views_examples_with_content_exe | 991 }, # target_name: views_examples_with_content_exe |
| 990 ], | 992 ], |
| 991 } | 993 } |
| OLD | NEW |