| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'widget/desktop_capture_client.h', | 319 'widget/desktop_capture_client.h', |
| 320 'widget/desktop_native_widget_aura.cc', | 320 'widget/desktop_native_widget_aura.cc', |
| 321 'widget/desktop_native_widget_aura.h', | 321 'widget/desktop_native_widget_aura.h', |
| 322 'widget/desktop_native_widget_helper_aura.cc', | 322 'widget/desktop_native_widget_helper_aura.cc', |
| 323 'widget/desktop_native_widget_helper_aura.h', | 323 'widget/desktop_native_widget_helper_aura.h', |
| 324 'widget/desktop_root_window_host.h', | 324 'widget/desktop_root_window_host.h', |
| 325 'widget/desktop_root_window_host_linux.cc', | 325 'widget/desktop_root_window_host_linux.cc', |
| 326 'widget/desktop_root_window_host_linux.h', | 326 'widget/desktop_root_window_host_linux.h', |
| 327 'widget/desktop_root_window_host_win.cc', | 327 'widget/desktop_root_window_host_win.cc', |
| 328 'widget/desktop_root_window_host_win.h', | 328 'widget/desktop_root_window_host_win.h', |
| 329 'widget/desktop_screen_position_client_aura.cc', |
| 330 'widget/desktop_screen_position_client_aura.h', |
| 329 'widget/drop_helper.cc', | 331 'widget/drop_helper.cc', |
| 330 'widget/drop_helper.h', | 332 'widget/drop_helper.h', |
| 331 'widget/drop_target_win.cc', | 333 'widget/drop_target_win.cc', |
| 332 'widget/drop_target_win.h', | 334 'widget/drop_target_win.h', |
| 333 'widget/root_view.cc', | 335 'widget/root_view.cc', |
| 334 'widget/root_view.h', | 336 'widget/root_view.h', |
| 335 'widget/tooltip_manager_aura.cc', | 337 'widget/tooltip_manager_aura.cc', |
| 336 'widget/tooltip_manager_aura.h', | 338 'widget/tooltip_manager_aura.h', |
| 337 'widget/tooltip_manager_win.cc', | 339 'widget/tooltip_manager_win.cc', |
| 338 'widget/tooltip_manager_win.h', | 340 'widget/tooltip_manager_win.h', |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 'sources/': [ | 861 'sources/': [ |
| 860 # This is needed because the aura rule strips it from the default | 862 # This is needed because the aura rule strips it from the default |
| 861 # sources list. | 863 # sources list. |
| 862 ['include', '^../../content/app/startup_helper_win.cc'], | 864 ['include', '^../../content/app/startup_helper_win.cc'], |
| 863 ], | 865 ], |
| 864 }], | 866 }], |
| 865 ], | 867 ], |
| 866 }, # target_name: views_examples_with_content_exe | 868 }, # target_name: views_examples_with_content_exe |
| 867 ], | 869 ], |
| 868 } | 870 } |
| OLD | NEW |