| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'controls/textfield/native_textfield_gtk.h', | 244 'controls/textfield/native_textfield_gtk.h', |
| 245 'controls/textfield/native_textfield_win.cc', | 245 'controls/textfield/native_textfield_win.cc', |
| 246 'controls/textfield/native_textfield_win.h', | 246 'controls/textfield/native_textfield_win.h', |
| 247 'controls/textfield/native_textfield_wrapper.h', | 247 'controls/textfield/native_textfield_wrapper.h', |
| 248 'controls/textfield/native_textfield_views.cc', | 248 'controls/textfield/native_textfield_views.cc', |
| 249 'controls/textfield/native_textfield_views.h', | 249 'controls/textfield/native_textfield_views.h', |
| 250 'controls/throbber.cc', | 250 'controls/throbber.cc', |
| 251 'controls/throbber.h', | 251 'controls/throbber.h', |
| 252 'controls/tree/tree_view.cc', | 252 'controls/tree/tree_view.cc', |
| 253 'controls/tree/tree_view.h', | 253 'controls/tree/tree_view.h', |
| 254 'debug_utils.cc', |
| 255 'debug_utils.h', |
| 254 'drag_utils.cc', | 256 'drag_utils.cc', |
| 255 'drag_utils.h', | 257 'drag_utils.h', |
| 256 'drag_utils_gtk.cc', | 258 'drag_utils_gtk.cc', |
| 257 'drag_utils_win.cc', | 259 'drag_utils_win.cc', |
| 258 'event.cc', | 260 'event.cc', |
| 259 'event.h', | 261 'event.h', |
| 260 'event_gtk.cc', | 262 'event_gtk.cc', |
| 261 'event_win.cc', | 263 'event_win.cc', |
| 262 'event_x.cc', | 264 'event_x.cc', |
| 263 'focus/accelerator_handler.h', | 265 'focus/accelerator_handler.h', |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 ], | 585 ], |
| 584 }, | 586 }, |
| 585 ], | 587 ], |
| 586 } | 588 } |
| 587 | 589 |
| 588 # Local Variables: | 590 # Local Variables: |
| 589 # tab-width:2 | 591 # tab-width:2 |
| 590 # indent-tabs-mode:nil | 592 # indent-tabs-mode:nil |
| 591 # End: | 593 # End: |
| 592 # vim: set expandtab tabstop=2 shiftwidth=2: | 594 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |