| 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 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1222 'browser/profile_resetter/jtl_foundation.h', | 1222 'browser/profile_resetter/jtl_foundation.h', |
| 1223 'browser/profile_resetter/jtl_instructions.h', | 1223 'browser/profile_resetter/jtl_instructions.h', |
| 1224 'browser/profile_resetter/jtl_interpreter.cc', | 1224 'browser/profile_resetter/jtl_interpreter.cc', |
| 1225 'browser/profile_resetter/jtl_interpreter.h', | 1225 'browser/profile_resetter/jtl_interpreter.h', |
| 1226 'browser/profile_resetter/profile_reset_global_error.cc', | 1226 'browser/profile_resetter/profile_reset_global_error.cc', |
| 1227 'browser/profile_resetter/profile_reset_global_error.h', | 1227 'browser/profile_resetter/profile_reset_global_error.h', |
| 1228 'browser/profile_resetter/profile_resetter.cc', | 1228 'browser/profile_resetter/profile_resetter.cc', |
| 1229 'browser/profile_resetter/profile_resetter.h', | 1229 'browser/profile_resetter/profile_resetter.h', |
| 1230 'browser/profile_resetter/resettable_settings_snapshot.cc', | 1230 'browser/profile_resetter/resettable_settings_snapshot.cc', |
| 1231 'browser/profile_resetter/resettable_settings_snapshot.h', | 1231 'browser/profile_resetter/resettable_settings_snapshot.h', |
| 1232 'browser/profile_resetter/triggered_profile_resetter.cc', |
| 1233 'browser/profile_resetter/triggered_profile_resetter_win.cc', |
| 1234 'browser/profile_resetter/triggered_profile_resetter.h', |
| 1235 'browser/profile_resetter/triggered_profile_resetter_factory.cc', |
| 1236 'browser/profile_resetter/triggered_profile_resetter_factory.h', |
| 1232 'browser/profiles/avatar_menu.cc', | 1237 'browser/profiles/avatar_menu.cc', |
| 1233 'browser/profiles/avatar_menu.h', | 1238 'browser/profiles/avatar_menu.h', |
| 1234 'browser/profiles/profile_shortcut_manager.cc', | 1239 'browser/profiles/profile_shortcut_manager.cc', |
| 1235 'browser/profiles/profile_shortcut_manager.h', | 1240 'browser/profiles/profile_shortcut_manager.h', |
| 1236 'browser/profiles/profile_window.cc', | 1241 'browser/profiles/profile_window.cc', |
| 1237 'browser/profiles/profile_window.h', | 1242 'browser/profiles/profile_window.h', |
| 1238 'browser/renderer_context_menu/render_view_context_menu.cc', | 1243 'browser/renderer_context_menu/render_view_context_menu.cc', |
| 1239 'browser/renderer_context_menu/render_view_context_menu.h', | 1244 'browser/renderer_context_menu/render_view_context_menu.h', |
| 1240 'browser/renderer_context_menu/spelling_bubble_model.cc', | 1245 'browser/renderer_context_menu/spelling_bubble_model.cc', |
| 1241 'browser/renderer_context_menu/spelling_bubble_model.h', | 1246 'browser/renderer_context_menu/spelling_bubble_model.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1281 'browser/hang_monitor/hang_crash_dump_win.h', | 1286 'browser/hang_monitor/hang_crash_dump_win.h', |
| 1282 'browser/hang_monitor/hung_plugin_action.cc', | 1287 'browser/hang_monitor/hung_plugin_action.cc', |
| 1283 'browser/hang_monitor/hung_plugin_action.h', | 1288 'browser/hang_monitor/hung_plugin_action.h', |
| 1284 'browser/hang_monitor/hung_window_detector.cc', | 1289 'browser/hang_monitor/hung_window_detector.cc', |
| 1285 'browser/hang_monitor/hung_window_detector.h', | 1290 'browser/hang_monitor/hung_window_detector.h', |
| 1286 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', | 1291 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', |
| 1287 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', | 1292 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', |
| 1288 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc', | 1293 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc', |
| 1289 ], | 1294 ], |
| 1290 'chrome_browser_non_win_sources': [ | 1295 'chrome_browser_non_win_sources': [ |
| 1296 'browser/profile_resetter/triggered_profile_resetter_stub.cc', |
| 1291 'browser/profiles/profile_shortcut_manager_stub.cc', | 1297 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1292 ], | 1298 ], |
| 1293 # Sources (generally "desktop OS importers") used only on Mac & Windows. | 1299 # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| 1294 'chrome_browser_win_mac_sources': [ | 1300 'chrome_browser_win_mac_sources': [ |
| 1295 'browser/media_galleries/fileapi/file_path_watcher_util.cc', | 1301 'browser/media_galleries/fileapi/file_path_watcher_util.cc', |
| 1296 'browser/media_galleries/fileapi/file_path_watcher_util.h', | 1302 'browser/media_galleries/fileapi/file_path_watcher_util.h', |
| 1297 'browser/media_galleries/fileapi/iapps_data_provider.cc', | 1303 'browser/media_galleries/fileapi/iapps_data_provider.cc', |
| 1298 'browser/media_galleries/fileapi/iapps_data_provider.h', | 1304 'browser/media_galleries/fileapi/iapps_data_provider.h', |
| 1299 'browser/media_galleries/fileapi/itunes_data_provider.cc', | 1305 'browser/media_galleries/fileapi/itunes_data_provider.cc', |
| 1300 'browser/media_galleries/fileapi/itunes_data_provider.h', | 1306 'browser/media_galleries/fileapi/itunes_data_provider.h', |
| (...skipping 2817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4118 '../components/components.gyp:omnibox_browser', | 4124 '../components/components.gyp:omnibox_browser', |
| 4119 '../components/components.gyp:rlz', | 4125 '../components/components.gyp:rlz', |
| 4120 '../components/components.gyp:search_engines', | 4126 '../components/components.gyp:search_engines', |
| 4121 '../rlz/rlz.gyp:rlz_lib', | 4127 '../rlz/rlz.gyp:rlz_lib', |
| 4122 ], | 4128 ], |
| 4123 }, | 4129 }, |
| 4124 ], | 4130 ], |
| 4125 }], | 4131 }], |
| 4126 ], | 4132 ], |
| 4127 } | 4133 } |
| OLD | NEW |