diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-30 10:31:03 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-30 10:31:03 -0700 |
commit | 4793f674f29be8bf06a60672032e2e2df5164c8c (patch) | |
tree | 7f24ea4f72c7819eed386545569fdbab9f8643f6 /BUILD.gn | |
parent | d78704258f04d947d4f5fc2a7f8b44b57d456597 (diff) | |
download | pdfium-4793f674f29be8bf06a60672032e2e2df5164c8c.tar.xz |
Add standard "Must be after no_chromium_code" comment in GN files.
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/1411563004 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -554,8 +554,7 @@ static_library("fxge") { configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code", - # As of this writing, this needs to be last to suppress a -Wswitch warning. - # https://crbug.com/547906 + # Must be after no_chromium_code for warning flags to be ordered correctly. ":fxge_warnings", ] |