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

Side by Side Diff: chrome/DEPS

Issue 11186039: Move CC switches to cc/switches.h. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Switch ui/compositor back to using compositorSupport() Created 8 years, 2 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
« no previous file with comments | « cc/threaded_unittest.cc ('k') | chrome/browser/about_flags.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 "+ash", 2 "+ash",
3 "+cc",
3 "+crypto", 4 "+crypto",
4 "+gpu", 5 "+gpu",
5 "+jni", 6 "+jni",
6 "+leveldb", 7 "+leveldb",
7 "+net", 8 "+net",
8 "+printing", 9 "+printing",
9 "+sql", 10 "+sql",
10 # Browser, renderer, common and tests access V8 for various purposes. 11 # Browser, renderer, common and tests access V8 for various purposes.
11 "-v8", 12 "-v8",
12 "+v8/include", 13 "+v8/include",
(...skipping 29 matching lines...) Expand all
42 "+third_party/icon_family", # IconFamily for Mac. 43 "+third_party/icon_family", # IconFamily for Mac.
43 "+third_party/libxml", 44 "+third_party/libxml",
44 "+third_party/mozilla", # Mozilla interface headers. 45 "+third_party/mozilla", # Mozilla interface headers.
45 "+third_party/npapi", # NPAPI interface headers. 46 "+third_party/npapi", # NPAPI interface headers.
46 "+third_party/skia", 47 "+third_party/skia",
47 "+third_party/tcmalloc", 48 "+third_party/tcmalloc",
48 "+third_party/GTM", # Google Toolbox for Mac. 49 "+third_party/GTM", # Google Toolbox for Mac.
49 50
50 "+ui", 51 "+ui",
51 ] 52 ]
OLDNEW
« no previous file with comments | « cc/threaded_unittest.cc ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698