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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 824373003: Add browser_tests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More ChromeOS Created 5 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 'sources': [ 1868 'sources': [
1869 'browser/local_discovery/test_service_discovery_client.cc', 1869 'browser/local_discovery/test_service_discovery_client.cc',
1870 'browser/local_discovery/test_service_discovery_client.h', 1870 'browser/local_discovery/test_service_discovery_client.h',
1871 ], 1871 ],
1872 }], 1872 }],
1873 ['enable_app_list==1', { 1873 ['enable_app_list==1', {
1874 'sources': [ 1874 'sources': [
1875 'browser/ui/app_list/test/chrome_app_list_test_support.cc', 1875 'browser/ui/app_list/test/chrome_app_list_test_support.cc',
1876 'browser/ui/app_list/test/chrome_app_list_test_support.h', 1876 'browser/ui/app_list/test/chrome_app_list_test_support.h',
1877 'browser/ui/app_list/test/test_app_list_controller_delegate.cc', 1877 'browser/ui/app_list/test/test_app_list_controller_delegate.cc',
1878 'browser/ui/app_list/test/test_app_list_controller_delegate.cc', 1878 'browser/ui/app_list/test/test_app_list_controller_delegate.h',
1879 ], 1879 ],
1880 }], 1880 }],
1881 ['enable_webrtc==1', { 1881 ['enable_webrtc==1', {
1882 'sources': [ 1882 'sources': [
1883 'renderer/media/mock_webrtc_logging_message_filter.cc', 1883 'renderer/media/mock_webrtc_logging_message_filter.cc',
1884 'renderer/media/mock_webrtc_logging_message_filter.h', 1884 'renderer/media/mock_webrtc_logging_message_filter.h',
1885 ], 1885 ],
1886 }], 1886 }],
1887 ['enable_wifi_bootstrapping', { 1887 ['enable_wifi_bootstrapping', {
1888 "sources" : [ 1888 "sources" : [
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
2955 'dependencies': [ 2955 'dependencies': [
2956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2956 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2957 ], 2957 ],
2958 }], 2958 }],
2959 ], 2959 ],
2960 }, 2960 },
2961 ], 2961 ],
2962 }], 2962 }],
2963 ], # 'conditions' 2963 ], # 'conditions'
2964 } 2964 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698