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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1142713008: Allow using c/b/ui/passwords/password_bubble_experiment.* on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | 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 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1352 'browser/ui/views/javascript_app_modal_dialog_views_x11.cc', 1352 'browser/ui/views/javascript_app_modal_dialog_views_x11.cc',
1353 'browser/ui/views/javascript_app_modal_dialog_views_x11.h', 1353 'browser/ui/views/javascript_app_modal_dialog_views_x11.h',
1354 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc', 1354 'browser/ui/views/status_icons/status_icon_linux_wrapper.cc',
1355 'browser/ui/views/status_icons/status_icon_linux_wrapper.h', 1355 'browser/ui/views/status_icons/status_icon_linux_wrapper.h',
1356 'browser/ui/webui/help/version_updater_basic.cc', 1356 'browser/ui/webui/help/version_updater_basic.cc',
1357 'browser/ui/webui/help/version_updater_basic.h', 1357 'browser/ui/webui/help/version_updater_basic.h',
1358 ], 1358 ],
1359 # Files used on iOS. iOS uses only these files and does not share other 1359 # Files used on iOS. iOS uses only these files and does not share other
1360 # lists, so a file may appear here and in the non_ios_sources also. 1360 # lists, so a file may appear here and in the non_ios_sources also.
1361 'chrome_browser_ui_ios_sources': [ 1361 'chrome_browser_ui_ios_sources': [
1362 'browser/ui/passwords/password_bubble_experiment.cc',
1363 'browser/ui/passwords/password_bubble_experiment.h',
1362 'browser/ui/profile_error_dialog.cc', 1364 'browser/ui/profile_error_dialog.cc',
1363 'browser/ui/profile_error_dialog.h', 1365 'browser/ui/profile_error_dialog.h',
1364 ], 1366 ],
1365 # Counts desktop Linux and ChromeOS. 1367 # Counts desktop Linux and ChromeOS.
1366 'chrome_browser_ui_linux_sources': [ 1368 'chrome_browser_ui_linux_sources': [
1367 'browser/ui/certificate_dialogs.cc', 1369 'browser/ui/certificate_dialogs.cc',
1368 'browser/ui/certificate_dialogs.h', 1370 'browser/ui/certificate_dialogs.h',
1369 'browser/ui/startup/autolaunch_prompt.cc', 1371 'browser/ui/startup/autolaunch_prompt.cc',
1370 'browser/ui/views/apps/chrome_app_window_client_views.cc', 1372 'browser/ui/views/apps/chrome_app_window_client_views.cc',
1371 'browser/ui/webui/certificate_viewer_ui.cc', 1373 'browser/ui/webui/certificate_viewer_ui.cc',
(...skipping 1816 matching lines...) Expand 10 before | Expand all | Expand 10 after
3188 ], 3190 ],
3189 'sources': [ 3191 'sources': [
3190 '<@(chrome_browser_ui_non_mobile_sources)', 3192 '<@(chrome_browser_ui_non_mobile_sources)',
3191 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3193 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3192 ], 3194 ],
3193 }], 3195 }],
3194 ], 3196 ],
3195 }, 3197 },
3196 ], 3198 ],
3197 } 3199 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698