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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'controls/native_control_gtk.cc', | 164 'controls/native_control_gtk.cc', |
165 'controls/native_control_gtk.h', | 165 'controls/native_control_gtk.h', |
166 'controls/native_control_win.cc', | 166 'controls/native_control_win.cc', |
167 'controls/native_control_win.h', | 167 'controls/native_control_win.h', |
168 'controls/native/native_view_host.cc', | 168 'controls/native/native_view_host.cc', |
169 'controls/native/native_view_host.h', | 169 'controls/native/native_view_host.h', |
170 'controls/native/native_view_host_gtk.cc', | 170 'controls/native/native_view_host_gtk.cc', |
171 'controls/native/native_view_host_gtk.h', | 171 'controls/native/native_view_host_gtk.h', |
172 'controls/native/native_view_host_win.cc', | 172 'controls/native/native_view_host_win.cc', |
173 'controls/native/native_view_host_win.h', | 173 'controls/native/native_view_host_win.h', |
| 174 'controls/native/native_view_host_views.cc', |
| 175 'controls/native/native_view_host_views.h', |
174 'controls/native/native_view_host_wrapper.h', | 176 'controls/native/native_view_host_wrapper.h', |
175 'controls/progress_bar.h', | 177 'controls/progress_bar.h', |
176 'controls/progress_bar.cc', | 178 'controls/progress_bar.cc', |
177 'controls/resize_area.cc', | 179 'controls/resize_area.cc', |
178 'controls/resize_area.h', | 180 'controls/resize_area.h', |
179 'controls/scroll_view.cc', | 181 'controls/scroll_view.cc', |
180 'controls/scroll_view.h', | 182 'controls/scroll_view.h', |
181 'controls/scrollbar/bitmap_scroll_bar.cc', | 183 'controls/scrollbar/bitmap_scroll_bar.cc', |
182 'controls/scrollbar/bitmap_scroll_bar.h', | 184 'controls/scrollbar/bitmap_scroll_bar.h', |
183 'controls/scrollbar/native_scroll_bar_gtk.cc', | 185 'controls/scrollbar/native_scroll_bar_gtk.cc', |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 ], | 545 ], |
544 }, | 546 }, |
545 ], | 547 ], |
546 } | 548 } |
547 | 549 |
548 # Local Variables: | 550 # Local Variables: |
549 # tab-width:2 | 551 # tab-width:2 |
550 # indent-tabs-mode:nil | 552 # indent-tabs-mode:nil |
551 # End: | 553 # End: |
552 # vim: set expandtab tabstop=2 shiftwidth=2: | 554 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |