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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 79023002: Support cloud policy for extensions on the desktop platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed stub, again Created 7 years 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 1903 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 ['OS=="mac"', { 1914 ['OS=="mac"', {
1915 'sources': [ 1915 'sources': [
1916 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ', 1916 'browser/media_galleries/fileapi/iphoto_data_provider_browsertest.cc ',
1917 ], 1917 ],
1918 }], 1918 }],
1919 ['os_posix == 0 or chromeos == 1', { 1919 ['os_posix == 0 or chromeos == 1', {
1920 'sources!': [ 1920 'sources!': [
1921 'common/time_format_browsertest.cc', 1921 'common/time_format_browsertest.cc',
1922 ], 1922 ],
1923 }], 1923 }],
1924 ['OS=="android"', {
1925 'sources!': [
1926 'browser/policy/cloud/component_cloud_policy_browsertest.cc',
1927 ],
1928 }],
1924 ['os_posix == 1 and OS != "mac" and OS != "android"', { 1929 ['os_posix == 1 and OS != "mac" and OS != "android"', {
1925 'conditions': [ 1930 'conditions': [
1926 ['linux_use_tcmalloc==1', { 1931 ['linux_use_tcmalloc==1', {
1927 'dependencies': [ 1932 'dependencies': [
1928 '../base/allocator/allocator.gyp:allocator', 1933 '../base/allocator/allocator.gyp:allocator',
1929 ], 1934 ],
1930 }], 1935 }],
1931 ], 1936 ],
1932 }], 1937 }],
1933 ['chromeos == 1 or OS=="win"', { 1938 ['chromeos == 1 or OS=="win"', {
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 'utility', 3036 'utility',
3032 ], 3037 ],
3033 'sources': [ 3038 'sources': [
3034 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3039 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3035 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3040 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3036 ], 3041 ],
3037 }] 3042 }]
3038 }], 3043 }],
3039 ], # 'conditions' 3044 ], # 'conditions'
3040 } 3045 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698