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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7994009: notifications: Remove NotificationExceptionsTableModel as it's no longer used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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) 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 'browser/net/passive_log_collector_unittest.cc', 1332 'browser/net/passive_log_collector_unittest.cc',
1333 'browser/net/predictor_unittest.cc', 1333 'browser/net/predictor_unittest.cc',
1334 'browser/net/pref_proxy_config_service_unittest.cc', 1334 'browser/net/pref_proxy_config_service_unittest.cc',
1335 'browser/net/quoted_printable_unittest.cc', 1335 'browser/net/quoted_printable_unittest.cc',
1336 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', 1336 'browser/net/sqlite_origin_bound_cert_store_unittest.cc',
1337 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 1337 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
1338 'browser/net/ssl_config_service_manager_pref_unittest.cc', 1338 'browser/net/ssl_config_service_manager_pref_unittest.cc',
1339 'browser/net/url_fixer_upper_unittest.cc', 1339 'browser/net/url_fixer_upper_unittest.cc',
1340 'browser/net/url_info_unittest.cc', 1340 'browser/net/url_info_unittest.cc',
1341 'browser/notifications/desktop_notification_service_unittest.cc', 1341 'browser/notifications/desktop_notification_service_unittest.cc',
1342 'browser/notifications/notification_exceptions_table_model_unittest.cc',
1343 'browser/parsers/metadata_parser_filebase_unittest.cc', 1342 'browser/parsers/metadata_parser_filebase_unittest.cc',
1344 'browser/password_manager/encryptor_password_mac_unittest.cc', 1343 'browser/password_manager/encryptor_password_mac_unittest.cc',
1345 'browser/password_manager/encryptor_unittest.cc', 1344 'browser/password_manager/encryptor_unittest.cc',
1346 'browser/password_manager/login_database_unittest.cc', 1345 'browser/password_manager/login_database_unittest.cc',
1347 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1346 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1348 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1347 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1349 'browser/password_manager/password_form_data.cc', 1348 'browser/password_manager/password_form_data.cc',
1350 'browser/password_manager/password_form_manager_unittest.cc', 1349 'browser/password_manager/password_form_manager_unittest.cc',
1351 'browser/password_manager/password_manager_unittest.cc', 1350 'browser/password_manager/password_manager_unittest.cc',
1352 'browser/password_manager/password_store_default_unittest.cc', 1351 'browser/password_manager/password_store_default_unittest.cc',
(...skipping 2563 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 # Use outputs of this action as inputs for the main target build. 3915 # Use outputs of this action as inputs for the main target build.
3917 # Seems as a misnomer but makes this happy on Linux (scons). 3916 # Seems as a misnomer but makes this happy on Linux (scons).
3918 'process_outputs_as_sources': 1, 3917 'process_outputs_as_sources': 1,
3919 }, 3918 },
3920 ], # 'actions' 3919 ], # 'actions'
3921 }, 3920 },
3922 ] 3921 ]
3923 }], # 'coverage!=0' 3922 }], # 'coverage!=0'
3924 ], # 'conditions' 3923 ], # 'conditions'
3925 } 3924 }
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