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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 64683014: Mac OS X-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address stevenjb's comment. Created 6 years, 11 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 | Annotate | Revision Log
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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 1956 matching lines...) Expand 10 before | Expand all | Expand 10 after
1967 }], 1967 }],
1968 ['os_posix == 1 and OS != "mac" and OS != "android"', { 1968 ['os_posix == 1 and OS != "mac" and OS != "android"', {
1969 'conditions': [ 1969 'conditions': [
1970 ['linux_use_tcmalloc==1', { 1970 ['linux_use_tcmalloc==1', {
1971 'dependencies': [ 1971 'dependencies': [
1972 '../base/allocator/allocator.gyp:allocator', 1972 '../base/allocator/allocator.gyp:allocator',
1973 ], 1973 ],
1974 }], 1974 }],
1975 ], 1975 ],
1976 }], 1976 }],
1977 ['chromeos == 1 or OS=="win"', { 1977 ['chromeos == 1 or OS=="win" or OS == "mac"', {
1978 'sources': [ 1978 'sources': [
1979 'browser/extensions/api/networking_private/networking_private_apites t.cc', 1979 'browser/extensions/api/networking_private/networking_private_apites t.cc',
1980 ], 1980 ],
1981 }], 1981 }],
1982 ['toolkit_views==1', { 1982 ['toolkit_views==1', {
1983 'dependencies': [ 1983 'dependencies': [
1984 '../ui/views/views.gyp:views', 1984 '../ui/views/views.gyp:views',
1985 ], 1985 ],
1986 'sources!': [ 1986 'sources!': [
1987 # TODO(estade): port to views. 1987 # TODO(estade): port to views.
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3103 'utility', 3103 'utility',
3104 ], 3104 ],
3105 'sources': [ 3105 'sources': [
3106 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3106 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3107 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3107 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3108 ], 3108 ],
3109 }] 3109 }]
3110 }], 3110 }],
3111 ], # 'conditions' 3111 ], # 'conditions'
3112 } 3112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698