
Removes the build flags in //build/config/features.gni and puts them in a new file //printing/features/features.gni. A "features" target in that directory converts these to a BUILDFLAG header. Update users of define to use the new include, and check BUILDFLAG(...) instead of defined(...). One define about printing is removed from Blink. This function seems only to be called by the embedder, and printing code is compiled into Blink either way. The define seems to not be doing much. if the embedder doesn't want to print, they should not call the print function. There is a custom hack for the .rc file due to resource compiler preprocessor limitations. R=dbeam@chromium.org, dcheng@chromium.org, thestig@chromium.org, thestig, dcheng (third_party/WebKit) TBR=dbeam (webui), jschuh (ipc messages) Review URL: https://codereview.chromium.org/2458833005 . Cr-Commit-Position: refs/heads/master@{#429707}
Content is the core code needed to render a page using a multi-process sandboxed browser.
Developer documentation: http://www.chromium.org/developers/content-module
Internal Documentation: