| 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 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 'touchui/touch_selection_controller_impl.cc', | 297 'touchui/touch_selection_controller_impl.cc', |
| 298 'touchui/touch_selection_controller_impl.h', | 298 'touchui/touch_selection_controller_impl.h', |
| 299 'view.cc', | 299 'view.cc', |
| 300 'view.h', | 300 'view.h', |
| 301 'view_constants.cc', | 301 'view_constants.cc', |
| 302 'view_constants.h', | 302 'view_constants.h', |
| 303 'view_gtk.cc', | 303 'view_gtk.cc', |
| 304 'view_text_utils.cc', | 304 'view_text_utils.cc', |
| 305 'view_text_utils.h', | 305 'view_text_utils.h', |
| 306 'view_win.cc', | 306 'view_win.cc', |
| 307 'views_api.h', | |
| 308 'views_delegate.h', | 307 'views_delegate.h', |
| 309 'widget/aero_tooltip_manager.cc', | 308 'widget/aero_tooltip_manager.cc', |
| 310 'widget/aero_tooltip_manager.h', | 309 'widget/aero_tooltip_manager.h', |
| 311 'widget/child_window_message_processor.cc', | 310 'widget/child_window_message_processor.cc', |
| 312 'widget/child_window_message_processor.h', | 311 'widget/child_window_message_processor.h', |
| 313 'widget/default_theme_provider.cc', | 312 'widget/default_theme_provider.cc', |
| 314 'widget/default_theme_provider.h', | 313 'widget/default_theme_provider.h', |
| 315 'widget/drop_helper.cc', | 314 'widget/drop_helper.cc', |
| 316 'widget/drop_helper.h', | 315 'widget/drop_helper.h', |
| 317 'widget/drop_target_gtk.cc', | 316 'widget/drop_target_gtk.cc', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 'include_dirs': [ | 724 'include_dirs': [ |
| 726 '<(DEPTH)/third_party/wtl/include', | 725 '<(DEPTH)/third_party/wtl/include', |
| 727 ], | 726 ], |
| 728 }], | 727 }], |
| 729 ], | 728 ], |
| 730 }, | 729 }, |
| 731 | 730 |
| 732 | 731 |
| 733 ], | 732 ], |
| 734 } | 733 } |
| OLD | NEW |