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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1310373009: [Sync] Remove static methods on SyncedWindowDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 3 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') | 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'browser/ui/search_engines/search_engine_tab_helper.h', 239 'browser/ui/search_engines/search_engine_tab_helper.h',
240 'browser/ui/search_engines/template_url_table_model.cc', 240 'browser/ui/search_engines/template_url_table_model.cc',
241 'browser/ui/search_engines/template_url_table_model.h', 241 'browser/ui/search_engines/template_url_table_model.h',
242 'browser/ui/settings_window_manager.cc', 242 'browser/ui/settings_window_manager.cc',
243 'browser/ui/settings_window_manager.h', 243 'browser/ui/settings_window_manager.h',
244 'browser/ui/settings_window_manager_observer.h', 244 'browser/ui/settings_window_manager_observer.h',
245 'browser/ui/simple_message_box.h', 245 'browser/ui/simple_message_box.h',
246 'browser/ui/simple_message_box_internal.cc', 246 'browser/ui/simple_message_box_internal.cc',
247 'browser/ui/simple_message_box_internal.h', 247 'browser/ui/simple_message_box_internal.h',
248 'browser/ui/status_bubble.h', 248 'browser/ui/status_bubble.h',
249 'browser/ui/sync/browser_synced_window_delegates_getter.cc',
250 'browser/ui/sync/browser_synced_window_delegates_getter.h',
249 'browser/ui/sync/inline_login_dialog.cc', 251 'browser/ui/sync/inline_login_dialog.cc',
250 'browser/ui/sync/inline_login_dialog.h', 252 'browser/ui/sync/inline_login_dialog.h',
251 'browser/ui/sync/profile_signin_confirmation_helper.cc', 253 'browser/ui/sync/profile_signin_confirmation_helper.cc',
252 'browser/ui/sync/profile_signin_confirmation_helper.h', 254 'browser/ui/sync/profile_signin_confirmation_helper.h',
253 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', 255 'browser/ui/sync/tab_contents_synced_tab_delegate.cc',
254 'browser/ui/sync/tab_contents_synced_tab_delegate.h', 256 'browser/ui/sync/tab_contents_synced_tab_delegate.h',
255 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', 257 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h',
256 'browser/ui/tab_contents/core_tab_helper.cc', 258 'browser/ui/tab_contents/core_tab_helper.cc',
257 'browser/ui/tab_contents/core_tab_helper.h', 259 'browser/ui/tab_contents/core_tab_helper.h',
258 'browser/ui/tab_contents/core_tab_helper_delegate.cc', 260 'browser/ui/tab_contents/core_tab_helper_delegate.cc',
(...skipping 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after
3201 ], 3203 ],
3202 'sources': [ 3204 'sources': [
3203 '<@(chrome_browser_ui_non_mobile_sources)', 3205 '<@(chrome_browser_ui_non_mobile_sources)',
3204 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3206 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3205 ], 3207 ],
3206 }], 3208 }],
3207 ], 3209 ],
3208 }, 3210 },
3209 ], 3211 ],
3210 } 3212 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698