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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2057123002: Refactor native_backend_kwallet_x (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 'browser/renderer_context_menu/spelling_options_submenu_observer.cc', 1145 'browser/renderer_context_menu/spelling_options_submenu_observer.cc',
1146 'browser/renderer_context_menu/spelling_options_submenu_observer.h', 1146 'browser/renderer_context_menu/spelling_options_submenu_observer.h',
1147 ], 1147 ],
1148 # Desktop linux, doesn't count ChromeOS. 1148 # Desktop linux, doesn't count ChromeOS.
1149 'chrome_browser_linux_desktop_sources': [ 1149 'chrome_browser_linux_desktop_sources': [
1150 'browser/first_run/upgrade_util.cc', 1150 'browser/first_run/upgrade_util.cc',
1151 'browser/first_run/upgrade_util_linux.cc', 1151 'browser/first_run/upgrade_util_linux.cc',
1152 'browser/first_run/upgrade_util_linux.h', 1152 'browser/first_run/upgrade_util_linux.h',
1153 'browser/fullscreen_aurax11.cc', 1153 'browser/fullscreen_aurax11.cc',
1154 'browser/icon_loader_auralinux.cc', 1154 'browser/icon_loader_auralinux.cc',
1155 'browser/password_manager/kwallet_dbus.cc',
1156 'browser/password_manager/kwallet_dbus.h',
1155 'browser/password_manager/native_backend_kwallet_x.cc', 1157 'browser/password_manager/native_backend_kwallet_x.cc',
1156 'browser/password_manager/native_backend_kwallet_x.h', 1158 'browser/password_manager/native_backend_kwallet_x.h',
1157 'browser/platform_util_linux.cc', 1159 'browser/platform_util_linux.cc',
1158 'browser/shell_integration_linux.cc', 1160 'browser/shell_integration_linux.cc',
1159 'browser/shell_integration_linux.h', 1161 'browser/shell_integration_linux.h',
1160 'browser/speech/tts_linux.cc', 1162 'browser/speech/tts_linux.cc',
1161 'browser/themes/theme_service_aurax11.cc', 1163 'browser/themes/theme_service_aurax11.cc',
1162 'browser/themes/theme_service_aurax11.h', 1164 'browser/themes/theme_service_aurax11.h',
1163 'browser/web_applications/web_app_linux.cc', 1165 'browser/web_applications/web_app_linux.cc',
1164 ], 1166 ],
(...skipping 3113 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 '../components/components.gyp:rlz', 4280 '../components/components.gyp:rlz',
4279 '../components/components.gyp:search_engines', 4281 '../components/components.gyp:search_engines',
4280 '../rlz/rlz.gyp:rlz_lib', 4282 '../rlz/rlz.gyp:rlz_lib',
4281 'common', 4283 'common',
4282 ], 4284 ],
4283 }, 4285 },
4284 ], 4286 ],
4285 }], 4287 }],
4286 ], 4288 ],
4287 } 4289 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698