| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 ], | 432 ], |
| 433 }, | 433 }, |
| 434 ], | 434 ], |
| 435 } | 435 } |
| 436 | 436 |
| 437 # Local Variables: | 437 # Local Variables: |
| 438 # tab-width:2 | 438 # tab-width:2 |
| 439 # indent-tabs-mode:nil | 439 # indent-tabs-mode:nil |
| 440 # End: | 440 # End: |
| 441 # vim: set expandtab tabstop=2 shiftwidth=2: | 441 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |