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

Side by Side Diff: chrome/browser/extensions/DEPS

Issue 1329213002: PDF: Use chrome.resourcesPrivate instead of Pepper to display translated strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i18n_api
Patch Set: Remove test cases Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/api/resources_private/resources_private_api.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # TODO(benwells): Once the extensions component is established 2 # TODO(benwells): Once the extensions component is established
3 # and there are only chrome specific extension things left in 3 # and there are only chrome specific extension things left in
4 # chrome/browser/extensions, the restriction of not being able 4 # chrome/browser/extensions, the restriction of not being able
5 # to depend on apps will be lifted. 5 # to depend on apps will be lifted.
6 "-apps", 6 "-apps",
7 "-chrome/browser/apps", 7 "-chrome/browser/apps",
8 "+components/chrome_apps", 8 "+components/chrome_apps",
9 "+components/crx_file", 9 "+components/crx_file",
10 "+components/strings/grit/components_strings.h",
10 "+components/user_manager", 11 "+components/user_manager",
11 "+extensions/strings/grit/extensions_strings.h", 12 "+extensions/strings/grit/extensions_strings.h",
12 "+grit", # For generated headers 13 "+grit", # For generated headers
13 14
14 # For access to testing command line switches. 15 # For access to testing command line switches.
15 "+ppapi/shared_impl", 16 "+ppapi/shared_impl",
16 17
17 # For safe_json 18 # For safe_json
18 "+components/safe_json", 19 "+components/safe_json",
19 "+ui/base", 20 "+ui/base",
20 ] 21 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/resources_private/resources_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698