moz.build (1116B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 6 ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### 7 ### DO NOT edit it by hand. ### 8 9 COMPILE_FLAGS["OS_INCLUDES"] = [] 10 AllowCompilerWarnings() 11 12 FINAL_LIBRARY = "xul" 13 14 15 GeneratedFile( 16 "/third_party/libwebrtc/gen/experiments/registered_field_trials.h", 17 entry_point="action", 18 flags=[ 19 "/third_party/libwebrtc/experiments/field_trials.py", 20 "/third_party/libwebrtc/", 21 "header", 22 "--output", 23 "gen/experiments/registered_field_trials.h" 24 ], 25 script="/python/mozbuild/mozbuild/action/file_generate_wrapper.py", 26 ) 27 28 LOCAL_INCLUDES += [ 29 "!/dist/include/libwebrtc_overrides", 30 "!/ipc/ipdl/_ipdlheaders", 31 "/ipc/chromium/src", 32 "/tools/profiler/public" 33 ] 34 35 if CONFIG["OS_TARGET"] == "WINNT": 36 37 DEFINES["UNICODE"] = True 38 DEFINES["_UNICODE"] = True 39 40 Library("registered_field_trials_header_gn")