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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2370001: Store blocked cookies in the tab contents. (Closed)
Patch Set: updates Created 10 years, 5 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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'browser/sync/profile_sync_service_unittest.cc', 977 'browser/sync/profile_sync_service_unittest.cc',
978 'browser/sync/profile_sync_test_util.h', 978 'browser/sync/profile_sync_test_util.h',
979 'browser/sync/sync_setup_wizard_unittest.cc', 979 'browser/sync/sync_setup_wizard_unittest.cc',
980 'browser/sync/sync_ui_util_mac_unittest.mm', 980 'browser/sync/sync_ui_util_mac_unittest.mm',
981 'browser/sync/test_profile_sync_service.h', 981 'browser/sync/test_profile_sync_service.h',
982 'browser/sync/util/cryptographer_unittest.cc', 982 'browser/sync/util/cryptographer_unittest.cc',
983 'browser/sync/util/nigori_unittest.cc', 983 'browser/sync/util/nigori_unittest.cc',
984 'browser/tab_contents/navigation_controller_unittest.cc', 984 'browser/tab_contents/navigation_controller_unittest.cc',
985 'browser/tab_contents/navigation_entry_unittest.cc', 985 'browser/tab_contents/navigation_entry_unittest.cc',
986 'browser/tab_contents/render_view_host_manager_unittest.cc', 986 'browser/tab_contents/render_view_host_manager_unittest.cc',
987 'browser/tab_contents/tab_specific_content_settings_unittest.cc',
987 'browser/tab_contents/thumbnail_generator_unittest.cc', 988 'browser/tab_contents/thumbnail_generator_unittest.cc',
988 'browser/tab_contents/web_contents_unittest.cc', 989 'browser/tab_contents/web_contents_unittest.cc',
989 'browser/tab_menu_model_unittest.cc', 990 'browser/tab_menu_model_unittest.cc',
990 'browser/tabs/pinned_tab_codec_unittest.cc', 991 'browser/tabs/pinned_tab_codec_unittest.cc',
991 'browser/tabs/tab_strip_model_unittest.cc', 992 'browser/tabs/tab_strip_model_unittest.cc',
992 'browser/task_manager_unittest.cc', 993 'browser/task_manager_unittest.cc',
993 'browser/thumbnail_store_unittest.cc', 994 'browser/thumbnail_store_unittest.cc',
994 'browser/translate/translate_manager_unittest.cc', 995 'browser/translate/translate_manager_unittest.cc',
995 'browser/user_style_sheet_watcher_unittest.cc', 996 'browser/user_style_sheet_watcher_unittest.cc',
996 'browser/views/accessibility_event_router_views_unittest.cc', 997 'browser/views/accessibility_event_router_views_unittest.cc',
(...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
2528 ] 2529 ]
2529 }], # 'coverage!=0' 2530 }], # 'coverage!=0'
2530 ], # 'conditions' 2531 ], # 'conditions'
2531 } 2532 }
2532 2533
2533 # Local Variables: 2534 # Local Variables:
2534 # tab-width:2 2535 # tab-width:2
2535 # indent-tabs-mode:nil 2536 # indent-tabs-mode:nil
2536 # End: 2537 # End:
2537 # vim: set expandtab tabstop=2 shiftwidth=2: 2538 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698