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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9820003: Implementation of beginning of Declarative Web Request API backend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
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 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 'browser/download/download_shelf_unittest.cc', 1405 'browser/download/download_shelf_unittest.cc',
1406 'browser/download/download_status_updater_unittest.cc', 1406 'browser/download/download_status_updater_unittest.cc',
1407 'browser/enumerate_modules_model_unittest_win.cc', 1407 'browser/enumerate_modules_model_unittest_win.cc',
1408 'browser/event_disposition.cc', 1408 'browser/event_disposition.cc',
1409 'browser/event_disposition.h', 1409 'browser/event_disposition.h',
1410 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc', 1410 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc',
1411 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', 1411 'browser/extensions/api/declarative/rules_registry_service_unittest.cc',
1412 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c', 1412 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c',
1413 'browser/extensions/api/declarative/substring_set_matcher_unittest.cc', 1413 'browser/extensions/api/declarative/substring_set_matcher_unittest.cc',
1414 'browser/extensions/api/declarative/url_matcher_unittest.cc', 1414 'browser/extensions/api/declarative/url_matcher_unittest.cc',
1415 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc',
1416 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc',
1417 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit test.cc',
1418 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry _unittest.cc',
1415 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc', 1419 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc',
1416 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' , 1420 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' ,
1417 'browser/extensions/api/proxy/proxy_api_helpers_unittest.cc', 1421 'browser/extensions/api/proxy/proxy_api_helpers_unittest.cc',
1418 'browser/extensions/api/socket/tcp_socket_unittest.cc', 1422 'browser/extensions/api/socket/tcp_socket_unittest.cc',
1419 'browser/extensions/api/socket/udp_socket_unittest.cc', 1423 'browser/extensions/api/socket/udp_socket_unittest.cc',
1420 'browser/extensions/api/web_request/web_request_api_unittest.cc', 1424 'browser/extensions/api/web_request/web_request_api_unittest.cc',
1421 'browser/extensions/api/web_request/web_request_time_tracker_unittest.cc ', 1425 'browser/extensions/api/web_request/web_request_time_tracker_unittest.cc ',
1422 'browser/extensions/app_notification_manager_sync_unittest.cc', 1426 'browser/extensions/app_notification_manager_sync_unittest.cc',
1423 'browser/extensions/app_notification_manager_unittest.cc', 1427 'browser/extensions/app_notification_manager_unittest.cc',
1424 'browser/extensions/app_notification_storage_unittest.cc', 1428 'browser/extensions/app_notification_storage_unittest.cc',
(...skipping 3177 matching lines...) Expand 10 before | Expand all | Expand 10 after
4602 # Use outputs of this action as inputs for the main target build. 4606 # Use outputs of this action as inputs for the main target build.
4603 # Seems as a misnomer but makes this happy on Linux (scons). 4607 # Seems as a misnomer but makes this happy on Linux (scons).
4604 'process_outputs_as_sources': 1, 4608 'process_outputs_as_sources': 1,
4605 }, 4609 },
4606 ], # 'actions' 4610 ], # 'actions'
4607 }, 4611 },
4608 ] 4612 ]
4609 }], # 'coverage!=0' 4613 }], # 'coverage!=0'
4610 ], # 'conditions' 4614 ], # 'conditions'
4611 } 4615 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698