| 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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 ], | 837 ], |
| 838 'conditions': [ | 838 'conditions': [ |
| 839 ['use_aura==1', { | 839 ['use_aura==1', { |
| 840 'targets': [ | 840 'targets': [ |
| 841 { | 841 { |
| 842 'target_name': 'views_aura_desktop', | 842 'target_name': 'views_aura_desktop', |
| 843 'type': 'executable', | 843 'type': 'executable', |
| 844 'dependencies': [ | 844 'dependencies': [ |
| 845 '../base/base.gyp:base', | 845 '../base/base.gyp:base', |
| 846 '../base/base.gyp:base_i18n', | 846 '../base/base.gyp:base_i18n', |
| 847 '../chrome/chrome.gyp:packed_resources', |
| 847 '../skia/skia.gyp:skia', | 848 '../skia/skia.gyp:skia', |
| 848 '../third_party/icu/icu.gyp:icui18n', | 849 '../third_party/icu/icu.gyp:icui18n', |
| 849 '../third_party/icu/icu.gyp:icuuc', | 850 '../third_party/icu/icu.gyp:icuuc', |
| 850 '../ui/ui.gyp:gfx_resources', | 851 '../ui/ui.gyp:gfx_resources', |
| 851 '../ui/ui.gyp:ui', | 852 '../ui/ui.gyp:ui', |
| 852 '../ui/ui.gyp:ui_resources', | 853 '../ui/ui.gyp:ui_resources', |
| 853 '../ui/ui.gyp:ui_resources_standard', | 854 '../ui/ui.gyp:ui_resources_standard', |
| 854 'views', | 855 'views', |
| 855 ], | 856 ], |
| 856 'include_dirs': [ | 857 'include_dirs': [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 873 'include_dirs': [ | 874 'include_dirs': [ |
| 874 '<(DEPTH)/third_party/wtl/include', | 875 '<(DEPTH)/third_party/wtl/include', |
| 875 ], | 876 ], |
| 876 }], | 877 }], |
| 877 ], | 878 ], |
| 878 }, | 879 }, |
| 879 ], | 880 ], |
| 880 }], | 881 }], |
| 881 ], | 882 ], |
| 882 } | 883 } |
| OLD | NEW |