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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 741593003: Merge: Propagate the search request params from the browser to the Instant search base page to fix … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/ui/search/search_tab_helper.cc ('k') | chrome/common/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 'common/extensions/permissions/permission_set_unittest.cc', 1320 'common/extensions/permissions/permission_set_unittest.cc',
1321 'common/extensions/permissions/permissions_data_unittest.cc', 1321 'common/extensions/permissions/permissions_data_unittest.cc',
1322 'common/extensions/permissions/settings_override_permission_unittest.cc', 1322 'common/extensions/permissions/settings_override_permission_unittest.cc',
1323 'common/extensions/sync_type_unittest.cc', 1323 'common/extensions/sync_type_unittest.cc',
1324 'common/extensions/update_manifest_unittest.cc', 1324 'common/extensions/update_manifest_unittest.cc',
1325 'common/extensions/value_counter_unittest.cc', 1325 'common/extensions/value_counter_unittest.cc',
1326 'common/extensions/api/extension_api_unittest.cc', 1326 'common/extensions/api/extension_api_unittest.cc',
1327 'common/favicon/favicon_url_parser_unittest.cc', 1327 'common/favicon/favicon_url_parser_unittest.cc',
1328 'common/importer/firefox_importer_utils_unittest.cc', 1328 'common/importer/firefox_importer_utils_unittest.cc',
1329 'common/ini_parser_unittest.cc', 1329 'common/ini_parser_unittest.cc',
1330 'common/instant_types_unittest.cc',
1330 'common/mac/cfbundle_blocker_unittest.mm', 1331 'common/mac/cfbundle_blocker_unittest.mm',
1331 'common/mac/mock_launchd.cc', 1332 'common/mac/mock_launchd.cc',
1332 'common/mac/mock_launchd.h', 1333 'common/mac/mock_launchd.h',
1333 'common/mac/objc_zombie_unittest.mm', 1334 'common/mac/objc_zombie_unittest.mm',
1334 'common/multi_process_lock_unittest.cc', 1335 'common/multi_process_lock_unittest.cc',
1335 'common/net/x509_certificate_model_unittest.cc', 1336 'common/net/x509_certificate_model_unittest.cc',
1336 'common/partial_circular_buffer_unittest.cc', 1337 'common/partial_circular_buffer_unittest.cc',
1337 'common/pepper_permission_util_unittest.cc', 1338 'common/pepper_permission_util_unittest.cc',
1338 'common/pref_names_util_unittest.cc', 1339 'common/pref_names_util_unittest.cc',
1339 'common/search_urls_unittest.cc', 1340 'common/search_urls_unittest.cc',
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
2922 'dependencies': [ 2923 'dependencies': [
2923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2924 ], 2925 ],
2925 }], 2926 }],
2926 ], 2927 ],
2927 }, 2928 },
2928 ], 2929 ],
2929 }], 2930 }],
2930 ], # 'conditions' 2931 ], # 'conditions'
2931 } 2932 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/search_tab_helper.cc ('k') | chrome/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698