| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 'views', | 683 'views', |
| 684 ], | 684 ], |
| 685 'include_dirs': [ | 685 'include_dirs': [ |
| 686 '..', | 686 '..', |
| 687 ], | 687 ], |
| 688 'sources': [ | 688 'sources': [ |
| 689 'desktop/desktop_background.cc', | 689 'desktop/desktop_background.cc', |
| 690 'desktop/desktop_background.h', | 690 'desktop/desktop_background.h', |
| 691 'desktop/desktop_window_manager.cc', | 691 'desktop/desktop_window_manager.cc', |
| 692 'desktop/desktop_window_manager.h', | 692 'desktop/desktop_window_manager.h', |
| 693 'desktop/desktop_window_root_view.cc', | |
| 694 'desktop/desktop_window_root_view.h', | |
| 695 'desktop/desktop_window_view.cc', | 693 'desktop/desktop_window_view.cc', |
| 696 'desktop/desktop_window_view.h', | 694 'desktop/desktop_window_view.h', |
| 697 ], | 695 ], |
| 698 'conditions': [ | 696 'conditions': [ |
| 699 ['toolkit_uses_gtk == 1', { | 697 ['toolkit_uses_gtk == 1', { |
| 700 'dependencies': [ | 698 'dependencies': [ |
| 701 '../build/linux/system.gyp:gtk', | 699 '../build/linux/system.gyp:gtk', |
| 702 '../chrome/chrome.gyp:packed_resources', | 700 '../chrome/chrome.gyp:packed_resources', |
| 703 ], | 701 ], |
| 704 'conditions': [ | 702 'conditions': [ |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'include_dirs': [ | 815 'include_dirs': [ |
| 818 '<(DEPTH)/third_party/wtl/include', | 816 '<(DEPTH)/third_party/wtl/include', |
| 819 ], | 817 ], |
| 820 }], | 818 }], |
| 821 ], | 819 ], |
| 822 }, | 820 }, |
| 823 ], | 821 ], |
| 824 }], | 822 }], |
| 825 ], | 823 ], |
| 826 } | 824 } |
| OLD | NEW |