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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1077063002: Implement a basic Site Engagement Score service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 8 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 # Everything but Android and iOS (iOS is handled separately). 1421 # Everything but Android and iOS (iOS is handled separately).
1422 'chrome_unit_tests_non_android_sources': [ 1422 'chrome_unit_tests_non_android_sources': [
1423 # Bookmark export/import are handled via the BookmarkColumns 1423 # Bookmark export/import are handled via the BookmarkColumns
1424 # ContentProvider. 1424 # ContentProvider.
1425 'browser/bookmarks/bookmark_html_writer_unittest.cc', 1425 'browser/bookmarks/bookmark_html_writer_unittest.cc',
1426 'browser/browser_commands_unittest.cc', 1426 'browser/browser_commands_unittest.cc',
1427 'browser/diagnostics/diagnostics_controller_unittest.cc', 1427 'browser/diagnostics/diagnostics_controller_unittest.cc',
1428 'browser/diagnostics/diagnostics_model_unittest.cc', 1428 'browser/diagnostics/diagnostics_model_unittest.cc',
1429 'browser/download/download_commands_unittest.cc', 1429 'browser/download/download_commands_unittest.cc',
1430 'browser/download/download_shelf_unittest.cc', 1430 'browser/download/download_shelf_unittest.cc',
1431 'browser/engagement/site_engagement_service_unittest.cc',
1431 'browser/first_run/first_run_unittest.cc', 1432 'browser/first_run/first_run_unittest.cc',
1432 'browser/font_family_cache_unittest.cc', 1433 'browser/font_family_cache_unittest.cc',
1433 'browser/importer/firefox_profile_lock_unittest.cc', 1434 'browser/importer/firefox_profile_lock_unittest.cc',
1434 'browser/importer/profile_writer_unittest.cc', 1435 'browser/importer/profile_writer_unittest.cc',
1435 # Android uses a different invalidator. 1436 # Android uses a different invalidator.
1436 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', 1437 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
1437 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', 1438 'browser/invalidation/ticl_profile_settings_provider_unittest.cc',
1438 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc', 1439 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
1439 'browser/media_galleries/gallery_watch_manager_unittest.cc', 1440 'browser/media_galleries/gallery_watch_manager_unittest.cc',
1440 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc', 1441 'browser/media_galleries/linux/mtp_device_object_enumerator_unittest.cc',
(...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after
2776 'dependencies': [ 2777 'dependencies': [
2777 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2778 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2778 ], 2779 ],
2779 }], 2780 }],
2780 ], 2781 ],
2781 }, 2782 },
2782 ], 2783 ],
2783 }], 2784 }],
2784 ], # 'conditions' 2785 ], # 'conditions'
2785 } 2786 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698