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

Unified Diff: apps/DEPS

Issue 19490002: Add a main menu to the shim that matches the one in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Localize Quit entry. Created 7 years, 5 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 | « no previous file | apps/app_shim/chrome_main_app_mode_mac.mm » ('j') | apps/app_shim/chrome_main_app_mode_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/DEPS
diff --git a/apps/DEPS b/apps/DEPS
index ce7e698ced2d42755a5f77a805dee3c94068deac..d7a256096aecb4ae33881a9e7117090f39283f97 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -24,6 +24,7 @@ include_rules = [
"+chrome/browser/ui/web_applications/web_app_ui.h",
"+chrome/browser/web_applications/web_app.h",
"+chrome/browser/web_applications/web_app_mac.h",
+ "+chrome/common/chrome_constants.h",
"+chrome/common/chrome_paths.h",
"+chrome/common/chrome_paths_internal.h",
"+chrome/common/chrome_switches.h",
@@ -31,4 +32,5 @@ include_rules = [
"+chrome/common/mac/app_mode_common.h",
"+chrome/installer",
"+chrome/test/base/testing_profile.h",
+ "+grit/generated_resources.h",
tapted 2013/07/23 05:24:35 How does everything else avoid adding this to thei
jackhou1 2013/07/23 06:22:22 They do have it. It shows up on Codesearch: https:
tapted 2013/07/23 07:39:41 ohhh derp. TIL: git grep is not recursive if it fi
]
« no previous file with comments | « no previous file | apps/app_shim/chrome_main_app_mode_mac.mm » ('j') | apps/app_shim/chrome_main_app_mode_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698