| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'widget/desktop_aura/desktop_root_window_host_win.h', | 383 'widget/desktop_aura/desktop_root_window_host_win.h', |
| 384 'widget/desktop_aura/desktop_root_window_host_x11.cc', | 384 'widget/desktop_aura/desktop_root_window_host_x11.cc', |
| 385 'widget/desktop_aura/desktop_root_window_host_x11.h', | 385 'widget/desktop_aura/desktop_root_window_host_x11.h', |
| 386 'widget/desktop_aura/desktop_screen.h', | 386 'widget/desktop_aura/desktop_screen.h', |
| 387 'widget/desktop_aura/desktop_screen_ozone.cc', | 387 'widget/desktop_aura/desktop_screen_ozone.cc', |
| 388 'widget/desktop_aura/desktop_screen_position_client.cc', | 388 'widget/desktop_aura/desktop_screen_position_client.cc', |
| 389 'widget/desktop_aura/desktop_screen_position_client.h', | 389 'widget/desktop_aura/desktop_screen_position_client.h', |
| 390 'widget/desktop_aura/desktop_screen_win.cc', | 390 'widget/desktop_aura/desktop_screen_win.cc', |
| 391 'widget/desktop_aura/desktop_screen_win.h', | 391 'widget/desktop_aura/desktop_screen_win.h', |
| 392 'widget/desktop_aura/desktop_screen_x11.cc', | 392 'widget/desktop_aura/desktop_screen_x11.cc', |
| 393 'widget/desktop_aura/scoped_tooltip_client.cc', |
| 394 'widget/desktop_aura/scoped_tooltip_client.h', |
| 393 'widget/desktop_aura/x11_desktop_handler.cc', | 395 'widget/desktop_aura/x11_desktop_handler.cc', |
| 394 'widget/desktop_aura/x11_desktop_handler.h', | 396 'widget/desktop_aura/x11_desktop_handler.h', |
| 395 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 397 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
| 396 'widget/desktop_aura/x11_desktop_window_move_client.h', | 398 'widget/desktop_aura/x11_desktop_window_move_client.h', |
| 397 'widget/desktop_aura/x11_whole_screen_move_loop.cc', | 399 'widget/desktop_aura/x11_whole_screen_move_loop.cc', |
| 398 'widget/desktop_aura/x11_whole_screen_move_loop.h', | 400 'widget/desktop_aura/x11_whole_screen_move_loop.h', |
| 399 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', | 401 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', |
| 400 'widget/desktop_aura/x11_window_event_filter.cc', | 402 'widget/desktop_aura/x11_window_event_filter.cc', |
| 401 'widget/desktop_aura/x11_window_event_filter.h', | 403 'widget/desktop_aura/x11_window_event_filter.h', |
| 402 'widget/drop_helper.cc', | 404 'widget/drop_helper.cc', |
| (...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 'sources/': [ | 1056 'sources/': [ |
| 1055 # This is needed because the aura rule strips it from the default | 1057 # This is needed because the aura rule strips it from the default |
| 1056 # sources list. | 1058 # sources list. |
| 1057 ['include', '^../../content/app/startup_helper_win.cc'], | 1059 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1058 ], | 1060 ], |
| 1059 }], | 1061 }], |
| 1060 ], | 1062 ], |
| 1061 }, # target_name: views_examples_with_content_exe | 1063 }, # target_name: views_examples_with_content_exe |
| 1062 ], | 1064 ], |
| 1063 } | 1065 } |
| OLD | NEW |