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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2086123003: Move KWalletDBus util from the Password Manager to OSCrypt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 'browser/renderer_context_menu/spelling_options_submenu_observer.cc', 1149 'browser/renderer_context_menu/spelling_options_submenu_observer.cc',
1150 'browser/renderer_context_menu/spelling_options_submenu_observer.h', 1150 'browser/renderer_context_menu/spelling_options_submenu_observer.h',
1151 ], 1151 ],
1152 # Desktop linux, doesn't count ChromeOS. 1152 # Desktop linux, doesn't count ChromeOS.
1153 'chrome_browser_linux_desktop_sources': [ 1153 'chrome_browser_linux_desktop_sources': [
1154 'browser/first_run/upgrade_util.cc', 1154 'browser/first_run/upgrade_util.cc',
1155 'browser/first_run/upgrade_util_linux.cc', 1155 'browser/first_run/upgrade_util_linux.cc',
1156 'browser/first_run/upgrade_util_linux.h', 1156 'browser/first_run/upgrade_util_linux.h',
1157 'browser/fullscreen_aurax11.cc', 1157 'browser/fullscreen_aurax11.cc',
1158 'browser/icon_loader_auralinux.cc', 1158 'browser/icon_loader_auralinux.cc',
1159 'browser/password_manager/kwallet_dbus.cc',
1160 'browser/password_manager/kwallet_dbus.h',
1161 'browser/password_manager/native_backend_kwallet_x.cc', 1159 'browser/password_manager/native_backend_kwallet_x.cc',
1162 'browser/password_manager/native_backend_kwallet_x.h', 1160 'browser/password_manager/native_backend_kwallet_x.h',
1163 'browser/platform_util_linux.cc', 1161 'browser/platform_util_linux.cc',
1164 'browser/shell_integration_linux.cc', 1162 'browser/shell_integration_linux.cc',
1165 'browser/shell_integration_linux.h', 1163 'browser/shell_integration_linux.h',
1166 'browser/speech/tts_linux.cc', 1164 'browser/speech/tts_linux.cc',
1167 'browser/themes/theme_service_aurax11.cc', 1165 'browser/themes/theme_service_aurax11.cc',
1168 'browser/themes/theme_service_aurax11.h', 1166 'browser/themes/theme_service_aurax11.h',
1169 'browser/web_applications/web_app_linux.cc', 1167 'browser/web_applications/web_app_linux.cc',
1170 ], 1168 ],
(...skipping 3129 matching lines...) Expand 10 before | Expand all | Expand 10 after
4300 '../components/components.gyp:rlz', 4298 '../components/components.gyp:rlz',
4301 '../components/components.gyp:search_engines', 4299 '../components/components.gyp:search_engines',
4302 '../rlz/rlz.gyp:rlz_lib', 4300 '../rlz/rlz.gyp:rlz_lib',
4303 'common', 4301 'common',
4304 ], 4302 ],
4305 }, 4303 },
4306 ], 4304 ],
4307 }], 4305 }],
4308 ], 4306 ],
4309 } 4307 }
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/native_backend_kwallet_x.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698