Chromium Code Reviews| 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 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1456 'browser/first_run/try_chrome_dialog_view.h', | 1456 'browser/first_run/try_chrome_dialog_view.h', |
| 1457 'browser/first_run/upgrade_util.cc', | 1457 'browser/first_run/upgrade_util.cc', |
| 1458 'browser/google/did_run_updater_win.cc', | 1458 'browser/google/did_run_updater_win.cc', |
| 1459 'browser/google/did_run_updater_win.h', | 1459 'browser/google/did_run_updater_win.h', |
| 1460 'browser/hang_monitor/hang_crash_dump_win.cc', | 1460 'browser/hang_monitor/hang_crash_dump_win.cc', |
| 1461 'browser/hang_monitor/hang_crash_dump_win.h', | 1461 'browser/hang_monitor/hang_crash_dump_win.h', |
| 1462 'browser/password_manager/password_manager_util_win.cc', | 1462 'browser/password_manager/password_manager_util_win.cc', |
| 1463 'browser/password_manager/password_manager_util_win.h', | 1463 'browser/password_manager/password_manager_util_win.h', |
| 1464 'browser/themes/theme_service_win.cc', | 1464 'browser/themes/theme_service_win.cc', |
| 1465 'browser/themes/theme_service_win.h', | 1465 'browser/themes/theme_service_win.h', |
| 1466 'browser/user_profiles_cleanup.cc', | |
| 1467 'browser/user_profiles_cleanup.h', | |
|
grt (UTC plus 2)
2016/05/19 15:37:28
wdyt of user_data_downgrade.{cc,h}?
zmin
2016/05/19 23:08:03
i think data is better because we use 'data' in th
| |
| 1466 ], | 1468 ], |
| 1467 'chrome_browser_non_win_sources': [ | 1469 'chrome_browser_non_win_sources': [ |
| 1468 'browser/profile_resetter/triggered_profile_resetter_stub.cc', | 1470 'browser/profile_resetter/triggered_profile_resetter_stub.cc', |
| 1469 'browser/profiles/profile_shortcut_manager_stub.cc', | 1471 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1470 ], | 1472 ], |
| 1471 # Sources (generally "desktop OS importers") used only on Mac & Windows. | 1473 # Sources (generally "desktop OS importers") used only on Mac & Windows. |
| 1472 'chrome_browser_win_mac_sources': [ | 1474 'chrome_browser_win_mac_sources': [ |
| 1473 'browser/crash_upload_list_crashpad.cc', | 1475 'browser/crash_upload_list_crashpad.cc', |
| 1474 'browser/crash_upload_list_crashpad.h', | 1476 'browser/crash_upload_list_crashpad.h', |
| 1475 'browser/media_galleries/fileapi/file_path_watcher_util.cc', | 1477 'browser/media_galleries/fileapi/file_path_watcher_util.cc', |
| (...skipping 2788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4264 '../components/components.gyp:rlz', | 4266 '../components/components.gyp:rlz', |
| 4265 '../components/components.gyp:search_engines', | 4267 '../components/components.gyp:search_engines', |
| 4266 '../rlz/rlz.gyp:rlz_lib', | 4268 '../rlz/rlz.gyp:rlz_lib', |
| 4267 'common', | 4269 'common', |
| 4268 ], | 4270 ], |
| 4269 }, | 4271 }, |
| 4270 ], | 4272 ], |
| 4271 }], | 4273 }], |
| 4272 ], | 4274 ], |
| 4273 } | 4275 } |
| OLD | NEW |