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

Side by Side Diff: chrome/browser/DEPS

Issue 11411286: Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep base/win/metro.h in omnibox_view_win.cc for IsTSFAwareRequired() 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_manager_extension_api.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/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 12 matching lines...) Expand all
23 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 23 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
24 "+rlz", 24 "+rlz",
25 "+sandbox/linux", 25 "+sandbox/linux",
26 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 26 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
27 "+skia/ext", 27 "+skia/ext",
28 "+skia/include", 28 "+skia/include",
29 "+sync/api", # Sync API files. 29 "+sync/api", # Sync API files.
30 "+sync/notifier", # Sync invalidation API files. 30 "+sync/notifier", # Sync invalidation API files.
31 "+sync/protocol", # Sync protobuf files. 31 "+sync/protocol", # Sync protobuf files.
32 "+third_party/cros_system_api", 32 "+third_party/cros_system_api",
33 "+win8/util",
33 "+xib_localizers", # For generated mac localization helpers 34 "+xib_localizers", # For generated mac localization helpers
34 35
35 # TODO(stuartmorgan): Remove these by refactoring necessary code out of 36 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
36 # webkit/. See crbug.com/146251 37 # webkit/. See crbug.com/146251
37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 38 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
38 "+webkit/appcache", 39 "+webkit/appcache",
39 "+webkit/blob", 40 "+webkit/blob",
40 "+webkit/database", 41 "+webkit/database",
41 "+webkit/dom_storage/dom_storage_types.h", 42 "+webkit/dom_storage/dom_storage_types.h",
42 "+webkit/fileapi", 43 "+webkit/fileapi",
(...skipping 52 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/bookmarks/bookmark_manager_extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698