| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'view_win.cc', | 304 'view_win.cc', |
| 305 'views_delegate.h', | 305 'views_delegate.h', |
| 306 'widget/aero_tooltip_manager.cc', | 306 'widget/aero_tooltip_manager.cc', |
| 307 'widget/aero_tooltip_manager.h', | 307 'widget/aero_tooltip_manager.h', |
| 308 'widget/child_window_message_processor.cc', | 308 'widget/child_window_message_processor.cc', |
| 309 'widget/child_window_message_processor.h', | 309 'widget/child_window_message_processor.h', |
| 310 'widget/default_theme_provider.cc', | 310 'widget/default_theme_provider.cc', |
| 311 'widget/default_theme_provider.h', | 311 'widget/default_theme_provider.h', |
| 312 'widget/desktop_capture_client.cc', | 312 'widget/desktop_capture_client.cc', |
| 313 'widget/desktop_capture_client.h', | 313 'widget/desktop_capture_client.h', |
| 314 'widget/desktop_layout_manager.cc', |
| 315 'widget/desktop_layout_manager.h', |
| 314 'widget/desktop_native_widget_aura.cc', | 316 'widget/desktop_native_widget_aura.cc', |
| 315 'widget/desktop_native_widget_aura.h', | 317 'widget/desktop_native_widget_aura.h', |
| 316 'widget/desktop_native_widget_helper_aura.cc', | 318 'widget/desktop_native_widget_helper_aura.cc', |
| 317 'widget/desktop_native_widget_helper_aura.h', | 319 'widget/desktop_native_widget_helper_aura.h', |
| 318 'widget/desktop_root_window_host.h', | 320 'widget/desktop_root_window_host.h', |
| 319 'widget/desktop_root_window_host_linux.cc', | 321 'widget/desktop_root_window_host_linux.cc', |
| 320 'widget/desktop_root_window_host_linux.h', | 322 'widget/desktop_root_window_host_linux.h', |
| 321 'widget/desktop_root_window_host_win.cc', | 323 'widget/desktop_root_window_host_win.cc', |
| 322 'widget/desktop_root_window_host_win.h', | 324 'widget/desktop_root_window_host_win.h', |
| 323 'widget/desktop_screen_position_client.cc', | 325 'widget/desktop_screen_position_client.cc', |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'sources/': [ | 840 'sources/': [ |
| 839 # This is needed because the aura rule strips it from the default | 841 # This is needed because the aura rule strips it from the default |
| 840 # sources list. | 842 # sources list. |
| 841 ['include', '^../../content/app/startup_helper_win.cc'], | 843 ['include', '^../../content/app/startup_helper_win.cc'], |
| 842 ], | 844 ], |
| 843 }], | 845 }], |
| 844 ], | 846 ], |
| 845 }, # target_name: views_examples_with_content_exe | 847 }, # target_name: views_examples_with_content_exe |
| 846 ], | 848 ], |
| 847 } | 849 } |
| OLD | NEW |