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

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 codereview comments. Created 6 years, 10 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('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 '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 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1954 }], 1954 }],
1955 ['os_posix == 1 and OS != "mac" and OS != "android"', { 1955 ['os_posix == 1 and OS != "mac" and OS != "android"', {
1956 'conditions': [ 1956 'conditions': [
1957 ['linux_use_tcmalloc==1', { 1957 ['linux_use_tcmalloc==1', {
1958 'dependencies': [ 1958 'dependencies': [
1959 '../base/allocator/allocator.gyp:allocator', 1959 '../base/allocator/allocator.gyp:allocator',
1960 ], 1960 ],
1961 }], 1961 }],
1962 ], 1962 ],
1963 }], 1963 }],
1964 ['chromeos == 1 or OS=="win"', { 1964 ['chromeos == 1 or OS=="win" or OS == "mac"', {
1965 'sources': [ 1965 'sources': [
1966 'browser/extensions/api/networking_private/networking_private_apites t.cc', 1966 'browser/extensions/api/networking_private/networking_private_apites t.cc',
1967 ], 1967 ],
1968 }], 1968 }],
1969 ['toolkit_views==1', { 1969 ['toolkit_views==1', {
1970 'dependencies': [ 1970 'dependencies': [
1971 '../ui/views/views.gyp:views', 1971 '../ui/views/views.gyp:views',
1972 ], 1972 ],
1973 'sources!': [ 1973 'sources!': [
1974 # TODO(estade): port to views. 1974 # TODO(estade): port to views.
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 'utility', 3158 'utility',
3159 ], 3159 ],
3160 'sources': [ 3160 'sources': [
3161 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3161 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3162 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3162 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3163 ], 3163 ],
3164 }] 3164 }]
3165 }], 3165 }],
3166 ], # 'conditions' 3166 ], # 'conditions'
3167 } 3167 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698