OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'target_defaults': { | 9 'target_defaults': { |
10 'sources/': [ | 10 'sources/': [ |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'controls/native_control_win.h', | 156 'controls/native_control_win.h', |
157 'controls/native/native_view_host.cc', | 157 'controls/native/native_view_host.cc', |
158 'controls/native/native_view_host.h', | 158 'controls/native/native_view_host.h', |
159 'controls/native/native_view_host_gtk.cc', | 159 'controls/native/native_view_host_gtk.cc', |
160 'controls/native/native_view_host_gtk.h', | 160 'controls/native/native_view_host_gtk.h', |
161 'controls/native/native_view_host_win.cc', | 161 'controls/native/native_view_host_win.cc', |
162 'controls/native/native_view_host_win.h', | 162 'controls/native/native_view_host_win.h', |
163 'controls/native/native_view_host_wrapper.h', | 163 'controls/native/native_view_host_wrapper.h', |
164 'controls/progress_bar.h', | 164 'controls/progress_bar.h', |
165 'controls/progress_bar.cc', | 165 'controls/progress_bar.cc', |
166 'controls/resize_gripper.cc', | 166 'controls/resize_area.cc', |
167 'controls/resize_gripper.h', | 167 'controls/resize_area.h', |
168 'controls/scroll_view.cc', | 168 'controls/scroll_view.cc', |
169 'controls/scroll_view.h', | 169 'controls/scroll_view.h', |
170 'controls/scrollbar/bitmap_scroll_bar.cc', | 170 'controls/scrollbar/bitmap_scroll_bar.cc', |
171 'controls/scrollbar/bitmap_scroll_bar.h', | 171 'controls/scrollbar/bitmap_scroll_bar.h', |
172 'controls/scrollbar/native_scroll_bar_gtk.cc', | 172 'controls/scrollbar/native_scroll_bar_gtk.cc', |
173 'controls/scrollbar/native_scroll_bar_gtk.h', | 173 'controls/scrollbar/native_scroll_bar_gtk.h', |
174 'controls/scrollbar/native_scroll_bar_win.cc', | 174 'controls/scrollbar/native_scroll_bar_win.cc', |
175 'controls/scrollbar/native_scroll_bar_win.h', | 175 'controls/scrollbar/native_scroll_bar_win.h', |
176 'controls/scrollbar/native_scroll_bar_wrapper.h', | 176 'controls/scrollbar/native_scroll_bar_wrapper.h', |
177 'controls/scrollbar/native_scroll_bar.cc', | 177 'controls/scrollbar/native_scroll_bar.cc', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 ], | 434 ], |
435 }, | 435 }, |
436 ], | 436 ], |
437 } | 437 } |
438 | 438 |
439 # Local Variables: | 439 # Local Variables: |
440 # tab-width:2 | 440 # tab-width:2 |
441 # indent-tabs-mode:nil | 441 # indent-tabs-mode:nil |
442 # End: | 442 # End: |
443 # vim: set expandtab tabstop=2 shiftwidth=2: | 443 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |