summaryrefslogtreecommitdiffstats
path: root/third_party/libphonenumber/BUILD.gn
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Enable ODR violation detection. (try 2)thestig2015-03-081-2/+3
| | | | | | | | BUG=449754 Review URL: https://codereview.chromium.org/988633004 Cr-Commit-Position: refs/heads/master@{#319577}
* Revert of Linux: Enable ODR violation detection. (patchset #6 id:100001 of ↵thestig2015-02-121-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/899403003/) Reason for revert: http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/55780 found more ODR violations in libjingle. Original issue's description: > Linux: Enable ODR violation detection. > > BUG=449754 > > Committed: https://crrev.com/e86588abd0f3b65777d8bc679747eeb6bbdf21f8 > Cr-Commit-Position: refs/heads/master@{#315906} TBR=thakis@chromium.org,isherman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=449754 Review URL: https://codereview.chromium.org/874743007 Cr-Commit-Position: refs/heads/master@{#315916}
* Linux: Enable ODR violation detection.thestig2015-02-121-2/+3
| | | | | | | | BUG=449754 Review URL: https://codereview.chromium.org/899403003 Cr-Commit-Position: refs/heads/master@{#315906}
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
| | | | | | | | | | | | This CL move the test target from build/config/BUILDCONFIG.gn to testing/test.gni It also update the test template to automatically build an apk on Android. R=cjhopman@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/824263004 Cr-Commit-Position: refs/heads/master@{#312396}
* Update libphonenumber from 5.8.8 to 7.0.thakis2014-12-041-10/+0
| | | | | | | | | | | | I'm only interested in the recent change that makes libphonenumber's COMPILE_ASSERT use static_assert, but this library hasn't been updated in about one year so this brings in some 25 commits. BUG=321833 Review URL: https://codereview.chromium.org/739643004 Cr-Commit-Position: refs/heads/master@{#306734}
* Enable -Wunused-local-typedefthakis2014-11-121-0/+10
| | | | | | | | | BUG=321833 TBR=brettw Review URL: https://codereview.chromium.org/722513003 Cr-Commit-Position: refs/heads/master@{#303892}
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-5/+5
| | | | | | | | | | | | This is the new name. It has the same meaning but additionally with a "you can use the headers" permission. Rename direct_dependent_configs to public_configs. This is the new name with identical meaning. TBR=jamesr Review URL: https://codereview.chromium.org/595073002 Cr-Commit-Position: refs/heads/master@{#296302}
* gn: Add missing NDEBUG define in Releasescottmg2014-09-081-0/+5
| | | | | | | | | | | | This is required at least on Windows as it's used by system headers to control things like assert, etc. R=brettw@chromium.org BUG=335824,354261 Review URL: https://codereview.chromium.org/475153002 Cr-Commit-Position: refs/heads/master@{#293788}
* Pull buildtools to get GN r282653brettw@chromium.org2014-07-141-2/+1
| | | | | | | | | | | | | | | This uses the proto file directory for the generated files rather than the directory of the BUILD file. This makes it more natural when you have a BUILD file in a different directory than the proto files. Fixes a search-and-replace error that accidentally changed the fallback source_prereqs code to use "inputs". Fix ozone build. BUG= R=ajwong@chromium.org Review URL: https://codereview.chromium.org/386943006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282998 0039d316-1c4b-4281-b951-d872f2087c98
* Add lots of GN targets:brettw@chromium.org2014-07-021-0/+100
components/autofill components/metrics components/policy components/variations third_party/libphonenumber third_party/mt19937ar ui/gfx/ipc These are all requried to compile chrome/browser in some form or another. Fills out all grit_defines (also required for chrome/browser) and adds associated flags for them. Add the ability for generated_extensions_api to not generate a bundle. Remove mt19937ar from .gitignore (it's just checked into the tree) R=ajwong@chromium.org Review URL: https://codereview.chromium.org/365793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281057 0039d316-1c4b-4281-b951-d872f2087c98