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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8536041: This CL integrates the new SafeBrowsing download service class (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix uninitialized variable issue. Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest',
10 'mock_js': 'third_party/mock4js/mock4js.js', 10 'mock_js': 'third_party/mock4js/mock4js.js',
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 'browser/cookies_tree_model_unittest.cc', 1307 'browser/cookies_tree_model_unittest.cc',
1308 'browser/custom_handlers/protocol_handler_registry_unittest.cc', 1308 'browser/custom_handlers/protocol_handler_registry_unittest.cc',
1309 'browser/debugger/devtools_remote_listen_socket_unittest.cc', 1309 'browser/debugger/devtools_remote_listen_socket_unittest.cc',
1310 'browser/debugger/devtools_remote_listen_socket_unittest.h', 1310 'browser/debugger/devtools_remote_listen_socket_unittest.h',
1311 'browser/debugger/devtools_remote_message_unittest.cc', 1311 'browser/debugger/devtools_remote_message_unittest.cc',
1312 'browser/diagnostics/diagnostics_model_unittest.cc', 1312 'browser/diagnostics/diagnostics_model_unittest.cc',
1313 'browser/download/download_item_unittest.cc', 1313 'browser/download/download_item_unittest.cc',
1314 'browser/download/download_manager_unittest.cc', 1314 'browser/download/download_manager_unittest.cc',
1315 'browser/download/download_request_infobar_delegate_unittest.cc', 1315 'browser/download/download_request_infobar_delegate_unittest.cc',
1316 'browser/download/download_request_limiter_unittest.cc', 1316 'browser/download/download_request_limiter_unittest.cc',
1317 'browser/download/download_safe_browsing_client_unittest.cc',
1318 'browser/enumerate_modules_model_unittest_win.cc', 1317 'browser/enumerate_modules_model_unittest_win.cc',
1319 'browser/event_disposition.cc', 1318 'browser/event_disposition.cc',
1320 'browser/event_disposition.h', 1319 'browser/event_disposition.h',
1321 'browser/extensions/app_notification_manager_sync_unittest.cc', 1320 'browser/extensions/app_notification_manager_sync_unittest.cc',
1322 'browser/extensions/app_notification_manager_unittest.cc', 1321 'browser/extensions/app_notification_manager_unittest.cc',
1323 'browser/extensions/app_notification_storage_unittest.cc', 1322 'browser/extensions/app_notification_storage_unittest.cc',
1324 'browser/extensions/app_notification_test_util.cc', 1323 'browser/extensions/app_notification_test_util.cc',
1325 'browser/extensions/app_notify_channel_setup_unittest.cc', 1324 'browser/extensions/app_notify_channel_setup_unittest.cc',
1326 'browser/extensions/apps_promo_unittest.cc', 1325 'browser/extensions/apps_promo_unittest.cc',
1327 'browser/extensions/convert_user_script_unittest.cc', 1326 'browser/extensions/convert_user_script_unittest.cc',
(...skipping 2918 matching lines...) Expand 10 before | Expand all | Expand 10 after
4246 # Use outputs of this action as inputs for the main target build. 4245 # Use outputs of this action as inputs for the main target build.
4247 # Seems as a misnomer but makes this happy on Linux (scons). 4246 # Seems as a misnomer but makes this happy on Linux (scons).
4248 'process_outputs_as_sources': 1, 4247 'process_outputs_as_sources': 1,
4249 }, 4248 },
4250 ], # 'actions' 4249 ], # 'actions'
4251 }, 4250 },
4252 ] 4251 ]
4253 }], # 'coverage!=0' 4252 }], # 'coverage!=0'
4254 ], # 'conditions' 4253 ], # 'conditions'
4255 } 4254 }
OLDNEW
« chrome/browser/download/chrome_download_manager_delegate.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698