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

Side by Side Diff: chrome/chrome_browser.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/browser/user_style_sheet_watcher_unittest.cc ('k') | chrome/chrome_tests.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1925 'browser/translate/options_menu_model.cc', 1925 'browser/translate/options_menu_model.cc',
1926 'browser/translate/options_menu_model.h', 1926 'browser/translate/options_menu_model.h',
1927 'browser/translate/translate_infobars_delegates.cc', 1927 'browser/translate/translate_infobars_delegates.cc',
1928 'browser/translate/translate_infobars_delegates.h', 1928 'browser/translate/translate_infobars_delegates.h',
1929 'browser/translate/translate_manager.cc', 1929 'browser/translate/translate_manager.cc',
1930 'browser/translate/translate_manager.h', 1930 'browser/translate/translate_manager.h',
1931 'browser/translate/translate_prefs.cc', 1931 'browser/translate/translate_prefs.cc',
1932 'browser/translate/translate_prefs.h', 1932 'browser/translate/translate_prefs.h',
1933 'browser/user_data_manager.cc', 1933 'browser/user_data_manager.cc',
1934 'browser/user_data_manager.h', 1934 'browser/user_data_manager.h',
1935 'browser/user_style_sheet_watcher.cc',
1936 'browser/user_style_sheet_watcher.h',
1935 'browser/utility_process_host.cc', 1937 'browser/utility_process_host.cc',
1936 'browser/utility_process_host.h', 1938 'browser/utility_process_host.h',
1937 'browser/view_ids.h', 1939 'browser/view_ids.h',
1938 'browser/views/about_chrome_view.cc', 1940 'browser/views/about_chrome_view.cc',
1939 'browser/views/about_chrome_view.h', 1941 'browser/views/about_chrome_view.h',
1940 'browser/views/about_ipc_dialog.cc', 1942 'browser/views/about_ipc_dialog.cc',
1941 'browser/views/about_ipc_dialog.h', 1943 'browser/views/about_ipc_dialog.h',
1942 'browser/views/about_network_dialog.cc', 1944 'browser/views/about_network_dialog.cc',
1943 'browser/views/about_network_dialog.h', 1945 'browser/views/about_network_dialog.h',
1944 'browser/views/accelerator_table_gtk.cc', 1946 'browser/views/accelerator_table_gtk.cc',
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
2901 ], 2903 ],
2902 }, 2904 },
2903 ], 2905 ],
2904 } 2906 }
2905 2907
2906 # Local Variables: 2908 # Local Variables:
2907 # tab-width:2 2909 # tab-width:2
2908 # indent-tabs-mode:nil 2910 # indent-tabs-mode:nil
2909 # End: 2911 # End:
2910 # vim: set expandtab tabstop=2 shiftwidth=2: 2912 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/user_style_sheet_watcher_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698