Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1122393005: [Media Router] Reland of "Media Router GYP/GN cleanup". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge sources into chrome_unit_tests_media_router_sources Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3138 matching lines...) Expand 10 before | Expand all | Expand 10 after
3149 'browser/extensions/api/api_registration.gyp:chrome_api_registration ', 3149 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
3150 'common/extensions/api/api.gyp:chrome_api', 3150 'common/extensions/api/api.gyp:chrome_api',
3151 ], 3151 ],
3152 'sources': [ '<@(chrome_browser_ui_extensions_sources)' ], 3152 'sources': [ '<@(chrome_browser_ui_extensions_sources)' ],
3153 }], 3153 }],
3154 ['enable_google_now==1 and OS!="android"', { 3154 ['enable_google_now==1 and OS!="android"', {
3155 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ], 3155 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ],
3156 }], 3156 }],
3157 ['enable_media_router==1', { 3157 ['enable_media_router==1', {
3158 'dependencies': [ 3158 'dependencies': [
3159 'browser/media/router/media_router.gyp:media_router', 3159 'browser/media/router/media_router.gyp:media_router',
3160 ], 3160 ],
3161 'sources': [ '<@(chrome_browser_ui_media_router_sources)' ], 3161 'sources': [ '<@(chrome_browser_ui_media_router_sources)' ],
3162 }], 3162 }],
3163 ['enable_supervised_users==0', { 3163 ['enable_supervised_users==0', {
3164 'sources!': [ 3164 'sources!': [
3165 'browser/ui/views/profiles/supervised_user_avatar_label.cc', 3165 'browser/ui/views/profiles/supervised_user_avatar_label.cc',
3166 'browser/ui/views/profiles/supervised_user_avatar_label.h', 3166 'browser/ui/views/profiles/supervised_user_avatar_label.h',
3167 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc' , 3167 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc' ,
3168 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', 3168 'browser/ui/webui/options/supervised_user_create_confirm_handler.h',
3169 'browser/ui/webui/options/supervised_user_import_handler.cc', 3169 'browser/ui/webui/options/supervised_user_import_handler.cc',
(...skipping 25 matching lines...) Expand all
3195 ], 3195 ],
3196 'sources': [ 3196 'sources': [
3197 '<@(chrome_browser_ui_non_mobile_sources)', 3197 '<@(chrome_browser_ui_non_mobile_sources)',
3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3199 ], 3199 ],
3200 }], 3200 }],
3201 ], 3201 ],
3202 }, 3202 },
3203 ], 3203 ],
3204 } 3204 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698