| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 'widget/desktop_aura/desktop_screen_position_client.cc', | 397 'widget/desktop_aura/desktop_screen_position_client.cc', |
| 398 'widget/desktop_aura/desktop_screen_position_client.h', | 398 'widget/desktop_aura/desktop_screen_position_client.h', |
| 399 'widget/desktop_aura/desktop_screen_win.cc', | 399 'widget/desktop_aura/desktop_screen_win.cc', |
| 400 'widget/desktop_aura/desktop_screen_win.h', | 400 'widget/desktop_aura/desktop_screen_win.h', |
| 401 'widget/desktop_aura/desktop_screen_x11.cc', | 401 'widget/desktop_aura/desktop_screen_x11.cc', |
| 402 'widget/desktop_aura/desktop_screen_x11.h', | 402 'widget/desktop_aura/desktop_screen_x11.h', |
| 403 'widget/desktop_aura/x11_desktop_handler.cc', | 403 'widget/desktop_aura/x11_desktop_handler.cc', |
| 404 'widget/desktop_aura/x11_desktop_handler.h', | 404 'widget/desktop_aura/x11_desktop_handler.h', |
| 405 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 405 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
| 406 'widget/desktop_aura/x11_desktop_window_move_client.h', | 406 'widget/desktop_aura/x11_desktop_window_move_client.h', |
| 407 'widget/desktop_aura/x11_scoped_capture.cc', |
| 408 'widget/desktop_aura/x11_scoped_capture.h', |
| 407 'widget/desktop_aura/x11_whole_screen_move_loop.cc', | 409 'widget/desktop_aura/x11_whole_screen_move_loop.cc', |
| 408 'widget/desktop_aura/x11_whole_screen_move_loop.h', | 410 'widget/desktop_aura/x11_whole_screen_move_loop.h', |
| 409 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', | 411 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', |
| 410 'widget/desktop_aura/x11_window_event_filter.cc', | 412 'widget/desktop_aura/x11_window_event_filter.cc', |
| 411 'widget/desktop_aura/x11_window_event_filter.h', | 413 'widget/desktop_aura/x11_window_event_filter.h', |
| 412 'widget/drop_helper.cc', | 414 'widget/drop_helper.cc', |
| 413 'widget/drop_helper.h', | 415 'widget/drop_helper.h', |
| 414 'widget/drop_target_win.cc', | 416 'widget/drop_target_win.cc', |
| 415 'widget/drop_target_win.h', | 417 'widget/drop_target_win.h', |
| 416 'widget/root_view.cc', | 418 'widget/root_view.cc', |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 'sources/': [ | 1110 'sources/': [ |
| 1109 # This is needed because the aura rule strips it from the default | 1111 # This is needed because the aura rule strips it from the default |
| 1110 # sources list. | 1112 # sources list. |
| 1111 ['include', '^../../content/app/startup_helper_win.cc'], | 1113 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1112 ], | 1114 ], |
| 1113 }], | 1115 }], |
| 1114 ], | 1116 ], |
| 1115 }, # target_name: views_examples_with_content_exe | 1117 }, # target_name: views_examples_with_content_exe |
| 1116 ], | 1118 ], |
| 1117 } | 1119 } |
| OLD | NEW |