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

Side by Side Diff: chrome/browser/DEPS

Issue 8549022: Define DevTools content API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jam's comments addressed Created 9 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/automation/automation_provider.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 "+chrome/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+content/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 18 matching lines...) Expand all
29 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 29 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716
30 "+content/browser", 30 "+content/browser",
31 31
32 "-content/common", 32 "-content/common",
33 # TODO(jam): remove all the exceptions. BUG=98716 33 # TODO(jam): remove all the exceptions. BUG=98716
34 "+content/common/child_process_host.h", 34 "+content/common/child_process_host.h",
35 "+content/common/child_process_info.h", 35 "+content/common/child_process_info.h",
36 "+content/common/chrome_application_mac.h", 36 "+content/common/chrome_application_mac.h",
37 "+content/common/mac/scoped_sending_event.h", 37 "+content/common/mac/scoped_sending_event.h",
38 "+content/common/view_messages.h", 38 "+content/common/view_messages.h",
39 # TODO(pfeldman)
40 "+content/common/devtools_messages.h",
41 # TODO(gbilock) 39 # TODO(gbilock)
42 "+content/common/intents_messages.h", 40 "+content/common/intents_messages.h",
43 41
44 # Other libraries. 42 # Other libraries.
45 "+chrome/third_party/hunspell", 43 "+chrome/third_party/hunspell",
46 "+chrome/third_party/mozilla_security_manager", 44 "+chrome/third_party/mozilla_security_manager",
47 "+libxml", # For search engine definition parsing. 45 "+libxml", # For search engine definition parsing.
48 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 46 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
49 "+third_party/cld", 47 "+third_party/cld",
50 "+third_party/expat", 48 "+third_party/expat",
51 "+third_party/iaccessible2", 49 "+third_party/iaccessible2",
52 "+third_party/isimpledom", 50 "+third_party/isimpledom",
53 "+third_party/libevent", # For the remote V8 debugging server 51 "+third_party/libevent", # For the remote V8 debugging server
54 "+third_party/libjingle", 52 "+third_party/libjingle",
55 "+third_party/protobuf/src/google/protobuf", 53 "+third_party/protobuf/src/google/protobuf",
56 "+third_party/sqlite", 54 "+third_party/sqlite",
57 "+third_party/undoview", 55 "+third_party/undoview",
58 "+v8/include", # Browser uses V8 to get the version and run the debugger. 56 "+v8/include", # Browser uses V8 to get the version and run the debugger.
59 57
60 # FIXME: these should probably not be here, we need to find a better 58 # FIXME: these should probably not be here, we need to find a better
61 # structure for these includes. 59 # structure for these includes.
62 "+chrome/renderer", 60 "+chrome/renderer",
63 ] 61 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698