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

Side by Side Diff: chrome/browser/DEPS

Issue 10536103: Revert 141482 - 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/pepper_flash_settings_manager.h » ('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/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/public/browser", 11 "+content/public/browser",
12 "+google_update", 12 "+google_update",
13 "+grit", # For generated headers 13 "+grit", # For generated headers
14 "+installer_util_strings", # For generated headers 14 "+installer_util_strings", # For generated headers
15 "+policy", # For generated headers and source 15 "+policy", # For generated headers and source
16 "+ppapi/c", # For various types. 16 "+ppapi/c", # For various types.
17 "+ppapi/proxy", 17 "+ppapi/proxy",
18 "+ppapi/shared_impl/api_id.h", 18 "+ppapi/shared_impl/api_id.h",
19 # Defines some types that are marshalled over IPC.
20 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
21 "+rlz", 19 "+rlz",
22 "+sandbox/linux", 20 "+sandbox/linux",
23 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 21 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
24 "+skia/ext", 22 "+skia/ext",
25 "+skia/include", 23 "+skia/include",
26 "+sync/api", # Sync API files. 24 "+sync/api", # Sync API files.
27 "+sync/protocol", # Sync protobuf files. 25 "+sync/protocol", # Sync protobuf files.
28 "+third_party/cros", 26 "+third_party/cros",
29 "+third_party/cros_system_api", 27 "+third_party/cros_system_api",
30 "+webkit/database", 28 "+webkit/database",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "+third_party/libevent", # For the remote V8 debugging server 75 "+third_party/libevent", # For the remote V8 debugging server
78 "+third_party/libjingle", 76 "+third_party/libjingle",
79 "+third_party/protobuf/src/google/protobuf", 77 "+third_party/protobuf/src/google/protobuf",
80 "+third_party/sqlite", 78 "+third_party/sqlite",
81 "+third_party/undoview", 79 "+third_party/undoview",
82 80
83 # FIXME: this is used by a browser_test. We need to find a better structure 81 # FIXME: this is used by a browser_test. We need to find a better structure
84 # for this include. 82 # for this include.
85 "+chrome/renderer/visitedlink_slave.h", 83 "+chrome/renderer/visitedlink_slave.h",
86 ] 84 ]
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/pepper_flash_settings_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698