| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |