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

Side by Side Diff: chrome/app/DEPS

Issue 518803009: Move content_settings_pattern and content_settings_pattern_parser to the content_settings component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_main_delegate.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 "+breakpad", 2 "+breakpad",
3 "+chrome/browser", 3 "+chrome/browser",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/plugin/chrome_content_plugin_client.h", 5 "+chrome/plugin/chrome_content_plugin_client.h",
6 "+chrome/renderer/chrome_content_renderer_client.h", 6 "+chrome/renderer/chrome_content_renderer_client.h",
7 "+chrome/utility/chrome_content_utility_client.h", 7 "+chrome/utility/chrome_content_utility_client.h",
8 "+chrome_elf/chrome_elf_main.h", 8 "+chrome_elf/chrome_elf_main.h",
9 "+chromeos/chromeos_paths.h", 9 "+chromeos/chromeos_paths.h",
10 "+chromeos/chromeos_switches.h", 10 "+chromeos/chromeos_switches.h",
11 "+components/component_updater", 11 "+components/component_updater",
12 "+components/content_settings/core/common/content_settings_pattern.h",
12 "+components/crash", 13 "+components/crash",
13 "+components/metrics/client_info.h", 14 "+components/metrics/client_info.h",
14 "+components/nacl/common", 15 "+components/nacl/common",
15 "+components/nacl/zygote", 16 "+components/nacl/zygote",
16 "+components/startup_metric_utils", 17 "+components/startup_metric_utils",
17 "+content/public/app", 18 "+content/public/app",
18 "+content/public/browser/browser_main_runner.h", 19 "+content/public/browser/browser_main_runner.h",
19 "+extensions/common/constants.h", 20 "+extensions/common/constants.h",
20 "+grit", # For generated headers 21 "+grit", # For generated headers
21 "+native_client/src/trusted/service_runtime/osx", 22 "+native_client/src/trusted/service_runtime/osx",
22 "+policy", # For generated headers and source 23 "+policy", # For generated headers and source
23 "+sandbox", 24 "+sandbox",
24 ] 25 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698