summaryrefslogtreecommitdiffstats
path: root/build/json_to_struct.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Generate a static struct from fieldtrial_testing_configdanduong2015-07-111-3/+6
| | | | | | | | | | | | This is gives Chromium developers visibility into what features are active, but hidden behind field trial testing while developing Chromium. There is already a JSON file in Chromium with which field trials should be active. The goal is make a code generator to output a struct based off the contents of this JSON file. The next step after this is to create a mechanism to activate the trials defined by this generated struct. BUG=504075 Review URL: https://codereview.chromium.org/1209743002 Cr-Commit-Position: refs/heads/master@{#338416}
* Add search_engines and precache components to GN build.brettw@chromium.org2014-07-161-0/+1
| | | | | | | | R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/393193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283416 0039d316-1c4b-4281-b951-d872f2087c98
* Moving prepopulated search engines to a JSON file.beaudoin@chromium.org2012-11-171-0/+49
| | | | | | | | | | | | | This CL also includes the python script required to convert the JSON file to a .cc/.h pair. The generated .cc/.h are not generated by the build process and must be committed to the repository. BUG=159990 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167793 Review URL: https://chromiumcodereview.appspot.com/11377049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168430 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 167793 - Moving prepopulated search engines to a JSON file.danakj@chromium.org2012-11-151-48/+0
| | | | | | | | | | | | | | | | | | This CL also includes the python script required to convert the JSON file to a .cc/.h pair. The generated .cc/.h are not generated by the build process and must be committed to the repository. BUG=159990 Review URL: https://chromiumcodereview.appspot.com/11377049 TBR=beaudoin@chromium.org Compiler errors: http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Builder&number=28409 http://build.chromium.org/p/chromium.win/buildstatus?builder=Win%20Builder%20%28dbg%29&number=4778 Review URL: https://codereview.chromium.org/11293291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167796 0039d316-1c4b-4281-b951-d872f2087c98
* Moving prepopulated search engines to a JSON file.beaudoin@chromium.org2012-11-151-0/+48
This CL also includes the python script required to convert the JSON file to a .cc/.h pair. The generated .cc/.h are not generated by the build process and must be committed to the repository. BUG=159990 Review URL: https://chromiumcodereview.appspot.com/11377049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167793 0039d316-1c4b-4281-b951-d872f2087c98