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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1464463004: Componentize Unit Test for gcm_profile_service Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 12 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
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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 'browser/power/process_power_collector_unittest.cc', 1509 'browser/power/process_power_collector_unittest.cc',
1510 'browser/process_singleton_posix_unittest.cc', 1510 'browser/process_singleton_posix_unittest.cc',
1511 'browser/profile_resetter/profile_resetter_unittest.cc', 1511 'browser/profile_resetter/profile_resetter_unittest.cc',
1512 'browser/profile_resetter/triggered_profile_resetter_win_unittest.cc', 1512 'browser/profile_resetter/triggered_profile_resetter_win_unittest.cc',
1513 'browser/renderer_context_menu/render_view_context_menu_unittest.cc', 1513 'browser/renderer_context_menu/render_view_context_menu_unittest.cc',
1514 'browser/search/instant_service_unittest.cc', 1514 'browser/search/instant_service_unittest.cc',
1515 'browser/search/instant_unittest_base.cc', 1515 'browser/search/instant_unittest_base.cc',
1516 'browser/search/instant_unittest_base.h', 1516 'browser/search/instant_unittest_base.h',
1517 'browser/search/search_unittest.cc', 1517 'browser/search/search_unittest.cc',
1518 # GCMDriverAndroid is not yet implemented. 1518 # GCMDriverAndroid is not yet implemented.
1519 'browser/services/gcm/gcm_profile_service_unittest.cc',
1520 'browser/sessions/persistent_tab_restore_service_unittest.cc', 1519 'browser/sessions/persistent_tab_restore_service_unittest.cc',
1521 'browser/sync/sessions/sessions_sync_manager_unittest.cc', 1520 'browser/sync/sessions/sessions_sync_manager_unittest.cc',
1522 'browser/sync/sync_ui_util_unittest.cc', # Sync setup uses native ui. 1521 'browser/sync/sync_ui_util_unittest.cc', # Sync setup uses native ui.
1523 'browser/translate/translate_manager_render_view_host_unittest.cc', 1522 'browser/translate/translate_manager_render_view_host_unittest.cc',
1524 # The autofill popup is implemented in mostly native code on Android. 1523 # The autofill popup is implemented in mostly native code on Android.
1525 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 1524 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
1526 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc', 1525 'browser/ui/autofill/mock_new_credit_card_bubble_controller.cc',
1527 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h', 1526 'browser/ui/autofill/mock_new_credit_card_bubble_controller.h',
1528 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 1527 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
1529 'browser/ui/bookmarks/bookmark_unittest.cc', 1528 'browser/ui/bookmarks/bookmark_unittest.cc',
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 'dependencies': [ 3056 'dependencies': [
3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3059 ], 3058 ],
3060 }], 3059 }],
3061 ], 3060 ],
3062 }, 3061 },
3063 ], 3062 ],
3064 }], 3063 }],
3065 ], # 'conditions' 3064 ], # 'conditions'
3066 } 3065 }
OLDNEW
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698