| 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 3136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3147 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', | 3147 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', |
| 3148 'common/extensions/api/api.gyp:chrome_api', | 3148 'common/extensions/api/api.gyp:chrome_api', |
| 3149 ], | 3149 ], |
| 3150 'sources': [ '<@(chrome_browser_ui_extensions_sources)' ], | 3150 'sources': [ '<@(chrome_browser_ui_extensions_sources)' ], |
| 3151 }], | 3151 }], |
| 3152 ['enable_google_now==1 and OS!="android"', { | 3152 ['enable_google_now==1 and OS!="android"', { |
| 3153 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ], | 3153 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ], |
| 3154 }], | 3154 }], |
| 3155 ['enable_media_router==1', { | 3155 ['enable_media_router==1', { |
| 3156 'dependencies': [ | 3156 'dependencies': [ |
| 3157 'browser/media/router/media_router.gyp:media_router', | 3157 'browser/media/router/media_router.gyp:media_router', |
| 3158 ], | 3158 ], |
| 3159 'sources': [ '<@(chrome_browser_ui_media_router_sources)' ], | 3159 'sources': [ '<@(chrome_browser_ui_media_router_sources)' ], |
| 3160 }], | 3160 }], |
| 3161 ['enable_supervised_users==0', { | 3161 ['enable_supervised_users==0', { |
| 3162 'sources!': [ | 3162 'sources!': [ |
| 3163 'browser/ui/views/profiles/supervised_user_avatar_label.cc', | 3163 'browser/ui/views/profiles/supervised_user_avatar_label.cc', |
| 3164 'browser/ui/views/profiles/supervised_user_avatar_label.h', | 3164 'browser/ui/views/profiles/supervised_user_avatar_label.h', |
| 3165 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc'
, | 3165 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc'
, |
| 3166 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', | 3166 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', |
| 3167 'browser/ui/webui/options/supervised_user_import_handler.cc', | 3167 'browser/ui/webui/options/supervised_user_import_handler.cc', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 3193 ], | 3193 ], |
| 3194 'sources': [ | 3194 'sources': [ |
| 3195 '<@(chrome_browser_ui_non_mobile_sources)', | 3195 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3197 ], | 3197 ], |
| 3198 }], | 3198 }], |
| 3199 ], | 3199 ], |
| 3200 }, | 3200 }, |
| 3201 ], | 3201 ], |
| 3202 } | 3202 } |
| OLD | NEW |