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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10388192: Initial unit tests for the discovery API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using JSON schema compiler structs. Created 8 years, 6 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
« no previous file with comments | « chrome/browser/extensions/api/discovery/suggested_links_registry.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 'browser/download/download_status_updater_unittest.cc', 1160 'browser/download/download_status_updater_unittest.cc',
1161 'browser/enumerate_modules_model_unittest_win.cc', 1161 'browser/enumerate_modules_model_unittest_win.cc',
1162 'browser/event_disposition.cc', 1162 'browser/event_disposition.cc',
1163 'browser/event_disposition.h', 1163 'browser/event_disposition.h',
1164 'browser/extensions/api/alarms/alarms_api_unittest.cc', 1164 'browser/extensions/api/alarms/alarms_api_unittest.cc',
1165 'browser/extensions/api/content_settings/content_settings_store_unittest .cc', 1165 'browser/extensions/api/content_settings/content_settings_store_unittest .cc',
1166 'browser/extensions/api/content_settings/content_settings_unittest.cc', 1166 'browser/extensions/api/content_settings/content_settings_unittest.cc',
1167 'browser/extensions/api/cookies/cookies_unittest.cc', 1167 'browser/extensions/api/cookies/cookies_unittest.cc',
1168 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc', 1168 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc',
1169 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', 1169 'browser/extensions/api/declarative/rules_registry_service_unittest.cc',
1170 'browser/extensions/api/discovery/discovery_api_unittest.cc',
1170 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c', 1171 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c',
1171 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc', 1172 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc',
1172 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc', 1173 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc',
1173 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit test.cc', 1174 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit test.cc',
1174 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry _unittest.cc', 1175 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry _unittest.cc',
1175 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc', 1176 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc',
1176 'browser/extensions/api/identity/web_auth_flow_unittest.cc', 1177 'browser/extensions/api/identity/web_auth_flow_unittest.cc',
1177 'browser/extensions/api/omnibox/omnibox_unittest.cc', 1178 'browser/extensions/api/omnibox/omnibox_unittest.cc',
1178 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' , 1179 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' ,
1179 'browser/extensions/api/proxy/proxy_api_helpers_unittest.cc', 1180 'browser/extensions/api/proxy/proxy_api_helpers_unittest.cc',
(...skipping 3443 matching lines...) Expand 10 before | Expand all | Expand 10 after
4623 # Use outputs of this action as inputs for the main target build. 4624 # Use outputs of this action as inputs for the main target build.
4624 # Seems as a misnomer but makes this happy on Linux (scons). 4625 # Seems as a misnomer but makes this happy on Linux (scons).
4625 'process_outputs_as_sources': 1, 4626 'process_outputs_as_sources': 1,
4626 }, 4627 },
4627 ], # 'actions' 4628 ], # 'actions'
4628 }, 4629 },
4629 ] 4630 ]
4630 }], # 'coverage!=0' 4631 }], # 'coverage!=0'
4631 ], # 'conditions' 4632 ], # 'conditions'
4632 } 4633 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/discovery/suggested_links_registry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698