Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-chrome", | 2 "-chrome", |
| 3 "-content", | 3 "-content", |
| 4 "+chrome/browser/google_apis", | 4 "+chrome/browser/google_apis", |
| 5 "+chrome/browser/signin", | |
| 6 "+chrome/browser/profiles", | |
|
kochi
2012/12/20 06:37:25
Please order alphabetically.
| |
| 5 | 7 |
| 6 # Temporarily needed, see http://crbug.com/146989 | 8 # Temporarily needed, see http://crbug.com/146989 |
| 7 "!chrome/browser/chromeos/login/user_manager.h", | 9 "!chrome/browser/chromeos/login/user_manager.h", |
| 8 "!chrome/browser/profiles/profile.h", | 10 "!chrome/browser/profiles/profile.h", |
| 9 "!chrome/browser/signin/token_service_factory.h", | 11 "!chrome/browser/signin/token_service_factory.h", |
| 10 "!chrome/browser/signin/token_service.h", | 12 "!chrome/browser/signin/token_service.h", |
| 11 "!chrome/common/chrome_notification_types.h", | 13 "!chrome/common/chrome_notification_types.h", |
| 12 "!chrome/common/chrome_paths.h", | 14 "!chrome/common/chrome_paths.h", |
| 13 "!chrome/common/net/url_util.h", | 15 "!chrome/common/net/url_util.h", |
| 14 "!chrome/common/pref_names.h", | 16 "!chrome/common/pref_names.h", |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 26 "!chrome/browser/chromeos/system/timezone_settings.h", | 28 "!chrome/browser/chromeos/system/timezone_settings.h", |
| 27 "!chrome/test/base/testing_browser_process.h", | 29 "!chrome/test/base/testing_browser_process.h", |
| 28 "!chrome/test/base/testing_profile.h", | 30 "!chrome/test/base/testing_profile.h", |
| 29 "!content/public/test/test_browser_thread.h", | 31 "!content/public/test/test_browser_thread.h", |
| 30 "!content/public/test/test_utils.h", | 32 "!content/public/test/test_utils.h", |
| 31 ], | 33 ], |
| 32 "http_server.cc": [ | 34 "http_server.cc": [ |
| 33 "!content/public/test/test_utils.h", | 35 "!content/public/test/test_utils.h", |
| 34 ], | 36 ], |
| 35 } | 37 } |
| OLD | NEW |