| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'sources/': [ | 417 'sources/': [ |
| 418 ['exclude', 'mouse_watcher.cc'], | 418 ['exclude', 'mouse_watcher.cc'], |
| 419 ['exclude', 'controls/menu/*'], | 419 ['exclude', 'controls/menu/*'], |
| 420 ['exclude', 'controls/scrollbar/*'], | 420 ['exclude', 'controls/scrollbar/*'], |
| 421 ['exclude', 'focus/accelerator_handler_aura.cc'], | 421 ['exclude', 'focus/accelerator_handler_aura.cc'], |
| 422 ['exclude', 'widget/tooltip_manager_views.cc'], | 422 ['exclude', 'widget/tooltip_manager_views.cc'], |
| 423 ], | 423 ], |
| 424 }], | 424 }], |
| 425 ['OS=="win"', { | 425 ['OS=="win"', { |
| 426 'sources/': [ | 426 'sources/': [ |
| 427 ['include', 'ime/input_method_win.cc'], |
| 428 ['include', 'ime/input_method_win.h'], |
| 427 ['include', 'widget/desktop_root_window_host_win.cc'], | 429 ['include', 'widget/desktop_root_window_host_win.cc'], |
| 428 ['include', 'widget/desktop_root_window_host_win.h'], | 430 ['include', 'widget/desktop_root_window_host_win.h'], |
| 429 ['include', 'widget/desktop_capture_client.cc'], | 431 ['include', 'widget/desktop_capture_client.cc'], |
| 430 ['include', 'widget/desktop_capture_client.h'], | 432 ['include', 'widget/desktop_capture_client.h'], |
| 431 ], | 433 ], |
| 432 }], | 434 }], |
| 433 ], | 435 ], |
| 434 }], | 436 }], |
| 435 ['chromeos==1 or use_aura==0', { | 437 ['chromeos==1 or use_aura==0', { |
| 436 'sources!': [ | 438 'sources!': [ |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 'sources/': [ | 859 'sources/': [ |
| 858 # This is needed because the aura rule strips it from the default | 860 # This is needed because the aura rule strips it from the default |
| 859 # sources list. | 861 # sources list. |
| 860 ['include', '^../../content/app/startup_helper_win.cc'], | 862 ['include', '^../../content/app/startup_helper_win.cc'], |
| 861 ], | 863 ], |
| 862 }], | 864 }], |
| 863 ], | 865 ], |
| 864 }, # target_name: views_examples_with_content_exe | 866 }, # target_name: views_examples_with_content_exe |
| 865 ], | 867 ], |
| 866 } | 868 } |
| OLD | NEW |