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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 'repeat_controller.cc', | 255 'repeat_controller.cc', |
256 'repeat_controller.h', | 256 'repeat_controller.h', |
257 'screen.h', | 257 'screen.h', |
258 'screen_gtk.cc', | 258 'screen_gtk.cc', |
259 'screen_win.cc', | 259 'screen_win.cc', |
260 'standard_layout.h', | 260 'standard_layout.h', |
261 'view.cc', | 261 'view.cc', |
262 'view.h', | 262 'view.h', |
263 'view_constants.cc', | 263 'view_constants.cc', |
264 'view_constants.h', | 264 'view_constants.h', |
| 265 'view_gtk.cc', |
265 'view_text_utils.cc', | 266 'view_text_utils.cc', |
266 'view_text_utils.h', | 267 'view_text_utils.h', |
267 'view_gtk.cc', | |
268 'view_win.cc', | 268 'view_win.cc', |
| 269 'views_delegate.h', |
269 'widget/aero_tooltip_manager.cc', | 270 'widget/aero_tooltip_manager.cc', |
270 'widget/aero_tooltip_manager.h', | 271 'widget/aero_tooltip_manager.h', |
271 'widget/default_theme_provider.cc', | 272 'widget/default_theme_provider.cc', |
272 'widget/default_theme_provider.h', | 273 'widget/default_theme_provider.h', |
273 'widget/drop_helper.cc', | 274 'widget/drop_helper.cc', |
274 'widget/drop_helper.h', | 275 'widget/drop_helper.h', |
275 'widget/drop_target_gtk.cc', | 276 'widget/drop_target_gtk.cc', |
276 'widget/drop_target_gtk.h', | 277 'widget/drop_target_gtk.h', |
277 'widget/drop_target_win.cc', | 278 'widget/drop_target_win.cc', |
278 'widget/drop_target_win.h', | 279 'widget/drop_target_win.h', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 ], | 435 ], |
435 }, | 436 }, |
436 ], | 437 ], |
437 } | 438 } |
438 | 439 |
439 # Local Variables: | 440 # Local Variables: |
440 # tab-width:2 | 441 # tab-width:2 |
441 # indent-tabs-mode:nil | 442 # indent-tabs-mode:nil |
442 # End: | 443 # End: |
443 # vim: set expandtab tabstop=2 shiftwidth=2: | 444 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |