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

Side by Side Diff: chrome/browser/DEPS

Issue 16022003: Base for Ash browser_tests on Win8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+breakpad", 3 "+breakpad",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chromeos", 7 "+chromeos",
8 "+components/autofill/browser", 8 "+components/autofill/browser",
9 "+components/autofill/common", 9 "+components/autofill/common",
10 "+components/auto_login_parser", 10 "+components/auto_login_parser",
(...skipping 25 matching lines...) Expand all
36 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 36 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
37 "+rlz", 37 "+rlz",
38 "+sandbox/linux", 38 "+sandbox/linux",
39 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 39 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
40 "+skia/ext", 40 "+skia/ext",
41 "+skia/include", 41 "+skia/include",
42 "+sync/api", # Sync API files. 42 "+sync/api", # Sync API files.
43 "+sync/notifier", # Sync invalidation API files. 43 "+sync/notifier", # Sync invalidation API files.
44 "+sync/protocol", # Sync protobuf files. 44 "+sync/protocol", # Sync protobuf files.
45 "+third_party/cros_system_api", 45 "+third_party/cros_system_api",
46 "+win8/test",
46 "+win8/util", 47 "+win8/util",
47 "+win8/viewer", 48 "+win8/viewer",
48 "+xib_localizers", # For generated mac localization helpers 49 "+xib_localizers", # For generated mac localization helpers
49 50
50 # TODO(stuartmorgan): Remove these by refactoring necessary code out of 51 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
51 # webkit/. See crbug.com/146251 52 # webkit/. See crbug.com/146251
52 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 53 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
53 "+webkit/appcache", 54 "+webkit/appcache",
54 "+webkit/base/origin_url_conversions.h", 55 "+webkit/base/origin_url_conversions.h",
55 "+webkit/blob", 56 "+webkit/blob",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "+third_party/icu", 100 "+third_party/icu",
100 "+third_party/isimpledom", 101 "+third_party/isimpledom",
101 "+third_party/leveldatabase", 102 "+third_party/leveldatabase",
102 "+third_party/libevent", # For the remote V8 debugging server 103 "+third_party/libevent", # For the remote V8 debugging server
103 "+third_party/libjingle", 104 "+third_party/libjingle",
104 "+third_party/protobuf/src/google/protobuf", 105 "+third_party/protobuf/src/google/protobuf",
105 "+third_party/re2", 106 "+third_party/re2",
106 "+third_party/sqlite", 107 "+third_party/sqlite",
107 "+third_party/undoview", 108 "+third_party/undoview",
108 ] 109 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698