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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 644863002: Introduce OpenURL to AppListControllerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 2 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/browser/ui/ash/app_list/app_list_controller_ash.cc ('k') | no next file » | 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 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 ['enable_mdns==1', { 1847 ['enable_mdns==1', {
1848 'sources': [ 1848 'sources': [
1849 'browser/local_discovery/test_service_discovery_client.cc', 1849 'browser/local_discovery/test_service_discovery_client.cc',
1850 'browser/local_discovery/test_service_discovery_client.h', 1850 'browser/local_discovery/test_service_discovery_client.h',
1851 ], 1851 ],
1852 }], 1852 }],
1853 ['enable_app_list==1', { 1853 ['enable_app_list==1', {
1854 'sources': [ 1854 'sources': [
1855 'browser/ui/app_list/test/chrome_app_list_test_support.cc', 1855 'browser/ui/app_list/test/chrome_app_list_test_support.cc',
1856 'browser/ui/app_list/test/chrome_app_list_test_support.h', 1856 'browser/ui/app_list/test/chrome_app_list_test_support.h',
1857 'browser/ui/app_list/test/test_app_list_controller_delegate.cc',
1858 'browser/ui/app_list/test/test_app_list_controller_delegate.cc',
1857 ], 1859 ],
1858 }], 1860 }],
1859 ['enable_webrtc==1', { 1861 ['enable_webrtc==1', {
1860 'sources': [ 1862 'sources': [
1861 'renderer/media/mock_webrtc_logging_message_filter.cc', 1863 'renderer/media/mock_webrtc_logging_message_filter.cc',
1862 'renderer/media/mock_webrtc_logging_message_filter.h', 1864 'renderer/media/mock_webrtc_logging_message_filter.h',
1863 ], 1865 ],
1864 }], 1866 }],
1865 ['enable_wifi_bootstrapping', { 1867 ['enable_wifi_bootstrapping', {
1866 "sources" : [ 1868 "sources" : [
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
2865 'dependencies': [ 2867 'dependencies': [
2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2868 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2867 ], 2869 ],
2868 }], 2870 }],
2869 ], 2871 ],
2870 }, 2872 },
2871 ], 2873 ],
2872 }], 2874 }],
2873 ], # 'conditions' 2875 ], # 'conditions'
2874 } 2876 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698