OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'touchui/touch_selection_controller.h', | 295 'touchui/touch_selection_controller.h', |
296 'view.cc', | 296 'view.cc', |
297 'view.h', | 297 'view.h', |
298 'view_constants.cc', | 298 'view_constants.cc', |
299 'view_constants.h', | 299 'view_constants.h', |
300 'view_aura.cc', | 300 'view_aura.cc', |
301 'view_model.cc', | 301 'view_model.cc', |
302 'view_model.h', | 302 'view_model.h', |
303 'view_model_utils.cc', | 303 'view_model_utils.cc', |
304 'view_model_utils.h', | 304 'view_model_utils.h', |
305 'views_switches.cc', | |
306 'views_switches.h', | |
307 'view_text_utils.cc', | 305 'view_text_utils.cc', |
308 'view_text_utils.h', | 306 'view_text_utils.h', |
309 'view_win.cc', | 307 'view_win.cc', |
310 'views_delegate.h', | 308 'views_delegate.h', |
311 'widget/aero_tooltip_manager.cc', | 309 'widget/aero_tooltip_manager.cc', |
312 'widget/aero_tooltip_manager.h', | 310 'widget/aero_tooltip_manager.h', |
313 'widget/child_window_message_processor.cc', | 311 'widget/child_window_message_processor.cc', |
314 'widget/child_window_message_processor.h', | 312 'widget/child_window_message_processor.h', |
315 'widget/default_theme_provider.cc', | 313 'widget/default_theme_provider.cc', |
316 'widget/default_theme_provider.h', | 314 'widget/default_theme_provider.h', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 'sources/': [ | 886 'sources/': [ |
889 # This is needed because the aura rule strips it from the default | 887 # This is needed because the aura rule strips it from the default |
890 # sources list. | 888 # sources list. |
891 ['include', '^../../content/app/startup_helper_win.cc'], | 889 ['include', '^../../content/app/startup_helper_win.cc'], |
892 ], | 890 ], |
893 }], | 891 }], |
894 ], | 892 ], |
895 }, # target_name: views_examples_with_content_exe | 893 }, # target_name: views_examples_with_content_exe |
896 ], | 894 ], |
897 } | 895 } |
OLD | NEW |