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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1313383006: Don't compile save_password_infobar_delegate.cc everywhere but Mac and Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make a bit refactoring 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
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 2197 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 'browser/ui/views/infobars/alternate_nav_infobar_view.cc', 2208 'browser/ui/views/infobars/alternate_nav_infobar_view.cc',
2209 'browser/ui/views/infobars/alternate_nav_infobar_view.h', 2209 'browser/ui/views/infobars/alternate_nav_infobar_view.h',
2210 'browser/ui/views/infobars/confirm_infobar.cc', 2210 'browser/ui/views/infobars/confirm_infobar.cc',
2211 'browser/ui/views/infobars/confirm_infobar.h', 2211 'browser/ui/views/infobars/confirm_infobar.h',
2212 'browser/ui/views/infobars/infobar_background.cc', 2212 'browser/ui/views/infobars/infobar_background.cc',
2213 'browser/ui/views/infobars/infobar_background.h', 2213 'browser/ui/views/infobars/infobar_background.h',
2214 'browser/ui/views/infobars/infobar_container_view.cc', 2214 'browser/ui/views/infobars/infobar_container_view.cc',
2215 'browser/ui/views/infobars/infobar_container_view.h', 2215 'browser/ui/views/infobars/infobar_container_view.h',
2216 'browser/ui/views/infobars/infobar_view.cc', 2216 'browser/ui/views/infobars/infobar_view.cc',
2217 'browser/ui/views/infobars/infobar_view.h', 2217 'browser/ui/views/infobars/infobar_view.h',
2218 'browser/ui/views/infobars/save_password_infobar.cc',
tapted 2015/09/14 07:07:05 To keep mac_views_browser happy this just needs to
ki.stfu 2015/09/15 07:19:05 Done.
2219 'browser/ui/views/load_complete_listener.cc', 2218 'browser/ui/views/load_complete_listener.cc',
2220 'browser/ui/views/load_complete_listener.h', 2219 'browser/ui/views/load_complete_listener.h',
2221 'browser/ui/views/location_bar/bubble_icon_view.cc', 2220 'browser/ui/views/location_bar/bubble_icon_view.cc',
2222 'browser/ui/views/location_bar/bubble_icon_view.h', 2221 'browser/ui/views/location_bar/bubble_icon_view.h',
2223 'browser/ui/views/location_bar/content_setting_image_view.cc', 2222 'browser/ui/views/location_bar/content_setting_image_view.cc',
2224 'browser/ui/views/location_bar/content_setting_image_view.h', 2223 'browser/ui/views/location_bar/content_setting_image_view.h',
2225 'browser/ui/views/location_bar/ev_bubble_view.cc', 2224 'browser/ui/views/location_bar/ev_bubble_view.cc',
2226 'browser/ui/views/location_bar/ev_bubble_view.h', 2225 'browser/ui/views/location_bar/ev_bubble_view.h',
2227 'browser/ui/views/location_bar/icon_label_bubble_view.cc', 2226 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
2228 'browser/ui/views/location_bar/icon_label_bubble_view.h', 2227 'browser/ui/views/location_bar/icon_label_bubble_view.h',
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
3202 ], 3201 ],
3203 'sources': [ 3202 'sources': [
3204 '<@(chrome_browser_ui_non_mobile_sources)', 3203 '<@(chrome_browser_ui_non_mobile_sources)',
3205 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3204 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3206 ], 3205 ],
3207 }], 3206 }],
3208 ], 3207 ],
3209 }, 3208 },
3210 ], 3209 ],
3211 } 3210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698