| 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 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1395 'browser/google/did_run_updater_win.cc', | 1395 'browser/google/did_run_updater_win.cc', |
| 1396 'browser/google/did_run_updater_win.h', | 1396 'browser/google/did_run_updater_win.h', |
| 1397 'browser/hang_monitor/hang_crash_dump_win.cc', | 1397 'browser/hang_monitor/hang_crash_dump_win.cc', |
| 1398 'browser/hang_monitor/hang_crash_dump_win.h', | 1398 'browser/hang_monitor/hang_crash_dump_win.h', |
| 1399 'browser/hang_monitor/hung_plugin_action.cc', | 1399 'browser/hang_monitor/hung_plugin_action.cc', |
| 1400 'browser/hang_monitor/hung_plugin_action.h', | 1400 'browser/hang_monitor/hung_plugin_action.h', |
| 1401 'browser/hang_monitor/hung_window_detector.cc', | 1401 'browser/hang_monitor/hung_window_detector.cc', |
| 1402 'browser/hang_monitor/hung_window_detector.h', | 1402 'browser/hang_monitor/hung_window_detector.h', |
| 1403 'browser/password_manager/password_manager_util_win.cc', | 1403 'browser/password_manager/password_manager_util_win.cc', |
| 1404 'browser/password_manager/password_manager_util_win.h', | 1404 'browser/password_manager/password_manager_util_win.h', |
| 1405 'browser/themes/theme_service_win.cc', | |
| 1406 'browser/themes/theme_service_win.h', | |
| 1407 ], | 1405 ], |
| 1408 'chrome_browser_non_win_sources': [ | 1406 'chrome_browser_non_win_sources': [ |
| 1409 'browser/profile_resetter/triggered_profile_resetter_stub.cc', | 1407 'browser/profile_resetter/triggered_profile_resetter_stub.cc', |
| 1410 'browser/profiles/profile_shortcut_manager_stub.cc', | 1408 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1411 ], | 1409 ], |
| 1412 # Sources (generally "desktop OS importers") used only on Mac & Windows. | 1410 # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| 1413 'chrome_browser_win_mac_sources': [ | 1411 'chrome_browser_win_mac_sources': [ |
| 1414 'browser/crash_upload_list_crashpad.cc', | 1412 'browser/crash_upload_list_crashpad.cc', |
| 1415 'browser/crash_upload_list_crashpad.h', | 1413 'browser/crash_upload_list_crashpad.h', |
| 1416 'browser/media_galleries/fileapi/file_path_watcher_util.cc', | 1414 'browser/media_galleries/fileapi/file_path_watcher_util.cc', |
| (...skipping 2827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4244 '../components/components.gyp:rlz', | 4242 '../components/components.gyp:rlz', |
| 4245 '../components/components.gyp:search_engines', | 4243 '../components/components.gyp:search_engines', |
| 4246 '../rlz/rlz.gyp:rlz_lib', | 4244 '../rlz/rlz.gyp:rlz_lib', |
| 4247 'common', | 4245 'common', |
| 4248 ], | 4246 ], |
| 4249 }, | 4247 }, |
| 4250 ], | 4248 ], |
| 4251 }], | 4249 }], |
| 4252 ], | 4250 ], |
| 4253 } | 4251 } |
| OLD | NEW |