diff options
author | scottmg <scottmg@chromium.org> | 2014-12-03 15:27:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-03 23:27:41 +0000 |
commit | 34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb (patch) | |
tree | dc6a3e4de8e3093074390b933e9d4cb0e79070f5 /url | |
parent | e00b5de3d64b4ea58797b13f42039956a5b3ddec (diff) | |
download | chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.zip chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.gz chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.bz2 |
gn format // (the rest, except mojo)
Excluded mojo because I think that needs to happen on the other side.
At gn --version = 306668 for which roll is in CQ.
R=brettw@chromium.org
TBR=scherkus@chromium.org
BUG=348474
Review URL: https://codereview.chromium.org/774353003
Cr-Commit-Position: refs/heads/master@{#306708}
Diffstat (limited to 'url')
-rw-r--r-- | url/BUILD.gn | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/url/BUILD.gn b/url/BUILD.gn index feece8d..3bffec2 100644 --- a/url/BUILD.gn +++ b/url/BUILD.gn @@ -60,9 +60,7 @@ component("url") { configs += [ ":url_icu_config" ] if (is_win) { - cflags = [ - "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. - ] + cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. } deps = [ @@ -124,12 +122,8 @@ if (!is_android) { ] if (use_icu_alternatives_on_android) { - sources -= [ - "url_canon_icu_unittest.cc", - ] - deps -= [ - "//third_party/icu:icuuc", - ] + sources -= [ "url_canon_icu_unittest.cc" ] + deps -= [ "//third_party/icu:icuuc" ] } } } |