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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 264773017: components: Do not include test code in wifi_component target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: we only build FakeWiFiService on either win or mac - chromeos is not supported Created 6 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 | 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 ['os_posix == 1 and OS != "mac" and OS != "android"', { 1865 ['os_posix == 1 and OS != "mac" and OS != "android"', {
1866 'conditions': [ 1866 'conditions': [
1867 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 1867 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
1868 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or ( use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', { 1868 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or ( use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', {
1869 'dependencies': [ 1869 'dependencies': [
1870 '../base/allocator/allocator.gyp:allocator', 1870 '../base/allocator/allocator.gyp:allocator',
1871 ], 1871 ],
1872 }], 1872 }],
1873 ], 1873 ],
1874 }], 1874 }],
1875 ['OS=="win" or OS == "mac"', {
1876 'dependencies': [
1877 '../components/components.gyp:wifi_test_support',
1878 ],
1879 }],
1875 ['chromeos == 1 or OS=="win" or OS == "mac"', { 1880 ['chromeos == 1 or OS=="win" or OS == "mac"', {
1876 'sources': [ 1881 'sources': [
1877 'browser/extensions/api/networking_private/networking_private_apites t.cc', 1882 'browser/extensions/api/networking_private/networking_private_apites t.cc',
1878 ], 1883 ],
1879 }], 1884 }],
1880 ['toolkit_views==1', { 1885 ['toolkit_views==1', {
1881 'dependencies': [ 1886 'dependencies': [
1882 '../ui/views/views.gyp:views', 1887 '../ui/views/views.gyp:views',
1883 ], 1888 ],
1884 'sources!': [ 1889 'sources!': [
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 ['enable_webrtc==1', { 2936 ['enable_webrtc==1', {
2932 'dependencies': [ 2937 'dependencies': [
2933 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2938 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2934 ] 2939 ]
2935 }], 2940 }],
2936 ], 2941 ],
2937 }] 2942 }]
2938 }], 2943 }],
2939 ], # 'conditions' 2944 ], # 'conditions'
2940 } 2945 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/networking_private/networking_private_apitest.cc ('k') | components/wifi.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698