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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1549020: Add a scoped notifier for pref dictionaries / lists. (Closed)
Patch Set: Fix props. Created 10 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/browser/views/options/general_page_view.cc ('k') | no next file » | 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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1852 'browser/safe_browsing/safe_browsing_service.cc', 1852 'browser/safe_browsing/safe_browsing_service.cc',
1853 'browser/safe_browsing/safe_browsing_service.h', 1853 'browser/safe_browsing/safe_browsing_service.h',
1854 'browser/safe_browsing/safe_browsing_store.cc', 1854 'browser/safe_browsing/safe_browsing_store.cc',
1855 'browser/safe_browsing/safe_browsing_store.h', 1855 'browser/safe_browsing/safe_browsing_store.h',
1856 'browser/safe_browsing/safe_browsing_store_file.cc', 1856 'browser/safe_browsing/safe_browsing_store_file.cc',
1857 'browser/safe_browsing/safe_browsing_store_file.h', 1857 'browser/safe_browsing/safe_browsing_store_file.h',
1858 'browser/safe_browsing/safe_browsing_store_sqlite.cc', 1858 'browser/safe_browsing/safe_browsing_store_sqlite.cc',
1859 'browser/safe_browsing/safe_browsing_store_sqlite.h', 1859 'browser/safe_browsing/safe_browsing_store_sqlite.h',
1860 'browser/safe_browsing/safe_browsing_util.cc', 1860 'browser/safe_browsing/safe_browsing_util.cc',
1861 'browser/safe_browsing/safe_browsing_util.h', 1861 'browser/safe_browsing/safe_browsing_util.h',
1862 'browser/scoped_pref_update.cc',
1863 'browser/scoped_pref_update.h',
1862 'browser/search_engines/edit_search_engine_controller.cc', 1864 'browser/search_engines/edit_search_engine_controller.cc',
1863 'browser/search_engines/edit_search_engine_controller.h', 1865 'browser/search_engines/edit_search_engine_controller.h',
1864 'browser/search_engines/keyword_editor_controller.cc', 1866 'browser/search_engines/keyword_editor_controller.cc',
1865 'browser/search_engines/keyword_editor_controller.h', 1867 'browser/search_engines/keyword_editor_controller.h',
1866 'browser/search_engines/template_url.cc', 1868 'browser/search_engines/template_url.cc',
1867 'browser/search_engines/template_url.h', 1869 'browser/search_engines/template_url.h',
1868 'browser/search_engines/template_url_fetcher.cc', 1870 'browser/search_engines/template_url_fetcher.cc',
1869 'browser/search_engines/template_url_fetcher.h', 1871 'browser/search_engines/template_url_fetcher.h',
1870 'browser/search_engines/template_url_model.cc', 1872 'browser/search_engines/template_url_model.cc',
1871 'browser/search_engines/template_url_model.h', 1873 'browser/search_engines/template_url_model.h',
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
3200 ] 3202 ]
3201 }, 3203 },
3202 ], 3204 ],
3203 } 3205 }
3204 3206
3205 # Local Variables: 3207 # Local Variables:
3206 # tab-width:2 3208 # tab-width:2
3207 # indent-tabs-mode:nil 3209 # indent-tabs-mode:nil
3208 # End: 3210 # End:
3209 # vim: set expandtab tabstop=2 shiftwidth=2: 3211 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/options/general_page_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698