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

Side by Side Diff: chrome/browser/DEPS

Issue 10479015: Pepper Flash settings integration - camera and microphone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/app/locales", 4 "+chrome/app/locales",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/personalization", 6 "+chrome/personalization",
7 "+chrome/profile_import", 7 "+chrome/profile_import",
8 "+chrome/tools/profiles", # For history unit tests. 8 "+chrome/tools/profiles", # For history unit tests.
9 "+chrome/views", 9 "+chrome/views",
10 "+chromeos", 10 "+chromeos",
11 "+content/plugin/plugin_interpose_util_mac.h", 11 "+content/plugin/plugin_interpose_util_mac.h",
12 "+content/public/browser", 12 "+content/public/browser",
13 "+google_update", 13 "+google_update",
14 "+grit", # For generated headers 14 "+grit", # For generated headers
15 "+installer_util_strings", # For generated headers 15 "+installer_util_strings", # For generated headers
16 "+policy", # For generated headers and source 16 "+policy", # For generated headers and source
17 "+ppapi/c", # For various types. 17 "+ppapi/c", # For various types.
18 "+ppapi/proxy", 18 "+ppapi/proxy",
19 "+ppapi/shared_impl/api_id.h", 19 "+ppapi/shared_impl/api_id.h",
20 # Defines some types that are marshalled over IPC.
21 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
20 "+rlz", 22 "+rlz",
21 "+sandbox/linux", 23 "+sandbox/linux",
22 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 24 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
23 "+skia/ext", 25 "+skia/ext",
24 "+skia/include", 26 "+skia/include",
25 "+sync/api", # Sync API files. 27 "+sync/api", # Sync API files.
26 "+sync/protocol", # Sync protobuf files. 28 "+sync/protocol", # Sync protobuf files.
27 "+third_party/cros", 29 "+third_party/cros",
28 "+third_party/cros_system_api", 30 "+third_party/cros_system_api",
29 "+webkit/database", 31 "+webkit/database",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "+third_party/libevent", # For the remote V8 debugging server 80 "+third_party/libevent", # For the remote V8 debugging server
79 "+third_party/libjingle", 81 "+third_party/libjingle",
80 "+third_party/protobuf/src/google/protobuf", 82 "+third_party/protobuf/src/google/protobuf",
81 "+third_party/sqlite", 83 "+third_party/sqlite",
82 "+third_party/undoview", 84 "+third_party/undoview",
83 85
84 # FIXME: these should probably not be here, we need to find a better 86 # FIXME: these should probably not be here, we need to find a better
85 # structure for these includes. 87 # structure for these includes.
86 "+chrome/renderer", 88 "+chrome/renderer",
87 ] 89 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698