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

Side by Side Diff: Doxyfile

Issue 2370153003: Make the housekeeper upload doxygen to a newer bucket (Closed)
Patch Set: Remove lots of references to chromium-skia-gm Created 4 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 | « no previous file | infra/bots/recipe_modules/core/resources/generate_and_upload_doxygen.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Configuration used by 1 # Configuration used by
2 # https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/ slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py 2 # https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/ slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
3 # to generate our Doxygen docs, which are then uploaded to 3 # to generate our Doxygen docs, which are then uploaded to
4 # http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/ index.html 4 # http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/index.ht ml
5 5
6 6
7 PROJECT_NAME = Skia 7 PROJECT_NAME = Skia
8 PROJECT_BRIEF = 2D Graphics Library 8 PROJECT_BRIEF = 2D Graphics Library
9 9
10 PROJECT_LOGO = https://skia.org/res/img/logo.png 10 PROJECT_LOGO = https://skia.org/res/img/logo.png
11 11
12 # These lines are overridden by 12 # These lines are overridden by
13 # https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/ slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py 13 # https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/ slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
14 # but they are needed in case someone wants to generate the doxygen manually 14 # but they are needed in case someone wants to generate the doxygen manually
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 EXPAND_AS_DEFINED = SkDEBUGCODE 50 EXPAND_AS_DEFINED = SkDEBUGCODE
51 51
52 # experimental evil only! inflates build time by 10 minutes 52 # experimental evil only! inflates build time by 10 minutes
53 # SEARCH_INCLUDES = YES 53 # SEARCH_INCLUDES = YES
54 # INCLUDE_GRAPH = YES 54 # INCLUDE_GRAPH = YES
55 # INCLUDED_BY_GRAPH = YES 55 # INCLUDED_BY_GRAPH = YES
56 # DIRECTORY_GRAPH = YES 56 # DIRECTORY_GRAPH = YES
57 # INTERACTIVE_SVG = YES 57 # INTERACTIVE_SVG = YES
58 58
59 59
OLDNEW
« no previous file with comments | « no previous file | infra/bots/recipe_modules/core/resources/generate_and_upload_doxygen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698