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

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: Pacify clang 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('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 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 'browser/download/download_shelf_unittest.cc', 1401 'browser/download/download_shelf_unittest.cc',
1402 'browser/download/download_status_updater_unittest.cc', 1402 'browser/download/download_status_updater_unittest.cc',
1403 'browser/enumerate_modules_model_unittest_win.cc', 1403 'browser/enumerate_modules_model_unittest_win.cc',
1404 'browser/event_disposition.cc', 1404 'browser/event_disposition.cc',
1405 'browser/event_disposition.h', 1405 'browser/event_disposition.h',
1406 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc', 1406 'browser/extensions/api/declarative/initializing_rules_registry_unittest .cc',
1407 'browser/extensions/api/declarative/rules_registry_service_unittest.cc', 1407 'browser/extensions/api/declarative/rules_registry_service_unittest.cc',
1408 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c', 1408 'browser/extensions/api/declarative/rules_registry_with_cache_unittest.c c',
1409 'browser/extensions/api/declarative/substring_set_matcher_unittest.cc', 1409 'browser/extensions/api/declarative/substring_set_matcher_unittest.cc',
1410 'browser/extensions/api/declarative/url_matcher_unittest.cc', 1410 'browser/extensions/api/declarative/url_matcher_unittest.cc',
1411 'browser/extensions/api/declarative_webrequest/webrequest_action_unittes t.cc',
1412 'browser/extensions/api/declarative_webrequest/webrequest_condition_attr ibute_unittest.cc',
1413 'browser/extensions/api/declarative_webrequest/webrequest_condition_unit test.cc',
1414 'browser/extensions/api/declarative_webrequest/webrequest_rules_registry _unittest.cc',
1411 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc', 1415 'browser/extensions/api/extension_action/extension_browser_actions_api_u nittest.cc',
1412 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' , 1416 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' ,
1413 'browser/extensions/api/proxy/proxy_api_helpers_unittest.cc', 1417 'browser/extensions/api/proxy/proxy_api_helpers_unittest.cc',
1414 'browser/extensions/api/socket/tcp_socket_unittest.cc', 1418 'browser/extensions/api/socket/tcp_socket_unittest.cc',
1415 'browser/extensions/api/socket/udp_socket_unittest.cc', 1419 'browser/extensions/api/socket/udp_socket_unittest.cc',
1416 'browser/extensions/api/web_request/web_request_api_unittest.cc', 1420 'browser/extensions/api/web_request/web_request_api_unittest.cc',
1417 'browser/extensions/api/web_request/web_request_time_tracker_unittest.cc ', 1421 'browser/extensions/api/web_request/web_request_time_tracker_unittest.cc ',
1418 'browser/extensions/app_notification_manager_sync_unittest.cc', 1422 'browser/extensions/app_notification_manager_sync_unittest.cc',
1419 'browser/extensions/app_notification_manager_unittest.cc', 1423 'browser/extensions/app_notification_manager_unittest.cc',
1420 'browser/extensions/app_notification_storage_unittest.cc', 1424 'browser/extensions/app_notification_storage_unittest.cc',
(...skipping 3172 matching lines...) Expand 10 before | Expand all | Expand 10 after
4593 # Use outputs of this action as inputs for the main target build. 4597 # Use outputs of this action as inputs for the main target build.
4594 # Seems as a misnomer but makes this happy on Linux (scons). 4598 # Seems as a misnomer but makes this happy on Linux (scons).
4595 'process_outputs_as_sources': 1, 4599 'process_outputs_as_sources': 1,
4596 }, 4600 },
4597 ], # 'actions' 4601 ], # 'actions'
4598 }, 4602 },
4599 ] 4603 ]
4600 }], # 'coverage!=0' 4604 }], # 'coverage!=0'
4601 ], # 'conditions' 4605 ], # 'conditions'
4602 } 4606 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698