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

Side by Side Diff: chrome/browser/DEPS

Issue 10805042: Implement ability to specify temporarily-allowed dependencies in DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 8 years, 4 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/ui/DEPS » ('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_update", 8 "+google_update",
9 "+grit", # For generated headers 9 "+grit", # For generated headers
10 "+installer_util_strings", # For generated headers 10 "+installer_util_strings", # For generated headers
(...skipping 14 matching lines...) Expand all
25 "+webkit/database", 25 "+webkit/database",
26 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. 26 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag.
27 "+webkit/forms", # Defines some types that are marshalled over IPC. 27 "+webkit/forms", # Defines some types that are marshalled over IPC.
28 "+webkit/glue", # Defines some types that are marshalled over IPC. 28 "+webkit/glue", # Defines some types that are marshalled over IPC.
29 "+webkit/plugins", # Defines some types that are marshalled over IPC. 29 "+webkit/plugins", # Defines some types that are marshalled over IPC.
30 "+webkit/quota", 30 "+webkit/quota",
31 "+xib_localizers", # For generated mac localization helpers 31 "+xib_localizers", # For generated mac localization helpers
32 32
33 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 33 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
34 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 34 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
35 "+content/browser/geolocation/wifi_data_provider_common.h", 35 "!content/browser/geolocation/wifi_data_provider_common.h",
36 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 36 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
37 37
38 "-chrome/browser/ui/views", 38 "-chrome/browser/ui/views",
39 # TODO(tfarina): Remove all these. crbug.com/125846. 39 # TODO(tfarina): Remove all these. crbug.com/125846.
40 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 40 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
41 "+chrome/browser/ui/views/ash/panel_view_aura.h", 41 "!chrome/browser/ui/views/ash/panel_view_aura.h",
42 "+chrome/browser/ui/views/constrained_window_views.h", 42 "!chrome/browser/ui/views/constrained_window_views.h",
43 "+chrome/browser/ui/views/extensions/extension_view.h", 43 "!chrome/browser/ui/views/extensions/extension_view.h",
44 "+chrome/browser/ui/views/frame/browser_view.h", 44 "!chrome/browser/ui/views/frame/browser_view.h",
45 "+chrome/browser/ui/views/location_bar/location_bar_view.h", 45 "!chrome/browser/ui/views/location_bar/location_bar_view.h",
46 "+chrome/browser/ui/views/location_bar/location_icon_view.h", 46 "!chrome/browser/ui/views/location_bar/location_icon_view.h",
47 "+chrome/browser/ui/views/notifications/balloon_view.h", 47 "!chrome/browser/ui/views/notifications/balloon_view.h",
48 "+chrome/browser/ui/views/notifications/balloon_view_host.h", 48 "!chrome/browser/ui/views/notifications/balloon_view_host.h",
49 "+chrome/browser/ui/views/page_info_bubble_view.h", 49 "!chrome/browser/ui/views/page_info_bubble_view.h",
50 "+chrome/browser/ui/views/reload_button.h", 50 "!chrome/browser/ui/views/reload_button.h",
51 "+chrome/browser/ui/views/select_file_dialog_extension.h", 51 "!chrome/browser/ui/views/select_file_dialog_extension.h",
52 "+chrome/browser/ui/views/unhandled_keyboard_event_handler.h", 52 "!chrome/browser/ui/views/unhandled_keyboard_event_handler.h",
53 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 53 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
54 54
55 # Other libraries. 55 # Other libraries.
56 "+chrome/third_party/mozilla_security_manager", 56 "+chrome/third_party/mozilla_security_manager",
57 "+libxml", # For search engine definition parsing. 57 "+libxml", # For search engine definition parsing.
58 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 58 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
59 "+third_party/cld", 59 "+third_party/cld",
60 "+third_party/expat", 60 "+third_party/expat",
61 "+third_party/iaccessible2", 61 "+third_party/iaccessible2",
62 "+third_party/icu", 62 "+third_party/icu",
63 "+third_party/isimpledom", 63 "+third_party/isimpledom",
64 "+third_party/leveldatabase", 64 "+third_party/leveldatabase",
65 "+third_party/libevent", # For the remote V8 debugging server 65 "+third_party/libevent", # For the remote V8 debugging server
66 "+third_party/libjingle", 66 "+third_party/libjingle",
67 "+third_party/protobuf/src/google/protobuf", 67 "+third_party/protobuf/src/google/protobuf",
68 "+third_party/sqlite", 68 "+third_party/sqlite",
69 "+third_party/undoview", 69 "+third_party/undoview",
70 70
71 # FIXME: this is used by a browser_test. We need to find a better structure 71 # FIXME: this is used by a browser_test. We need to find a better structure
72 # for this include. 72 # for this include.
73 "+chrome/renderer/visitedlink_slave.h", 73 "!chrome/renderer/visitedlink_slave.h",
74 ] 74 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698