| 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 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1472 'browser/google/did_run_updater_win.cc', | 1472 'browser/google/did_run_updater_win.cc', |
| 1473 'browser/google/did_run_updater_win.h', | 1473 'browser/google/did_run_updater_win.h', |
| 1474 'browser/hang_monitor/hang_crash_dump_win.cc', | 1474 'browser/hang_monitor/hang_crash_dump_win.cc', |
| 1475 'browser/hang_monitor/hang_crash_dump_win.h', | 1475 'browser/hang_monitor/hang_crash_dump_win.h', |
| 1476 'browser/metrics/antivirus_metrics_provider_win.cc', | 1476 'browser/metrics/antivirus_metrics_provider_win.cc', |
| 1477 'browser/metrics/antivirus_metrics_provider_win.h', | 1477 'browser/metrics/antivirus_metrics_provider_win.h', |
| 1478 'browser/password_manager/password_manager_util_win.cc', | 1478 'browser/password_manager/password_manager_util_win.cc', |
| 1479 'browser/password_manager/password_manager_util_win.h', | 1479 'browser/password_manager/password_manager_util_win.h', |
| 1480 'browser/themes/theme_service_win.cc', | 1480 'browser/themes/theme_service_win.cc', |
| 1481 'browser/themes/theme_service_win.h', | 1481 'browser/themes/theme_service_win.h', |
| 1482 'browser/downgrade/user_data_downgrade.cc', |
| 1483 'browser/downgrade/user_data_downgrade.h', |
| 1482 ], | 1484 ], |
| 1483 'chrome_browser_non_win_sources': [ | 1485 'chrome_browser_non_win_sources': [ |
| 1484 'browser/profile_resetter/triggered_profile_resetter_stub.cc', | 1486 'browser/profile_resetter/triggered_profile_resetter_stub.cc', |
| 1485 'browser/profiles/profile_shortcut_manager_stub.cc', | 1487 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1486 ], | 1488 ], |
| 1487 # Sources (generally "desktop OS importers") used only on Mac & Windows. | 1489 # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| 1488 'chrome_browser_win_mac_sources': [ | 1490 'chrome_browser_win_mac_sources': [ |
| 1489 'browser/crash_upload_list_crashpad.cc', | 1491 'browser/crash_upload_list_crashpad.cc', |
| 1490 'browser/crash_upload_list_crashpad.h', | 1492 'browser/crash_upload_list_crashpad.h', |
| 1491 'browser/media_galleries/fileapi/file_path_watcher_util.cc', | 1493 'browser/media_galleries/fileapi/file_path_watcher_util.cc', |
| (...skipping 2786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |