| 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 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['use_aura==1', { | 10 ['use_aura==1', { |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'view_win.cc', | 359 'view_win.cc', |
| 360 'views_delegate.cc', | 360 'views_delegate.cc', |
| 361 'views_delegate.h', | 361 'views_delegate.h', |
| 362 'widget/aero_tooltip_manager.cc', | 362 'widget/aero_tooltip_manager.cc', |
| 363 'widget/aero_tooltip_manager.h', | 363 'widget/aero_tooltip_manager.h', |
| 364 'widget/child_window_message_processor.cc', | 364 'widget/child_window_message_processor.cc', |
| 365 'widget/child_window_message_processor.h', | 365 'widget/child_window_message_processor.h', |
| 366 'widget/desktop_aura/desktop_capture_client.cc', | 366 'widget/desktop_aura/desktop_capture_client.cc', |
| 367 'widget/desktop_aura/desktop_capture_client.h', | 367 'widget/desktop_aura/desktop_capture_client.h', |
| 368 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 368 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 369 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', |
| 369 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc', | 370 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.cc', |
| 370 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h', | 371 'widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h', |
| 371 'widget/desktop_aura/desktop_dispatcher_client.cc', | 372 'widget/desktop_aura/desktop_dispatcher_client.cc', |
| 372 'widget/desktop_aura/desktop_dispatcher_client.h', | 373 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 373 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', | 374 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
| 374 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', | 375 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
| 375 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 376 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
| 376 'widget/desktop_aura/desktop_drag_drop_client_win.h', | 377 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
| 377 'widget/desktop_aura/desktop_drop_target_win.cc', | 378 'widget/desktop_aura/desktop_drop_target_win.cc', |
| 378 'widget/desktop_aura/desktop_drop_target_win.h', | 379 'widget/desktop_aura/desktop_drop_target_win.h', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 'sources/': [ | 1100 'sources/': [ |
| 1100 # This is needed because the aura rule strips it from the default | 1101 # This is needed because the aura rule strips it from the default |
| 1101 # sources list. | 1102 # sources list. |
| 1102 ['include', '^../../content/app/startup_helper_win.cc'], | 1103 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1103 ], | 1104 ], |
| 1104 }], | 1105 }], |
| 1105 ], | 1106 ], |
| 1106 }, # target_name: views_examples_with_content_exe | 1107 }, # target_name: views_examples_with_content_exe |
| 1107 ], | 1108 ], |
| 1108 } | 1109 } |
| OLD | NEW |