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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9378014: Add website settings backend v 0.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unrelated changes 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.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 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
2027 'browser/webdata/autofill_profile_syncable_service_unittest.cc', 2027 'browser/webdata/autofill_profile_syncable_service_unittest.cc',
2028 'browser/webdata/autofill_table_unittest.cc', 2028 'browser/webdata/autofill_table_unittest.cc',
2029 'browser/webdata/keyword_table_unittest.cc', 2029 'browser/webdata/keyword_table_unittest.cc',
2030 'browser/webdata/logins_table_unittest.cc', 2030 'browser/webdata/logins_table_unittest.cc',
2031 'browser/webdata/token_service_table_unittest.cc', 2031 'browser/webdata/token_service_table_unittest.cc',
2032 'browser/webdata/web_apps_table_unittest.cc', 2032 'browser/webdata/web_apps_table_unittest.cc',
2033 'browser/webdata/web_data_service_test_util.h', 2033 'browser/webdata/web_data_service_test_util.h',
2034 'browser/webdata/web_data_service_unittest.cc', 2034 'browser/webdata/web_data_service_unittest.cc',
2035 'browser/webdata/web_database_migration_unittest.cc', 2035 'browser/webdata/web_database_migration_unittest.cc',
2036 'browser/webdata/web_intents_table_unittest.cc', 2036 'browser/webdata/web_intents_table_unittest.cc',
2037 'browser/website_settings_model_unittest.cc',
2037 'common/bzip2_unittest.cc', 2038 'common/bzip2_unittest.cc',
2038 'common/child_process_logging_mac_unittest.mm', 2039 'common/child_process_logging_mac_unittest.mm',
2039 'common/chrome_paths_unittest.cc', 2040 'common/chrome_paths_unittest.cc',
2040 'common/common_param_traits_unittest.cc', 2041 'common/common_param_traits_unittest.cc',
2041 'common/content_settings_helper_unittest.cc', 2042 'common/content_settings_helper_unittest.cc',
2042 'common/content_settings_pattern_parser_unittest.cc', 2043 'common/content_settings_pattern_parser_unittest.cc',
2043 'common/content_settings_pattern_unittest.cc', 2044 'common/content_settings_pattern_unittest.cc',
2044 'common/extensions/csp_validator_unittest.cc', 2045 'common/extensions/csp_validator_unittest.cc',
2045 'common/extensions/extension_action_unittest.cc', 2046 'common/extensions/extension_action_unittest.cc',
2046 'common/extensions/extension_file_util_unittest.cc', 2047 'common/extensions/extension_file_util_unittest.cc',
(...skipping 2651 matching lines...) Expand 10 before | Expand all | Expand 10 after
4698 # Use outputs of this action as inputs for the main target build. 4699 # Use outputs of this action as inputs for the main target build.
4699 # Seems as a misnomer but makes this happy on Linux (scons). 4700 # Seems as a misnomer but makes this happy on Linux (scons).
4700 'process_outputs_as_sources': 1, 4701 'process_outputs_as_sources': 1,
4701 }, 4702 },
4702 ], # 'actions' 4703 ], # 'actions'
4703 }, 4704 },
4704 ] 4705 ]
4705 }], # 'coverage!=0' 4706 }], # 'coverage!=0'
4706 ], # 'conditions' 4707 ], # 'conditions'
4707 } 4708 }
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