| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2923 ['chromeos == 0', { | 2923 ['chromeos == 0', { |
| 2924 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ], | 2924 'sources': [ '<@(chrome_browser_ui_aura_non_chromeos)' ], |
| 2925 }], | 2925 }], |
| 2926 ], | 2926 ], |
| 2927 }], | 2927 }], |
| 2928 ['ui_compositor_image_transport==1', { | 2928 ['ui_compositor_image_transport==1', { |
| 2929 'dependencies': [ | 2929 'dependencies': [ |
| 2930 '../ui/gl/gl.gyp:gl', | 2930 '../ui/gl/gl.gyp:gl', |
| 2931 ], | 2931 ], |
| 2932 }], | 2932 }], |
| 2933 ['use_nss==1', { | 2933 ['use_nss_certs==1', { |
| 2934 'sources': [ '<@(chrome_browser_ui_nss_sources)' ], | 2934 'sources': [ '<@(chrome_browser_ui_nss_sources)' ], |
| 2935 }], | 2935 }], |
| 2936 ['enable_themes==0', { | 2936 ['enable_themes==0', { |
| 2937 'sources!': [ | 2937 'sources!': [ |
| 2938 'browser/ui/webui/theme_source.cc', | 2938 'browser/ui/webui/theme_source.cc', |
| 2939 ], | 2939 ], |
| 2940 }], | 2940 }], |
| 2941 ['enable_print_preview==1', { | 2941 ['enable_print_preview==1', { |
| 2942 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], | 2942 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], |
| 2943 }], | 2943 }], |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3160 ], | 3160 ], |
| 3161 'sources': [ | 3161 'sources': [ |
| 3162 '<@(chrome_browser_ui_non_mobile_sources)', | 3162 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3163 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3163 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3164 ], | 3164 ], |
| 3165 }], | 3165 }], |
| 3166 ], | 3166 ], |
| 3167 }, | 3167 }, |
| 3168 ], | 3168 ], |
| 3169 } | 3169 } |
| OLD | NEW |