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

Side by Side Diff: chrome/browser/DEPS

Issue 104673003: Pepper: Send dev/canary channel status to plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OVERRIDE build fix Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chromeos", 6 "+chromeos",
7 "+components/autofill/content/browser", 7 "+components/autofill/content/browser",
8 "+components/autofill/core/browser", 8 "+components/autofill/core/browser",
9 "+components/autofill/core/common", 9 "+components/autofill/core/common",
10 "+components/breakpad", 10 "+components/breakpad",
(...skipping 21 matching lines...) Expand all
32 "+google_update", 32 "+google_update",
33 "+grit", # For generated headers 33 "+grit", # For generated headers
34 "+installer_util_strings", # For generated headers 34 "+installer_util_strings", # For generated headers
35 "+jni", 35 "+jni",
36 "+media/base", # For media switches 36 "+media/base", # For media switches
37 "+native_client/src/shared/imc", 37 "+native_client/src/shared/imc",
38 "+policy", # For generated headers and source 38 "+policy", # For generated headers and source
39 "+ppapi/c", # For various types. 39 "+ppapi/c", # For various types.
40 "+ppapi/host", 40 "+ppapi/host",
41 "+ppapi/proxy", 41 "+ppapi/proxy",
42 "+ppapi/shared_impl",
42 # Defines some types that are marshalled over IPC. 43 # Defines some types that are marshalled over IPC.
43 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 44 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
44 "+rlz", 45 "+rlz",
45 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
46 "+skia/ext", 47 "+skia/ext",
47 "+sync/api", # Sync API files. 48 "+sync/api", # Sync API files.
48 "+sync/notifier", # Sync invalidation API files. 49 "+sync/notifier", # Sync invalidation API files.
49 "+sync/protocol", # Sync protobuf files. 50 "+sync/protocol", # Sync protobuf files.
50 "+third_party/cros_system_api", 51 "+third_party/cros_system_api",
51 "+win8/util", 52 "+win8/util",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "+third_party/WebKit/public/web/WebCache.h", 94 "+third_party/WebKit/public/web/WebCache.h",
94 "+third_party/WebKit/public/web/WebContextMenuData.h", 95 "+third_party/WebKit/public/web/WebContextMenuData.h",
95 "+third_party/WebKit/public/web/WebFindOptions.h", 96 "+third_party/WebKit/public/web/WebFindOptions.h",
96 "+third_party/WebKit/public/web/WebInputEvent.h", 97 "+third_party/WebKit/public/web/WebInputEvent.h",
97 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 98 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
98 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 99 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
99 "+third_party/WebKit/public/web/WebPluginAction.h", 100 "+third_party/WebKit/public/web/WebPluginAction.h",
100 "+third_party/WebKit/public/web/WebTextDirection.h", 101 "+third_party/WebKit/public/web/WebTextDirection.h",
101 "+third_party/WebKit/public/web/WebWindowFeatures.h", 102 "+third_party/WebKit/public/web/WebWindowFeatures.h",
102 ] 103 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698