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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9390018: Implementation of a Matching strategy for URLs in the Declarative WebRequest API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MSVC does not support EXPECT_NE on iterators Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.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 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 'browser/cookies_tree_model_unittest.cc', 1403 'browser/cookies_tree_model_unittest.cc',
1404 'browser/custom_handlers/protocol_handler_registry_unittest.cc', 1404 'browser/custom_handlers/protocol_handler_registry_unittest.cc',
1405 'browser/diagnostics/diagnostics_model_unittest.cc', 1405 'browser/diagnostics/diagnostics_model_unittest.cc',
1406 'browser/download/download_request_infobar_delegate_unittest.cc', 1406 'browser/download/download_request_infobar_delegate_unittest.cc',
1407 'browser/download/download_request_limiter_unittest.cc', 1407 'browser/download/download_request_limiter_unittest.cc',
1408 'browser/download/download_shelf_unittest.cc', 1408 'browser/download/download_shelf_unittest.cc',
1409 'browser/download/download_status_updater_unittest.cc', 1409 'browser/download/download_status_updater_unittest.cc',
1410 'browser/enumerate_modules_model_unittest_win.cc', 1410 'browser/enumerate_modules_model_unittest_win.cc',
1411 'browser/event_disposition.cc', 1411 'browser/event_disposition.cc',
1412 'browser/event_disposition.h', 1412 'browser/event_disposition.h',
1413 'browser/extensions/api/declarative/substring_set_matcher_unittest.cc',
1414 'browser/extensions/api/declarative/url_matcher_unittest.cc',
1413 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' , 1415 'browser/extensions/api/permissions/permissions_api_helpers_unittest.cc' ,
1414 'browser/extensions/api/socket/socket_unittest.cc', 1416 'browser/extensions/api/socket/socket_unittest.cc',
1415 'browser/extensions/api/socket/socket_api_controller_unittest.cc', 1417 'browser/extensions/api/socket/socket_api_controller_unittest.cc',
1416 'browser/extensions/api/socket/socket_event_notifier_unittest.cc', 1418 'browser/extensions/api/socket/socket_event_notifier_unittest.cc',
1417 'browser/extensions/api/webrequest/webrequest_api_unittest.cc', 1419 'browser/extensions/api/webrequest/webrequest_api_unittest.cc',
1418 'browser/extensions/api/webrequest/webrequest_time_tracker_unittest.cc', 1420 'browser/extensions/api/webrequest/webrequest_time_tracker_unittest.cc',
1419 'browser/extensions/app_notification_manager_sync_unittest.cc', 1421 'browser/extensions/app_notification_manager_sync_unittest.cc',
1420 'browser/extensions/app_notification_manager_unittest.cc', 1422 'browser/extensions/app_notification_manager_unittest.cc',
1421 'browser/extensions/app_notification_storage_unittest.cc', 1423 'browser/extensions/app_notification_storage_unittest.cc',
1422 'browser/extensions/app_notification_test_util.cc', 1424 'browser/extensions/app_notification_test_util.cc',
(...skipping 3243 matching lines...) Expand 10 before | Expand all | Expand 10 after
4666 # Use outputs of this action as inputs for the main target build. 4668 # Use outputs of this action as inputs for the main target build.
4667 # Seems as a misnomer but makes this happy on Linux (scons). 4669 # Seems as a misnomer but makes this happy on Linux (scons).
4668 'process_outputs_as_sources': 1, 4670 'process_outputs_as_sources': 1,
4669 }, 4671 },
4670 ], # 'actions' 4672 ], # 'actions'
4671 }, 4673 },
4672 ] 4674 ]
4673 }], # 'coverage!=0' 4675 }], # 'coverage!=0'
4674 ], # 'conditions' 4676 ], # 'conditions'
4675 } 4677 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698