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

Side by Side Diff: chrome/browser/DEPS

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk Created 8 years, 3 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 | « no previous file | chrome/browser/sync/profile_sync_service_unittest.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/public/browser", 7 "+content/public/browser",
8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 8 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
9 "+google_apis", 9 "+google_apis",
10 "+google_update", 10 "+google_update",
(...skipping 13 matching lines...) Expand all
24 "+sync/api", # Sync API files. 24 "+sync/api", # Sync API files.
25 "+sync/notifier", # Sync invalidation API files. 25 "+sync/notifier", # Sync invalidation API files.
26 "+sync/protocol", # Sync protobuf files. 26 "+sync/protocol", # Sync protobuf files.
27 "+third_party/cros_system_api", 27 "+third_party/cros_system_api",
28 "+webkit/database", 28 "+webkit/database",
29 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. 29 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag.
30 "+webkit/forms", # Defines some types that are marshalled over IPC. 30 "+webkit/forms", # Defines some types that are marshalled over IPC.
31 "+webkit/glue", # Defines some types that are marshalled over IPC. 31 "+webkit/glue", # Defines some types that are marshalled over IPC.
32 "+webkit/plugins", # Defines some types that are marshalled over IPC. 32 "+webkit/plugins", # Defines some types that are marshalled over IPC.
33 "+webkit/quota", 33 "+webkit/quota",
34 "+webkit/user_agent",
34 "+xib_localizers", # For generated mac localization helpers 35 "+xib_localizers", # For generated mac localization helpers
35 36
36 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 37 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 38 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
38 "!content/browser/geolocation/wifi_data_provider_common.h", 39 "!content/browser/geolocation/wifi_data_provider_common.h",
39 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 40 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
40 41
41 "-chrome/browser/ui/views", 42 "-chrome/browser/ui/views",
42 # TODO(tfarina): Remove all these. crbug.com/125846. 43 # TODO(tfarina): Remove all these. crbug.com/125846.
43 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 44 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
(...skipping 23 matching lines...) Expand all
67 "+third_party/libjingle", 68 "+third_party/libjingle",
68 "+third_party/protobuf/src/google/protobuf", 69 "+third_party/protobuf/src/google/protobuf",
69 "+third_party/re2", 70 "+third_party/re2",
70 "+third_party/sqlite", 71 "+third_party/sqlite",
71 "+third_party/undoview", 72 "+third_party/undoview",
72 73
73 # FIXME: this is used by a browser_test. We need to find a better structure 74 # FIXME: this is used by a browser_test. We need to find a better structure
74 # for this include. 75 # for this include.
75 "!chrome/renderer/visitedlink_slave.h", 76 "!chrome/renderer/visitedlink_slave.h",
76 ] 77 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/profile_sync_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698