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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1369403006: Add cr-policy-network-indicator and add to internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate policy indicator strings Created 5 years, 2 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 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 'browser/ui/webui/ntp/new_tab_page_handler.h', 1802 'browser/ui/webui/ntp/new_tab_page_handler.h',
1803 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 1803 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
1804 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 1804 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
1805 'browser/ui/webui/ntp/new_tab_ui.cc', 1805 'browser/ui/webui/ntp/new_tab_ui.cc',
1806 'browser/ui/webui/ntp/new_tab_ui.h', 1806 'browser/ui/webui/ntp/new_tab_ui.h',
1807 'browser/ui/webui/ntp/ntp_resource_cache.cc', 1807 'browser/ui/webui/ntp/ntp_resource_cache.cc',
1808 'browser/ui/webui/ntp/ntp_resource_cache.h', 1808 'browser/ui/webui/ntp/ntp_resource_cache.h',
1809 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 1809 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
1810 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 1810 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
1811 'browser/ui/webui/ntp/ntp_stats.h', 1811 'browser/ui/webui/ntp/ntp_stats.h',
1812 'browser/ui/webui/policy_indicator_localized_strings_provider.cc',
1813 'browser/ui/webui/policy_indicator_localized_strings_provider.h',
1812 'browser/ui/webui/options/advanced_options_utils.h', 1814 'browser/ui/webui/options/advanced_options_utils.h',
1813 'browser/ui/webui/options/advanced_options_utils_linux.cc', 1815 'browser/ui/webui/options/advanced_options_utils_linux.cc',
1814 'browser/ui/webui/options/advanced_options_utils_mac.mm', 1816 'browser/ui/webui/options/advanced_options_utils_mac.mm',
1815 'browser/ui/webui/options/advanced_options_utils_win.cc', 1817 'browser/ui/webui/options/advanced_options_utils_win.cc',
1816 'browser/ui/webui/options/autofill_options_handler.cc', 1818 'browser/ui/webui/options/autofill_options_handler.cc',
1817 'browser/ui/webui/options/autofill_options_handler.h', 1819 'browser/ui/webui/options/autofill_options_handler.h',
1818 'browser/ui/webui/options/automatic_settings_reset_handler.cc', 1820 'browser/ui/webui/options/automatic_settings_reset_handler.cc',
1819 'browser/ui/webui/options/automatic_settings_reset_handler.h', 1821 'browser/ui/webui/options/automatic_settings_reset_handler.h',
1820 'browser/ui/webui/options/browser_options_handler.cc', 1822 'browser/ui/webui/options/browser_options_handler.cc',
1821 'browser/ui/webui/options/browser_options_handler.h', 1823 'browser/ui/webui/options/browser_options_handler.h',
(...skipping 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 ], 3222 ],
3221 'sources': [ 3223 'sources': [
3222 '<@(chrome_browser_ui_non_mobile_sources)', 3224 '<@(chrome_browser_ui_non_mobile_sources)',
3223 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3225 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3224 ], 3226 ],
3225 }], 3227 }],
3226 ], 3228 ],
3227 }, 3229 },
3228 ], 3230 ],
3229 } 3231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698