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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 949653003: When page translation state is updated, just ask the toolbar to update, don't (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/ui/browser_content_translate_driver_observer.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 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'browser/ui/bookmarks/bookmark_tab_helper.cc', 121 'browser/ui/bookmarks/bookmark_tab_helper.cc',
122 'browser/ui/bookmarks/bookmark_tab_helper.h', 122 'browser/ui/bookmarks/bookmark_tab_helper.h',
123 'browser/ui/bookmarks/bookmark_utils.cc', 123 'browser/ui/bookmarks/bookmark_utils.cc',
124 'browser/ui/bookmarks/bookmark_utils.h', 124 'browser/ui/bookmarks/bookmark_utils.h',
125 'browser/ui/bookmarks/recently_used_folders_combo_model.cc', 125 'browser/ui/bookmarks/recently_used_folders_combo_model.cc',
126 'browser/ui/bookmarks/recently_used_folders_combo_model.h', 126 'browser/ui/bookmarks/recently_used_folders_combo_model.h',
127 'browser/ui/browser_commands_chromeos.cc', 127 'browser/ui/browser_commands_chromeos.cc',
128 'browser/ui/browser_commands_chromeos.h', 128 'browser/ui/browser_commands_chromeos.h',
129 'browser/ui/browser_commands_mac.cc', 129 'browser/ui/browser_commands_mac.cc',
130 'browser/ui/browser_commands_mac.h', 130 'browser/ui/browser_commands_mac.h',
131 'browser/ui/browser_content_translate_driver_observer.cc',
132 'browser/ui/browser_content_translate_driver_observer.h',
133 'browser/ui/browser_dialogs.h', 131 'browser/ui/browser_dialogs.h',
134 'browser/ui/browser_instant_controller.cc', 132 'browser/ui/browser_instant_controller.cc',
135 'browser/ui/browser_instant_controller.h', 133 'browser/ui/browser_instant_controller.h',
136 'browser/ui/browser_mac.cc', 134 'browser/ui/browser_mac.cc',
137 'browser/ui/browser_mac.h', 135 'browser/ui/browser_mac.h',
138 'browser/ui/browser_navigator.cc', 136 'browser/ui/browser_navigator.cc',
139 'browser/ui/browser_navigator.h', 137 'browser/ui/browser_navigator.h',
140 'browser/ui/browser_otr_state_android.cc', 138 'browser/ui/browser_otr_state_android.cc',
141 'browser/ui/browser_ui_prefs.cc', 139 'browser/ui/browser_ui_prefs.cc',
142 'browser/ui/browser_ui_prefs.h', 140 'browser/ui/browser_ui_prefs.h',
(...skipping 2987 matching lines...) Expand 10 before | Expand all | Expand 10 after
3130 ], 3128 ],
3131 'sources': [ 3129 'sources': [
3132 '<@(chrome_browser_ui_non_mobile_sources)', 3130 '<@(chrome_browser_ui_non_mobile_sources)',
3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3131 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3134 ], 3132 ],
3135 }], 3133 }],
3136 ], 3134 ],
3137 }, 3135 },
3138 ], 3136 ],
3139 } 3137 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_content_translate_driver_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698