Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: components/sad_tab/cocoa/DEPS

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sad_tab/OWNERS ('k') | components/sad_tab/cocoa/sad_tab_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sad_tab/cocoa/DEPS
diff --git a/components/sad_tab/cocoa/DEPS b/components/sad_tab/cocoa/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..71b107b1bdd9e55217d26f20eb944ee8dfa822ea
--- /dev/null
+++ b/components/sad_tab/cocoa/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "+third_party/google_toolbox_for_mac/src",
+ "+ui/gfx",
+]
+
+specific_include_rules = {
+ "sad_tab_controller_unittest.mm": [
+ "!chrome/browser/ui/cocoa/cocoa_test_helper.h",
+ "!chrome/test/base/chrome_render_view_host_test_harness.h",
+ "!chrome/test/base/testing_profile.h",
+ ]
+}
« no previous file with comments | « components/sad_tab/OWNERS ('k') | components/sad_tab/cocoa/sad_tab_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698