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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 18777006: Remove dependencies on /media for iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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/chrome_browser_ui.gypi ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3098 matching lines...) Expand 10 before | Expand all | Expand 10 after
3109 # In gyp, booleans are 0/1 not True/False. 3109 # In gyp, booleans are 0/1 not True/False.
3110 'suppress_wildcard': 1, 3110 'suppress_wildcard': 1,
3111 'type': 'none', 3111 'type': 'none',
3112 'dependencies': [ 3112 'dependencies': [
3113 'automated_ui_tests', 3113 'automated_ui_tests',
3114 '../base/base.gyp:base_unittests', 3114 '../base/base.gyp:base_unittests',
3115 # browser_tests's use of subprocesses chokes gcov on 10.6? 3115 # browser_tests's use of subprocesses chokes gcov on 10.6?
3116 # Disabling for now (enabled on linux/windows below). 3116 # Disabling for now (enabled on linux/windows below).
3117 # 'browser_tests', 3117 # 'browser_tests',
3118 '../ipc/ipc.gyp:ipc_tests', 3118 '../ipc/ipc.gyp:ipc_tests',
3119 '../media/media.gyp:media_unittests',
3120 '../net/net.gyp:net_unittests', 3119 '../net/net.gyp:net_unittests',
3121 '../printing/printing.gyp:printing_unittests', 3120 '../printing/printing.gyp:printing_unittests',
3122 '../remoting/remoting.gyp:remoting_unittests', 3121 '../remoting/remoting.gyp:remoting_unittests',
3123 '../sql/sql.gyp:sql_unittests', 3122 '../sql/sql.gyp:sql_unittests',
3124 '../content/content.gyp:content_unittests', 3123 '../content/content.gyp:content_unittests',
3125 'unit_tests', 3124 'unit_tests',
3126 '../sync/sync.gyp:sync_unit_tests', 3125 '../sync/sync.gyp:sync_unit_tests',
3127 ], # 'dependencies' 3126 ], # 'dependencies'
3128 'conditions': [ 3127 'conditions': [
3128 ['OS!="ios"', {
3129 'dependencies': [
3130 '../media/media.gyp:media_unittests',
3131 ]}],
3129 ['OS=="win"', { 3132 ['OS=="win"', {
3130 'dependencies': [ 3133 'dependencies': [
3131 # Courgette has not been ported from Windows. 3134 # Courgette has not been ported from Windows.
3132 # Note build/win/chrome_win.croc uniquely has the 3135 # Note build/win/chrome_win.croc uniquely has the
3133 # courgette source directory in an include path. 3136 # courgette source directory in an include path.
3134 '../courgette/courgette.gyp:courgette_unittests', 3137 '../courgette/courgette.gyp:courgette_unittests',
3135 'browser_tests', 3138 'browser_tests',
3136 ]}], 3139 ]}],
3137 ['OS=="linux"', { 3140 ['OS=="linux"', {
3138 'dependencies': [ 3141 'dependencies': [
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
3392 'utility', 3395 'utility',
3393 ], 3396 ],
3394 'sources': [ 3397 'sources': [
3395 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3398 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3396 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3399 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3397 ], 3400 ],
3398 }] 3401 }]
3399 }], 3402 }],
3400 ], # 'conditions' 3403 ], # 'conditions'
3401 } 3404 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698