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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 660349: First cut at custom user style sheets. (Closed)
Patch Set: compile Created 10 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
« 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 (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_unittest.cc', 9 'browser/views/browser_actions_container_unittest.cc',
10 'browser/views/find_bar_host_browsertest.cc', 10 'browser/views/find_bar_host_browsertest.cc',
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'browser/tab_contents/navigation_controller_unittest.cc', 866 'browser/tab_contents/navigation_controller_unittest.cc',
867 'browser/tab_contents/navigation_entry_unittest.cc', 867 'browser/tab_contents/navigation_entry_unittest.cc',
868 'browser/tab_contents/render_view_host_manager_unittest.cc', 868 'browser/tab_contents/render_view_host_manager_unittest.cc',
869 'browser/tab_contents/thumbnail_generator_unittest.cc', 869 'browser/tab_contents/thumbnail_generator_unittest.cc',
870 'browser/tab_contents/web_contents_unittest.cc', 870 'browser/tab_contents/web_contents_unittest.cc',
871 'browser/tab_menu_model_unittest.cc', 871 'browser/tab_menu_model_unittest.cc',
872 'browser/tabs/tab_strip_model_unittest.cc', 872 'browser/tabs/tab_strip_model_unittest.cc',
873 'browser/task_manager_unittest.cc', 873 'browser/task_manager_unittest.cc',
874 'browser/translate/translate_manager_unittest.cc', 874 'browser/translate/translate_manager_unittest.cc',
875 'browser/theme_resources_util_unittest.cc', 875 'browser/theme_resources_util_unittest.cc',
876 'browser/user_style_sheet_watcher_unittest.cc',
876 'browser/views/bookmark_context_menu_test.cc', 877 'browser/views/bookmark_context_menu_test.cc',
877 'browser/views/bookmark_editor_view_unittest.cc', 878 'browser/views/bookmark_editor_view_unittest.cc',
878 'browser/views/extensions/browser_action_drag_data_unittest.cc', 879 'browser/views/extensions/browser_action_drag_data_unittest.cc',
879 'browser/visitedlink_unittest.cc', 880 'browser/visitedlink_unittest.cc',
880 'browser/webdata/web_data_service_unittest.cc', 881 'browser/webdata/web_data_service_unittest.cc',
881 'browser/webdata/web_database_unittest.cc', 882 'browser/webdata/web_database_unittest.cc',
882 'browser/window_sizer_unittest.cc', 883 'browser/window_sizer_unittest.cc',
883 'common/bzip2_unittest.cc', 884 'common/bzip2_unittest.cc',
884 'common/child_process_logging_mac_unittest.mm', 885 'common/child_process_logging_mac_unittest.mm',
885 'common/common_param_traits_unittest.cc', 886 'common/common_param_traits_unittest.cc',
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 ] 2075 ]
2075 }], # 'coverage!=0' 2076 }], # 'coverage!=0'
2076 ], # 'conditions' 2077 ], # 'conditions'
2077 } 2078 }
2078 2079
2079 # Local Variables: 2080 # Local Variables:
2080 # tab-width:2 2081 # tab-width:2
2081 # indent-tabs-mode:nil 2082 # indent-tabs-mode:nil
2082 # End: 2083 # End:
2083 # vim: set expandtab tabstop=2 shiftwidth=2: 2084 # vim: set expandtab tabstop=2 shiftwidth=2:
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