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

Issue 12440067: Change the name of SkFlags to SkCommandLineFlags. (Closed)

Created:
7 years, 9 months ago by scroggo
Modified:
7 years, 9 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Change the name of SkFlags to SkCommandLineFlags. This name is more specific to what it actually does. Also move the code into tools/flags, to (slightly) better organize the massive tools folder. Update the programs that use it to use the new names. No functionality changes. BUG=https://code.google.com/p/skia/issues/detail?id=1173 Committed: https://code.google.com/p/skia/source/detail?r=8304

Patch Set 1 #

Total comments: 2

Patch Set 2 : ParseCommandLine -> Parse #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -663 lines) Patch
M gm/gmmain.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M gyp/flags.gyp View 2 chunks +3 lines, -3 lines 0 comments Download
M gyp/tools.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M tools/PictureRenderingFlags.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/PictureRenderingFlags.cpp View 1 chunk +1 line, -1 line 0 comments Download
D tools/SkFlags.h View 1 chunk +0 lines, -368 lines 0 comments Download
D tools/SkFlags.cpp View 1 chunk +0 lines, -257 lines 0 comments Download
M tools/bench_pictures_main.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + tools/flags/SkCommandLineFlags.h View 1 7 chunks +13 lines, -13 lines 0 comments Download
A + tools/flags/SkCommandLineFlags.cpp View 1 4 chunks +7 lines, -7 lines 0 comments Download
M tools/render_pictures_main.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tools/skhello.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scroggo
7 years, 9 months ago (2013-03-21 14:27:57 UTC) #1
reed1
For the future, is it ever useful to not force this guy to use globals, ...
7 years, 9 months ago (2013-03-21 14:30:11 UTC) #2
scroggo
> For the future, is it ever useful to not force this guy to use ...
7 years, 9 months ago (2013-03-21 19:04:15 UTC) #3
reed1
lgtm
7 years, 9 months ago (2013-03-21 19:14:20 UTC) #4
scroggo
7 years, 9 months ago (2013-03-21 19:43:28 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r8304 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698