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

Side by Side Diff: chrome/browser/DEPS

Issue 11414138: Encrypted Media: No NeedKey if --enable-encrypted-media is not set. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: resolve comments Created 8 years 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/about_flags.cc » ('j') | webkit/media/media_switches.h » ('J')
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/app", 3 "+chrome/app",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/tools/profiles", # For history unit tests. 5 "+chrome/tools/profiles", # For history unit tests.
6 "+chromeos", 6 "+chromeos",
7 "+content/components", 7 "+content/components",
8 "+content/public/browser", 8 "+content/public/browser",
9 "+device", 9 "+device",
10 "+extensions/common", 10 "+extensions/common",
(...skipping 22 matching lines...) Expand all
33 "+xib_localizers", # For generated mac localization helpers 33 "+xib_localizers", # For generated mac localization helpers
34 34
35 # TODO(stuartmorgan): Remove these by refactoring necessary code out of 35 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
36 # webkit/. See crbug.com/146251 36 # webkit/. See crbug.com/146251
37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
38 "+webkit/appcache", 38 "+webkit/appcache",
39 "+webkit/blob", 39 "+webkit/blob",
40 "+webkit/database", 40 "+webkit/database",
41 "+webkit/dom_storage/dom_storage_types.h", 41 "+webkit/dom_storage/dom_storage_types.h",
42 "+webkit/fileapi", 42 "+webkit/fileapi",
43 "+webkit/media",
scherkus (not reviewing) 2012/11/29 02:48:00 stuartmorgan: can you comment on our usage? it's
43 "+webkit/plugins", # Defines some types that are marshalled over IPC. 44 "+webkit/plugins", # Defines some types that are marshalled over IPC.
44 "+webkit/quota", 45 "+webkit/quota",
45 "+webkit/user_agent", 46 "+webkit/user_agent",
46 # webkit/glue files are listed individually since they aren't conceptually 47 # webkit/glue files are listed individually since they aren't conceptually
47 # grouped like the other webkit/ files, and can therefore be tackled one at 48 # grouped like the other webkit/ files, and can therefore be tackled one at
48 # a time. 49 # a time.
49 "+webkit/glue/glue_serialize.h", 50 "+webkit/glue/glue_serialize.h",
50 "+webkit/glue/image_decoder.h", 51 "+webkit/glue/image_decoder.h",
51 "+webkit/glue/image_resource_fetcher.h", 52 "+webkit/glue/image_resource_fetcher.h",
52 "+webkit/glue/resource_loader_bridge.h", 53 "+webkit/glue/resource_loader_bridge.h",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "+third_party/libjingle", 96 "+third_party/libjingle",
96 "+third_party/protobuf/src/google/protobuf", 97 "+third_party/protobuf/src/google/protobuf",
97 "+third_party/re2", 98 "+third_party/re2",
98 "+third_party/sqlite", 99 "+third_party/sqlite",
99 "+third_party/undoview", 100 "+third_party/undoview",
100 101
101 # FIXME: this is used by a browser_test. We need to find a better structure 102 # FIXME: this is used by a browser_test. We need to find a better structure
102 # for this include. 103 # for this include.
103 "!chrome/renderer/visitedlink_slave.h", 104 "!chrome/renderer/visitedlink_slave.h",
104 ] 105 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | webkit/media/media_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698