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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: WIP Created 5 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
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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1849 ['configuration_policy==1', { 1849 ['configuration_policy==1', {
1850 'dependencies': [ 1850 'dependencies': [
1851 '../components/components.gyp:policy_component_test_support', 1851 '../components/components.gyp:policy_component_test_support',
1852 '../components/components.gyp:policy_test_support', 1852 '../components/components.gyp:policy_test_support',
1853 ], 1853 ],
1854 'export_dependent_settings': [ 1854 'export_dependent_settings': [
1855 '../components/components.gyp:policy_component_test_support', 1855 '../components/components.gyp:policy_component_test_support',
1856 '../components/components.gyp:policy_test_support', 1856 '../components/components.gyp:policy_test_support',
1857 ], 1857 ],
1858 'sources': [ 1858 'sources': [
1859 'browser/policy/remote_commands/testing_remote_commands_server.cc',
1860 'browser/policy/remote_commands/testing_remote_commands_server.h',
1859 'browser/policy/test/local_policy_test_server.cc', 1861 'browser/policy/test/local_policy_test_server.cc',
1860 'browser/policy/test/local_policy_test_server.h', 1862 'browser/policy/test/local_policy_test_server.h',
1861 ], 1863 ],
1862 }], 1864 }],
1863 ['safe_browsing==1', { 1865 ['safe_browsing==1', {
1864 'sources': [ 1866 'sources': [
1865 'browser/extensions/fake_safe_browsing_database_manager.cc', 1867 'browser/extensions/fake_safe_browsing_database_manager.cc',
1866 'browser/extensions/fake_safe_browsing_database_manager.h', 1868 'browser/extensions/fake_safe_browsing_database_manager.h',
1867 ], 1869 ],
1868 }], 1870 }],
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
2728 'dependencies': [ 2730 'dependencies': [
2729 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2731 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2730 ], 2732 ],
2731 }], 2733 }],
2732 ], 2734 ],
2733 }, 2735 },
2734 ], 2736 ],
2735 }], 2737 }],
2736 ], # 'conditions' 2738 ], # 'conditions'
2737 } 2739 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698