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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 949293004: Add media router common classes and unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring GN files up to date. Created 5 years, 9 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/media/router/route_id_manager_unittest.cc ('k') | chrome/chrome_tests_unit.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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 ['use_aura==0 or OS=="win"', { 3175 ['use_aura==0 or OS=="win"', {
3176 'sources!': [ 3176 'sources!': [
3177 'browser/background/background_mode_manager_aura.cc', 3177 'browser/background/background_mode_manager_aura.cc',
3178 ], 3178 ],
3179 }], 3179 }],
3180 ], 3180 ],
3181 }], 3181 }],
3182 ['enable_task_manager==1', { 3182 ['enable_task_manager==1', {
3183 'sources': [ '<@(chrome_browser_task_manager_sources)' ], 3183 'sources': [ '<@(chrome_browser_task_manager_sources)' ],
3184 }], 3184 }],
3185 ['enable_media_router==1', {
3186 'dependencies': [
3187 'browser/media/router/media_router.gyp:media_router',
3188 ],
3189 }],
3185 ['enable_spellcheck==1', { 3190 ['enable_spellcheck==1', {
3186 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], 3191 'sources': [ '<@(chrome_browser_spellchecker_sources)' ],
3187 'dependencies': [ 3192 'dependencies': [
3188 '../third_party/hunspell/hunspell.gyp:hunspell', 3193 '../third_party/hunspell/hunspell.gyp:hunspell',
3189 ], 3194 ],
3190 }], 3195 }],
3191 ['disable_nacl==0', { 3196 ['disable_nacl==0', {
3192 'sources': [ '<@(chrome_browser_nacl_sources)' ], 3197 'sources': [ '<@(chrome_browser_nacl_sources)' ],
3193 'dependencies': [ 3198 'dependencies': [
3194 '../components/nacl.gyp:nacl_browser', 3199 '../components/nacl.gyp:nacl_browser',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
3745 'variables': { 3750 'variables': {
3746 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3751 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3747 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3752 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3748 }, 3753 },
3749 'includes': [ '../build/protoc.gypi' ] 3754 'includes': [ '../build/protoc.gypi' ]
3750 }, 3755 },
3751 ], 3756 ],
3752 },], 3757 },],
3753 ], 3758 ],
3754 } 3759 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/route_id_manager_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698