| Index: chrome/browser/google_apis/DEPS
|
| diff --git a/chrome/browser/google_apis/DEPS b/chrome/browser/google_apis/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..697c666f408a6e47f8501dfe5f9aa4878e600f65
|
| --- /dev/null
|
| +++ b/chrome/browser/google_apis/DEPS
|
| @@ -0,0 +1,36 @@
|
| +include_rules = [
|
| + "-chrome",
|
| + "-content",
|
| + "+chrome/browser/google_apis",
|
| +
|
| + # Temporarily needed, see http://crbug.com/146989
|
| + "!chrome/browser/chromeos/gdata/drive_service_interface.h",
|
| + "!chrome/browser/chromeos/gdata/gdata_operations.h",
|
| + "!chrome/browser/chromeos/gdata/gdata_wapi_parser.h",
|
| + "!chrome/browser/chromeos/gdata/operation_runner.h",
|
| + "!chrome/browser/chromeos/gdata/operations_base.h",
|
| + "!chrome/browser/chromeos/gdata/task_util.h",
|
| + "!chrome/browser/chromeos/login/user_manager.h",
|
| + "!chrome/browser/prefs/pref_service.h",
|
| + "!chrome/browser/profiles/profile.h",
|
| + "!chrome/browser/signin/token_service_factory.h",
|
| + "!chrome/browser/signin/token_service.h",
|
| + "!chrome/common/chrome_notification_types.h",
|
| + "!chrome/common/chrome_switches.h",
|
| + "!chrome/common/net/url_util.h",
|
| + "!chrome/common/pref_names.h",
|
| + "!content/public/browser/browser_thread.h",
|
| + "!content/public/browser/notification_details.h",
|
| + "!content/public/browser/notification_observer.h",
|
| + "!content/public/browser/notification_registrar.h",
|
| + "!content/public/browser/notification_source.h",
|
| + "!content/public/browser/notification_types.h",
|
| +]
|
| +
|
| +specific_include_rules = {
|
| + ".*_[a-z]+test\.cc": [
|
| + # Temporarily needed, see http://crbug.com/146989
|
| + "!chrome/browser/chromeos/system/timezone_settings.h",
|
| + "!chrome/common/chrome_paths.h",
|
| + ],
|
| +}
|
|
|