common.gypi revision 03b57e008b61dfcb1fbad3aea950ae0e001748b0
1# Copyright (c) 2012 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# IMPORTANT:
6# Please don't directly include this file if you are building via gyp_chromium,
7# since gyp_chromium is automatically forcing its inclusion.
8{
9  # Variables expected to be overriden on the GYP command line (-D) or by
10  # ~/.gyp/include.gypi.
11  'variables': {
12    # Putting a variables dict inside another variables dict looks kind of
13    # weird.  This is done so that 'host_arch', 'chromeos', etc are defined as
14    # variables within the outer variables dict here.  This is necessary
15    # to get these variables defined for the conditions within this variables
16    # dict that operate on these variables.
17    'variables': {
18      'variables': {
19        'variables': {
20          'variables': {
21            # Whether we're building a ChromeOS build.
22            'chromeos%': 0,
23
24            # Whether we're building the cast (chromecast) shell
25            'chromecast%': 0,
26
27            # Whether or not we are using the Aura windowing framework.
28            'use_aura%': 0,
29
30            # Whether or not we are building the Ash shell.
31            'use_ash%': 0,
32
33            # Whether or not we are using CRAS, the ChromeOS Audio Server.
34            'use_cras%': 0,
35
36            # Use a raw surface abstraction.
37            'use_ozone%': 0,
38
39            # Configure the build for small devices. See crbug.com/318413
40            'embedded%': 0,
41
42            'conditions': [
43              # Compute the architecture that we're building on.
44              ['OS=="win" or OS=="mac" or OS=="ios"', {
45                'host_arch%': 'ia32',
46              }, {
47                'host_arch%': '<!pymod_do_main(detect_host_arch)',
48              }],
49            ],
50          },
51          # Copy conditionally-set variables out one scope.
52          'chromeos%': '<(chromeos)',
53          'chromecast%': '<(chromecast)',
54          'use_aura%': '<(use_aura)',
55          'use_ash%': '<(use_ash)',
56          'use_cras%': '<(use_cras)',
57          'use_ozone%': '<(use_ozone)',
58          'embedded%': '<(embedded)',
59          'host_arch%': '<(host_arch)',
60
61          # Whether we are using Views Toolkit
62          'toolkit_views%': 0,
63
64          # Use OpenSSL instead of NSS as the underlying SSL and crypto
65          # implementation. Certificate verification will in most cases be
66          # handled by the OS. If OpenSSL's struct X509 is used to represent
67          # certificates, use_openssl_certs must be set.
68          'use_openssl%': 0,
69
70          # Typedef X509Certificate::OSCertHandle to OpenSSL's struct X509*.
71          'use_openssl_certs%': 0,
72
73          # Disable viewport meta tag by default.
74          'enable_viewport%': 0,
75
76          # Enable HiDPI support.
77          'enable_hidpi%': 0,
78
79          # Override buildtype to select the desired build flavor.
80          # Dev - everyday build for development/testing
81          # Official - release build (generally implies additional processing)
82          # TODO(mmoss) Once 'buildtype' is fully supported (e.g. Windows gyp
83          # conversion is done), some of the things which are now controlled by
84          # 'branding', such as symbol generation, will need to be refactored
85          # based on 'buildtype' (i.e. we don't care about saving symbols for
86          # non-Official # builds).
87          'buildtype%': 'Dev',
88
89          # Override branding to select the desired branding flavor.
90          'branding%': 'Chromium',
91
92          'conditions': [
93            # ChromeOS and Windows use Aura and Ash.
94            ['chromeos==1 or OS=="win" or OS=="linux"', {
95              'use_ash%': 1,
96              'use_aura%': 1,
97            }],
98
99            ['chromecast==1', {
100              'embedded%': 1,
101              'use_ozone%': 1,
102            }],
103
104            # Ozone uses Aura.
105            ['use_ozone==1', {
106              'use_aura%': 1,
107            }],
108
109            # Whether we're a traditional desktop unix.
110            ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and chromeos==0', {
111              'desktop_linux%': 1,
112            }, {
113              'desktop_linux%': 0,
114            }],
115
116            # Embedded implies ozone.
117            ['embedded==1', {
118              'use_ozone%': 1,
119            }],
120
121            ['OS=="android"', {
122              'target_arch%': 'arm',
123            }, {
124              # Default architecture we're building for is the architecture we're
125              # building on, and possibly sub-architecture (for iOS builds).
126              'target_arch%': '<(host_arch)',
127            }],
128          ],
129        },
130        # Copy conditionally-set variables out one scope.
131        'chromeos%': '<(chromeos)',
132        'chromecast%': '<(chromecast)',
133        'desktop_linux%': '<(desktop_linux)',
134        'use_aura%': '<(use_aura)',
135        'use_ash%': '<(use_ash)',
136        'use_cras%': '<(use_cras)',
137        'use_ozone%': '<(use_ozone)',
138        'embedded%': '<(embedded)',
139        'use_openssl%': '<(use_openssl)',
140        'use_openssl_certs%': '<(use_openssl_certs)',
141        'enable_viewport%': '<(enable_viewport)',
142        'enable_hidpi%': '<(enable_hidpi)',
143        'buildtype%': '<(buildtype)',
144        'branding%': '<(branding)',
145        'host_arch%': '<(host_arch)',
146        'target_arch%': '<(target_arch)',
147
148        'target_subarch%': '',
149
150        # This is set when building the Android WebView inside the Android
151        # build system, using the 'android' gyp backend. The WebView code is
152        # still built when this is unset, but builds using the normal chromium
153        # build system.
154        'android_webview_build%': 0,
155
156        # This is set when building the Android WebView in ninja for the
157        # telemetry bot.
158        'android_webview_telemetry_build%': 0,
159
160        # Set ARM architecture version.
161        'arm_version%': 7,
162
163        # Use aurax11 for clipboard implementation. This is true on linux_aura.
164        'use_clipboard_aurax11%': 0,
165
166        # goma settings.
167        # 1 to use goma.
168        # If no gomadir is set, it uses the default gomadir.
169        'use_goma%': 0,
170        'gomadir%': '',
171
172        # The system root for cross-compiles. Default: none.
173        'sysroot%': '',
174        'chroot_cmd%': '',
175
176        # The system libdir used for this ABI.
177        'system_libdir%': 'lib',
178
179        'conditions': [
180          # Ash needs Aura.
181          ['use_aura==0', {
182            'use_ash%': 0,
183          }],
184
185          # Set default value of toolkit_views based on OS.
186          ['OS=="win" or chromeos==1 or use_aura==1', {
187            'toolkit_views%': 1,
188          }, {
189            'toolkit_views%': 0,
190          }],
191
192          # Embedded builds use aura without ash or views.
193          ['embedded==1', {
194            'use_aura%': 1,
195            'use_ash%': 0,
196            'toolkit_views%': 0,
197          }],
198
199          # Enable HiDPI on Mac OS, Chrome OS and Windows.
200          ['OS=="mac" or chromeos==1 or OS=="win"', {
201            'enable_hidpi%': 1,
202          }],
203
204          # Enable App Launcher everywhere but mobile.
205          ['OS!="ios" and OS!="android"', {
206            'enable_app_list%': 1,
207          }, {
208            'enable_app_list%': 0,
209          }],
210
211          ['use_aura==1 or (OS!="win" and OS!="mac" and OS!="ios" and OS!="android")', {
212            'use_default_render_theme%': 1,
213          }, {
214            'use_default_render_theme%': 0,
215          }],
216
217          ['use_ozone==1', {
218            'use_ozone_evdev%': 1,
219          }, {
220            'use_ozone_evdev%': 0,
221          }],
222
223          # Set default gomadir.
224          ['OS=="win"', {
225            'gomadir': 'c:\\goma\\goma-win',
226          }, {
227            'gomadir': '<!(/bin/echo -n ${HOME}/goma)',
228          }],
229
230          # Set the default "target_subarch" on iOS. Valid values are "arm32",
231          # "arm64" and "both" (meaning a fat binary).
232          #
233          # TODO(sdefresne): change the default from "arm32" to "both" for
234          # "target_subarch" once http://crbug.com/339477 is fixed.
235          #
236          # TODO(sdefresne): set the "target_arch" to "arm" once compilation
237          # of skia has been fixed for simulator. http://crbug.com/342377
238          ['OS=="ios"', {
239            'target_subarch%': 'arm32',
240          }],
241        ],
242      },
243
244      # Copy conditionally-set variables out one scope.
245      'chromeos%': '<(chromeos)',
246      'chromecast%': '<(chromecast)',
247      'host_arch%': '<(host_arch)',
248      'target_arch%': '<(target_arch)',
249      'target_subarch%': '<(target_subarch)',
250      'toolkit_views%': '<(toolkit_views)',
251      'desktop_linux%': '<(desktop_linux)',
252      'use_aura%': '<(use_aura)',
253      'use_ash%': '<(use_ash)',
254      'use_cras%': '<(use_cras)',
255      'use_ozone%': '<(use_ozone)',
256      'use_ozone_evdev%': '<(use_ozone_evdev)',
257      'use_clipboard_aurax11%': '<(use_clipboard_aurax11)',
258      'embedded%': '<(embedded)',
259      'use_openssl%': '<(use_openssl)',
260      'use_openssl_certs%': '<(use_openssl_certs)',
261      'enable_viewport%': '<(enable_viewport)',
262      'enable_hidpi%': '<(enable_hidpi)',
263      'android_webview_build%': '<(android_webview_build)',
264      'android_webview_telemetry_build%': '<(android_webview_telemetry_build)',
265      'use_goma%': '<(use_goma)',
266      'gomadir%': '<(gomadir)',
267      'enable_app_list%': '<(enable_app_list)',
268      'use_default_render_theme%': '<(use_default_render_theme)',
269      'buildtype%': '<(buildtype)',
270      'branding%': '<(branding)',
271      'arm_version%': '<(arm_version)',
272      'sysroot%': '<(sysroot)',
273      'chroot_cmd%': '<(chroot_cmd)',
274      'system_libdir%': '<(system_libdir)',
275
276      # Set to 1 to enable fast builds. Set to 2 for even faster builds
277      # (it disables debug info for fastest compilation - only for use
278      # on compile-only bots).
279      'fastbuild%': 0,
280
281      # Set to 1 to not store any build metadata (this isn't working yet but
282      # this flag will help us to get there). See http://crbug.com/314403.
283      # TODO(sebmarchand): Update this comment once this flag guarantee that
284      #     there's no build metadata in the build artifacts.
285      'dont_embed_build_metadata%': 0,
286
287      # Set to 1 to force Visual C++ to use legacy debug information format /Z7.
288      # This is useful for parallel compilation tools which can't support /Zi.
289      # Only used on Windows.
290      'win_z7%' : 0,
291
292      # Set to 1 to enable dcheck in release.
293      'dcheck_always_on%': 0,
294
295      # Set to 1 to make a build that disables unshipped tracing events.
296      # Note: this setting is ignored if buildtype=="Official".
297      'tracing_like_official_build%': 0,
298
299      # Disable image loader component extension by default.
300      'image_loader_extension%': 0,
301
302      # Set NEON compilation flags.
303      'arm_neon%': 1,
304
305      # Detect NEON support at run-time.
306      'arm_neon_optional%': 0,
307
308      # Use libjpeg-turbo as the JPEG codec used by Chromium.
309      'use_libjpeg_turbo%': 1,
310
311      # Use system libjpeg. Note that the system's libjepg will be used even if
312      # use_libjpeg_turbo is set.
313      'use_system_libjpeg%': 0,
314
315      # By default, component is set to static_library and it can be overriden
316      # by the GYP command line or by ~/.gyp/include.gypi.
317      'component%': 'static_library',
318
319      # Set to select the Title Case versions of strings in GRD files.
320      'use_titlecase_in_grd_files%': 0,
321
322      # Use translations provided by volunteers at launchpad.net.  This
323      # currently only works on Linux.
324      'use_third_party_translations%': 0,
325
326      # Remoting compilation is enabled by default. Set to 0 to disable.
327      'remoting%': 1,
328
329      # Configuration policy is enabled by default. Set to 0 to disable.
330      'configuration_policy%': 1,
331
332      # Variable safe_browsing is used to control the build time configuration
333      # for safe browsing feature. Safe browsing can be compiled in 3 different
334      # levels: 0 disables it, 1 enables it fully, and 2 enables only UI and
335      # reporting features without enabling phishing and malware detection. This
336      # is useful to integrate a third party phishing/malware detection to
337      # existing safe browsing logic.
338      'safe_browsing%': 1,
339
340      # Web speech is enabled by default. Set to 0 to disable.
341      'enable_web_speech%': 1,
342
343      # Notifications are compiled in by default. Set to 0 to disable.
344      'notifications%' : 1,
345
346      # Use dsymutil to generate real .dSYM files on Mac. The default is 0 for
347      # regular builds and 1 for ASan builds.
348      'mac_want_real_dsym%': 'default',
349
350      # If this is set, the clang plugins used on the buildbot will be used.
351      # Run tools/clang/scripts/update.sh to make sure they are compiled.
352      # This causes 'clang_chrome_plugins_flags' to be set.
353      # Has no effect if 'clang' is not set as well.
354      'clang_use_chrome_plugins%': 1,
355
356      # Enable building with ASAN (Clang's -fsanitize=address option).
357      # -fsanitize=address only works with clang, but asan=1 implies clang=1
358      # See https://sites.google.com/a/chromium.org/dev/developers/testing/addresssanitizer
359      'asan%': 0,
360      # Enable coverage gathering instrumentation in ASan. This flag also
361      # controls coverage granularity (1 for function-level coverage, 2 for
362      # block-level coverage).
363      'asan_coverage%': 0,
364
365      # Enable Chromium overrides of the default configurations for various
366      # dynamic tools (like ASan).
367      'use_sanitizer_options%': 1,
368
369      # Enable building with SyzyAsan.
370      # See https://code.google.com/p/sawbuck/wiki/SyzyASanHowTo
371      'syzyasan%': 0,
372
373      # Enable building with LSan (Clang's -fsanitize=leak option).
374      # -fsanitize=leak only works with clang, but lsan=1 implies clang=1
375      # See https://sites.google.com/a/chromium.org/dev/developers/testing/leaksanitizer
376      'lsan%': 0,
377
378      # Enable building with TSan (Clang's -fsanitize=thread option).
379      # -fsanitize=thread only works with clang, but tsan=1 implies clang=1
380      # See http://clang.llvm.org/docs/ThreadSanitizer.html
381      'tsan%': 0,
382      'tsan_blacklist%': '<(PRODUCT_DIR)/../../tools/memory/tsan_v2/ignores.txt',
383
384      # Enable building with MSan (Clang's -fsanitize=memory option).
385      # MemorySanitizer only works with clang, but msan=1 implies clang=1
386      # See http://clang.llvm.org/docs/MemorySanitizer.html
387      'msan%': 0,
388      'msan_blacklist%': '<(PRODUCT_DIR)/../../tools/msan/blacklist.txt',
389      # Track where uninitialized memory originates from. From fastest to
390      # slowest: 0 - no tracking, 1 - track only the initial allocation site, 2
391      # - track the chain of stores leading from allocation site to use site.
392      'msan_track_origins%': 1,
393
394      # Enable building with UBSan (Clang's -fsanitize=undefined option).
395      # -fsanitize=undefined only works with clang, but ubsan=1 implies clang=1
396      # See http://clang.llvm.org/docs/UsersManual.html
397      'ubsan%': 0,
398
399      # Enable building with UBsan's vptr (Clang's -fsanitize=vptr option).
400      # -fsanitize=vptr only works with clang, but ubsan_vptr=1 implies clang=1
401      'ubsan_vptr%': 0,
402      'ubsan_vptr_blacklist%': '<(PRODUCT_DIR)/../../tools/ubsan_vptr/blacklist.txt',
403
404      # Use the dynamic libraries instrumented by one of the sanitizers
405      # instead of the standard system libraries.
406      'use_instrumented_libraries%': 0,
407
408      # Use libc++ (third_party/libc++ and third_party/libc++abi) instead of
409      # stdlibc++ as standard library. This is intended to use for instrumented
410      # builds.
411      'use_custom_libcxx%': 0,
412
413      # Use system libc++ instead of the default C++ library, usually libstdc++.
414      # This is intended for iOS builds only.
415      'use_system_libcxx%': 0,
416
417      # Use a modified version of Clang to intercept allocated types and sizes
418      # for allocated objects. clang_type_profiler=1 implies clang=1.
419      # See http://dev.chromium.org/developers/deep-memory-profiler/cpp-object-type-identifier
420      # TODO(dmikurube): Support mac.  See http://crbug.com/123758#c11
421      'clang_type_profiler%': 0,
422
423      # Set to true to instrument the code with function call logger.
424      # See src/third_party/cygprofile/cyg-profile.cc for details.
425      'order_profiling%': 0,
426
427      # Use the provided profiled order file to link Chrome image with it.
428      # This makes Chrome faster by better using CPU cache when executing code.
429      # This is known as PGO (profile guided optimization).
430      # See https://sites.google.com/a/google.com/chrome-msk/dev/boot-speed-up-effort
431      'order_text_section%' : "",
432
433      # Set to 1 compile with -fPIC cflag on linux. This is a must for shared
434      # libraries on linux x86-64 and arm, plus ASLR.
435      'linux_fpic%': 1,
436
437      # Whether one-click signin is enabled or not.
438      'enable_one_click_signin%': 0,
439
440      # Whether to back up data before sync.
441      'enable_pre_sync_backup%': 0,
442
443      # Enable Chrome browser extensions
444      'enable_extensions%': 1,
445
446      # Enable Google Now.
447      'enable_google_now%': 1,
448
449      # Enable printing support and UI. This variable is used to configure
450      # which parts of printing will be built. 0 disables printing completely,
451      # 1 enables it fully, and 2 enables only the codepath to generate a
452      # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud
453      # print, UI, etc.
454      'enable_printing%': 1,
455
456      # Windows prints using a PDF as the metafile from the renderer.
457      'win_pdf_metafile_for_printing%': 1,
458
459      # Set the version of CLD.
460      #   0: Don't specify the version. This option is for the Finch testing.
461      #   1: Use only CLD1.
462      #   2: Use only CLD2.
463      'cld_version%': 2,
464
465      # For CLD2, the size of the tables that should be included in the build
466      # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data
467      # tool explicitly.
468      # See third_party/cld_2/cld_2.gyp for more information.
469      #   0: Small tables, lower accuracy
470      #   1: Medium tables, medium accuracy
471      #   2: Large tables, high accuracy
472      'cld2_table_size%': 2,
473
474      # The data acquisition mode for CLD2. Possible values are:
475      #   static:     CLD2 data is statically linked to the executable.
476      #   standalone: CLD2 data is provided in a standalone file that is
477      #               bundled with the executable.
478      #   component:  CLD2 data is provided as a Chrome "component" and is
479      #               downloaded via the component updater.
480      #
481      # For more information on switching the CLD2 data source, see:
482      #   https://sites.google.com/a/chromium.org/dev/developers/how-tos/compact-language-detector-cld-data-source-configuration
483      #
484      # This string will be exposed in chrome://translate-internals under the
485      # heading "CLD Data Source". This allows easy determination of which
486      # data source the browser was built with.
487      'cld2_data_source%': 'static',
488
489      # Enable spell checker.
490      'enable_spellcheck%': 1,
491
492      # Webrtc compilation is enabled by default. Set to 0 to disable.
493      'enable_webrtc%': 1,
494
495      # Enables use of the session service, which is enabled by default.
496      # Support for disabling depends on the platform.
497      'enable_session_service%': 1,
498
499      # Enables theme support, which is enabled by default.  Support for
500      # disabling depends on the platform.
501      'enable_themes%': 1,
502
503      # Enables autofill dialog and associated features; disabled by default.
504      'enable_autofill_dialog%' : 0,
505
506      # Defaults Wallet integration in Autofill dialog to use production
507      # servers. Unofficial builds won't have the proper API keys.
508      'enable_prod_wallet_service%': 0,
509
510      # Enables support for background apps.
511      'enable_background%': 1,
512
513      # Enable the task manager by default.
514      'enable_task_manager%': 1,
515
516      # Enables used resource whitelist generation; disabled by default.
517      'enable_resource_whitelist_generation%': 0,
518
519      # Enable FILE support by default.
520      'disable_file_support%': 0,
521
522      # Enable FTP support by default.
523      'disable_ftp_support%': 0,
524
525      # Use native android functions in place of ICU.  Not supported by most
526      # components.
527      'use_icu_alternatives_on_android%': 0,
528
529      # XInput2 multitouch support is enabled by default (use_xi2_mt=2).
530      # Setting to zero value disables XI2 MT. When XI2 MT is enabled,
531      # the input value also defines the required XI2 minor minimum version.
532      # For example, use_xi2_mt=2 means XI2.2 or above version is required.
533      'use_xi2_mt%': 2,
534
535      # Use of precompiled headers on Windows.
536      #
537      # This variable may be explicitly set to 1 (enabled) or 0
538      # (disabled) in ~/.gyp/include.gypi or via the GYP command line.
539      # This setting will override the default.
540      #
541      # See
542      # http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders
543      # for details.
544      'chromium_win_pch%': 0,
545
546      # Clang stuff.
547      'make_clang_dir%': 'third_party/llvm-build/Release+Asserts',
548      # Set this to true when building with Clang.
549      # See http://code.google.com/p/chromium/wiki/Clang for details.
550      # If this is set, clang is used as both host and target compiler in
551      # cross-compile builds.
552      'clang%': 0,
553
554      # Enable plug-in installation by default.
555      'enable_plugin_installation%': 1,
556
557      # Specifies whether to use canvas_skia.cc in place of platform
558      # specific implementations of gfx::Canvas. Affects text drawing in the
559      # Chrome UI.
560      # TODO(asvitkine): Enable this on all platforms and delete this flag.
561      #                  http://crbug.com/105550
562      'use_canvas_skia%': 0,
563
564      # Set to "tsan", "memcheck", or "drmemory" to configure the build to work
565      # with one of those tools.
566      'build_for_tool%': '',
567
568      # If no directory is specified then a temporary directory will be used.
569      'test_isolation_outdir%': '',
570      # True if isolate should fail if the isolate files refer to files
571      # that are missing.
572      'test_isolation_fail_on_missing': 0,
573
574      'wix_path%': '<(DEPTH)/third_party/wix',
575
576      # Managed users are enabled by default.
577      'enable_managed_users%': 1,
578
579      # Platform natively supports discardable memory.
580      'native_discardable_memory%': 0,
581
582      # Platform sends memory pressure signals natively.
583      'native_memory_pressure_signals%': 0,
584
585      'data_reduction_fallback_host%' : '',
586      'data_reduction_dev_host%' : '',
587      'spdy_proxy_auth_origin%' : '',
588      'spdy_proxy_auth_property%' : '',
589      'spdy_proxy_auth_value%' : '',
590      'data_reduction_proxy_probe_url%' : '',
591      'data_reduction_proxy_warmup_url%' : '',
592      'data_reduction_proxy_ssl_origin%' : '',
593      'data_reduction_proxy_alt_origin%' : '',
594      'data_reduction_proxy_alt_fallback_origin%' : '',
595      'enable_mdns%' : 0,
596      'enable_service_discovery%': 0,
597      'enable_wifi_bootstrapping%': 0,
598      'enable_hangout_services_extension%': 0,
599
600       # Enable the Syzygy optimization step.
601      'syzygy_optimize%': 0,
602
603      # Enable hole punching for the protected video.
604      'video_hole%': 0,
605
606      # Automatically select platforms under ozone. Turn this off to
607      # build only explicitly selected platforms.
608      'ozone_auto_platforms%': 1,
609
610      'conditions': [
611        ['android_webview_build==0', {
612          # If this is set clang is used as host compiler, but not as target
613          # compiler. Always do this by default, except when building for AOSP.
614          'host_clang%': 1,
615        }, {
616          # See http://crbug.com/377684
617          'host_clang%': 0,
618        }],
619        # A flag for POSIX platforms
620        ['OS=="win"', {
621          'os_posix%': 0,
622        }, {
623          'os_posix%': 1,
624        }],
625
626        # A flag for BSD platforms
627        ['OS=="freebsd" or OS=="openbsd"', {
628          'os_bsd%': 1,
629        }, {
630          'os_bsd%': 0,
631        }],
632
633        # NSS usage.
634        ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and use_openssl==0', {
635          'use_nss%': 1,
636        }, {
637          'use_nss%': 0,
638        }],
639
640        # When OpenSSL is used for SSL and crypto on Unix-like systems, use
641        # OpenSSL's certificate definition.
642        ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and use_openssl==1', {
643          'use_openssl_certs%': 1,
644        }, {
645          'use_openssl_certs%': 0,
646        }],
647
648        # libudev usage.  This currently only affects the content layer.
649        ['OS=="linux" and embedded==0', {
650          'use_udev%': 1,
651        }, {
652          'use_udev%': 0,
653        }],
654
655        # Flags to use X11 on non-Mac POSIX platforms.
656        ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android" or use_ozone==1', {
657          'use_x11%': 0,
658        }, {
659          'use_x11%': 1,
660        }],
661
662        # Flags to use glib.
663        ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android" or use_ozone==1', {
664          'use_glib%': 0,
665        }, {
666          'use_glib%': 1,
667        }],
668
669        # Flags to use pango and cairo.
670        ['OS=="win" or OS=="mac" or OS=="ios" or OS=="android" or embedded==1', {
671          'use_pango%': 0,
672          'use_cairo%': 0,
673        }, {
674          'use_pango%': 1,
675          'use_cairo%': 1,
676        }],
677
678        # DBus usage.
679        ['OS=="linux" and embedded==0', {
680          'use_dbus%': 1,
681        }, {
682          'use_dbus%': 0,
683        }],
684
685        # We always use skia text rendering in Aura on Windows, since GDI
686        # doesn't agree with our BackingStore.
687        # TODO(beng): remove once skia text rendering is on by default.
688        ['use_aura==1 and OS=="win"', {
689          'enable_skia_text%': 1,
690        }],
691
692        # A flag to enable or disable our compile-time dependency
693        # on gnome-keyring. If that dependency is disabled, no gnome-keyring
694        # support will be available. This option is useful
695        # for Linux distributions and for Aura.
696        ['OS!="linux" or chromeos==1', {
697          'use_gnome_keyring%': 0,
698        }, {
699          'use_gnome_keyring%': 1,
700        }],
701
702        ['OS=="mac" or OS=="ios"', {
703          # Mac and iOS want Title Case strings
704          'use_titlecase_in_grd_files%': 1,
705        }],
706
707        # Enable loader extensions on Chrome OS.
708        ['chromeos==1', {
709          'image_loader_extension%': 1,
710        }, {
711          'image_loader_extension%': 0,
712        }],
713
714        ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', {
715          'enable_one_click_signin%': 1,
716          'enable_pre_sync_backup%': 1,
717        }],
718
719        ['OS=="android"', {
720          'enable_extensions%': 0,
721          'enable_google_now%': 0,
722          'cld_version%': 1,
723          'enable_spellcheck%': 0,
724          'enable_themes%': 0,
725          'remoting%': 0,
726          'arm_neon%': 0,
727          'arm_neon_optional%': 1,
728          'native_discardable_memory%': 1,
729          'native_memory_pressure_signals%': 1,
730          'enable_printing%': 2,
731          'enable_task_manager%':0,
732           # Set to 1 once we have a notification system for Android.
733           # http://crbug.com/115320
734          'notifications%': 0,
735          'video_hole%': 1,
736        }],
737
738        # Android OS includes support for proprietary codecs regardless of
739        # building Chromium or Google Chrome. We also ship Google Chrome and
740        # Chromecast with proprietary codecs.
741        ['OS=="android" or branding=="Chrome" or chromecast==1', {
742          'proprietary_codecs%': 1,
743        }, {
744          'proprietary_codecs%': 0,
745        }],
746
747        ['OS=="mac" or OS=="ios"', {
748          'native_discardable_memory%': 1,
749          'native_memory_pressure_signals%': 1,
750        }],
751
752        # Enable autofill dialog for Android, Mac and Views-enabled platforms.
753        ['toolkit_views==1 or (OS=="android" and android_webview_build==0) or OS=="mac"', {
754          'enable_autofill_dialog%': 1,
755
756          'conditions': [
757            ['buildtype=="Official"', {
758              'enable_prod_wallet_service%': 1,
759            }],
760          ]
761        }],
762
763        ['OS=="android"', {
764          'enable_webrtc%': 1,
765        }],
766
767        ['OS=="ios"', {
768          'disable_ftp_support%': 1,
769          'enable_extensions%': 0,
770          'enable_google_now%': 0,
771          'cld_version%': 1,
772          'enable_printing%': 0,
773          'enable_session_service%': 0,
774          'enable_themes%': 0,
775          'enable_webrtc%': 0,
776          'notifications%': 0,
777          'remoting%': 0,
778          'safe_browsing%': 0,
779          'enable_managed_users%': 0,
780          'enable_task_manager%': 0,
781        }],
782
783        # Use GPU accelerated cross process image transport by default
784        # on linux builds with the Aura window manager
785        ['use_aura==1 and OS=="linux"', {
786          'ui_compositor_image_transport%': 1,
787        }, {
788          'ui_compositor_image_transport%': 0,
789        }],
790
791        # Turn precompiled headers on by default.
792        ['OS=="win" and buildtype!="Official"', {
793          'chromium_win_pch%': 1
794        }],
795
796        ['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', {
797          'enable_plugin_installation%': 0,
798        }, {
799          'enable_plugin_installation%': 1,
800        }],
801
802        # Whether PPAPI is enabled.
803        ['OS=="android" or OS=="ios" or embedded==1', {
804          'enable_plugins%': 0,
805        }, {
806          'enable_plugins%': 1,
807        }],
808
809        # linux_use_bundled_gold: whether to use the gold linker binary checked
810        # into third_party/binutils.  Force this off via GYP_DEFINES when you
811        # are using a custom toolchain and need to control -B in ldflags.
812        # Do not use 32-bit gold on 32-bit hosts as it runs out address space
813        # for component=static_library builds.
814        ['OS=="linux" and (target_arch=="x64" or target_arch=="arm")', {
815          'linux_use_bundled_gold%': 1,
816        }, {
817          'linux_use_bundled_gold%': 0,
818        }],
819
820        # linux_use_bundled_binutils: whether to use the binary binutils
821        # checked into third_party/binutils.  These are not multi-arch so cannot
822        # be used except on x86 and x86-64 (the only two architectures which
823        # are currently checke in).  Force this off via GYP_DEFINES when you
824        # are using a custom toolchain and need to control -B in cflags.
825        ['OS=="linux" and (target_arch=="x64")', {
826          'linux_use_bundled_binutils%': 1,
827        }, {
828          'linux_use_bundled_binutils%': 0,
829        }],
830
831        # linux_use_gold_flags: whether to use build flags that rely on gold.
832        # On by default for x64 Linux.
833        ['OS=="linux" and target_arch=="x64"', {
834          'linux_use_gold_flags%': 1,
835        }, {
836          'linux_use_gold_flags%': 0,
837        }],
838
839        # linux_use_debug_fission: whether to use split DWARF debug info
840        # files. This can reduce link time significantly, but is incompatible
841        # with some utilities such as icecc and ccache. Requires gold and
842        # gcc >= 4.8 or clang.
843        # http://gcc.gnu.org/wiki/DebugFission
844        ['OS=="linux" and target_arch=="x64"', {
845          'linux_use_debug_fission%': 1,
846        }, {
847          'linux_use_debug_fission%': 0,
848        }],
849
850        ['OS=="android" or OS=="ios"', {
851          'enable_captive_portal_detection%': 0,
852        }, {
853          'enable_captive_portal_detection%': 1,
854        }],
855
856        # Enable Skia UI text drawing incrementally on different platforms.
857        # http://crbug.com/105550
858        #
859        # On Aura, this allows per-tile painting to be used in the browser
860        # compositor.
861        ['OS!="android"', {
862          'use_canvas_skia%': 1,
863        }],
864
865        ['chromeos==1', {
866          # When building for ChromeOS we dont want Chromium to use libjpeg_turbo.
867          'use_libjpeg_turbo%': 0,
868        }],
869
870        ['OS=="android"', {
871          # When building as part of the Android system, use system libraries
872          # where possible to reduce ROM size.
873          'use_system_libjpeg%': '<(android_webview_build)',
874        }],
875
876        # Do not enable the Settings App on ChromeOS.
877        ['enable_app_list==1 and chromeos==0', {
878          'enable_settings_app%': 1,
879        }, {
880          'enable_settings_app%': 0,
881        }],
882
883        ['OS=="linux" and target_arch=="arm" and chromeos==0', {
884          # Set some defaults for arm/linux chrome builds
885          'use_allocator%': 'none',
886          # sysroot needs to be an absolute path otherwise it generates
887          # incorrect results when passed to pkg-config
888          'sysroot%': '<!(cd <(DEPTH) && pwd -P)/arm-sysroot',
889        }], # OS=="linux" and target_arch=="arm" and chromeos==0
890
891        ['OS=="linux" and branding=="Chrome" and buildtype=="Official" and chromeos==0', {
892          'conditions': [
893            ['target_arch=="x64"', {
894              'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_amd64-sysroot',
895            }],
896            ['target_arch=="ia32"', {
897              'sysroot%': '<!(cd <(DEPTH) && pwd -P)/chrome/installer/linux/debian_wheezy_i386-sysroot',
898            }],
899        ],
900        }], # OS=="linux" and branding=="Chrome" and buildtype=="Official" and chromeos==0
901
902        ['OS=="linux" and target_arch=="mipsel"', {
903          'sysroot%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/sysroot',
904          'CXX%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/bin/mipsel-linux-gnu-gcc',
905        }],
906
907        # Whether tests targets should be run, archived or just have the
908        # dependencies verified. All the tests targets have the '_run' suffix,
909        # e.g. base_unittests_run runs the target base_unittests. The test
910        # target always calls tools/swarming_client/isolate.py. See the script's
911        # --help for more information and the valid --mode values. Meant to be
912        # overriden with GYP_DEFINES.
913        # TODO(maruel): Remove the conditions as more configurations are
914        # supported.
915        # NOTE: The check for disable_nacl==0 and component=="static_library"
916        # can't be used here because these variables are not defined yet, but it
917        # is still not supported.
918        ['OS!="ios" and OS!="android" and chromeos==0', {
919          'test_isolation_mode%': 'check',
920        }, {
921          'test_isolation_mode%': 'noop',
922        }],
923        # Whether Android build uses OpenMAX DL FFT.
924        ['OS=="android" and ((target_arch=="arm" and arm_version >= 7) or target_arch=="ia32" or target_arch=="x64" or target_arch=="arm64" or target_arch=="mipsel")', {
925          # Currently only supported on Android ARMv7+, ARM64, ia32, x64 and mipsel.
926          # When enabled, this will also enable WebAudio support on
927          # Android for these architectures.  Default is enabled.  Whether
928          # WebAudio is actually available depends on runtime settings
929          # and flags.
930          'use_openmax_dl_fft%': 1,
931        }, {
932          'use_openmax_dl_fft%': 0,
933        }],
934        ['OS=="win" or OS=="linux"', {
935            'enable_mdns%' : 1,
936        }],
937
938        # Turns on compiler optimizations in V8 in Debug build, except
939        # on android_clang, where we're hitting a weird linker error.
940        # TODO(dpranke): http://crbug.com/266155 .
941        ['OS=="android"', {
942          'v8_optimized_debug%': 1,
943        }, {
944          'v8_optimized_debug%': 2,
945        }],
946
947        # Disable various features by default on embedded.
948        ['embedded==1', {
949          'remoting%': 0,
950          'enable_printing%': 0,
951        }],
952
953        # By default, use ICU data file (icudtl.dat) on all platforms
954        # except when building Android WebView or Chromecast.
955        # TODO(jshin): Handle 'use_system_icu' on Linux (Chromium).
956        # Set the data reduction proxy origin for Android Webview.
957        ['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0', {
958          'icu_use_data_file_flag%' : 1,
959          'spdy_proxy_auth_origin%': '',
960          'data_reduction_proxy_probe_url%': '',
961          'data_reduction_proxy_warmup_url%': '',
962          'data_reduction_dev_host%': '',
963          'data_reduction_fallback_host%': '',
964        }, {
965          'icu_use_data_file_flag%' : 0,
966          'spdy_proxy_auth_origin%': 'https://proxy.googlezip.net:443/',
967          'data_reduction_proxy_probe_url%': 'http://check.googlezip.net/connect',
968          'data_reduction_proxy_warmup_url%': 'http://www.gstatic.com/generate_204',
969          'data_reduction_dev_host%': 'http://proxy-dev.googlezip.net:80/',
970          'data_reduction_fallback_host%': 'http://compress.googlezip.net:80/',
971        }],
972        ['OS=="win" or OS=="mac"', {
973            'enable_wifi_bootstrapping%' : 1,
974        }],
975
976        # Path to sas.dll, which provides the SendSAS function.
977        # http://msdn.microsoft.com/en-us/library/windows/desktop/dd979761(v=vs.85).aspx
978        ['target_arch=="x64"', {
979          'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/amd64',
980        }, {
981          'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x86',
982        }],
983      ],
984
985      # Set this to 1 to enable use of concatenated impulse responses
986      # for the HRTF panner in WebAudio.
987      'use_concatenated_impulse_responses': 1,
988
989      # You can set the variable 'use_official_google_api_keys' to 1
990      # to use the Google-internal file containing official API keys
991      # for Google Chrome even in a developer build.  Setting this
992      # variable explicitly to 1 will cause your build to fail if the
993      # internal file is missing.
994      #
995      # The variable is documented here, but not handled in this file;
996      # see //google_apis/determine_use_official_keys.gypi for the
997      # implementation.
998      #
999      # Set the variable to 0 to not use the internal file, even when
1000      # it exists in your checkout.
1001      #
1002      # Leave it unset in your include.gypi to have the variable
1003      # implicitly set to 1 if you have
1004      # src/google_apis/internal/google_chrome_api_keys.h in your
1005      # checkout, and implicitly set to 0 if not.
1006      #
1007      # Note that official builds always behave as if the variable
1008      # was explicitly set to 1, i.e. they always use official keys,
1009      # and will fail to build if the internal file is missing.
1010      #
1011      # NOTE: You MUST NOT explicitly set the variable to 2 in your
1012      # include.gypi or by other means. Due to subtleties of GYP, this
1013      # is not the same as leaving the variable unset, even though its
1014      # default value in
1015      # //google_apis/determine_use_official_keys.gypi is 2.
1016
1017      # Set these to bake the specified API keys and OAuth client
1018      # IDs/secrets into your build.
1019      #
1020      # If you create a build without values baked in, you can instead
1021      # set environment variables to provide the keys at runtime (see
1022      # src/google_apis/google_api_keys.h for details).  Features that
1023      # require server-side APIs may fail to work if no keys are
1024      # provided.
1025      #
1026      # Note that if you are building an official build or if
1027      # use_official_google_api_keys has been set to 1 (explicitly or
1028      # implicitly), these values will be ignored and the official
1029      # keys will be used instead.
1030      'google_api_key%': '',
1031      'google_default_client_id%': '',
1032      'google_default_client_secret%': '',
1033      # Native Client is enabled by default.
1034      'disable_nacl%': '0',
1035    },
1036
1037    # Copy conditionally-set variables out one scope.
1038    'branding%': '<(branding)',
1039    'buildtype%': '<(buildtype)',
1040    'target_arch%': '<(target_arch)',
1041    'target_subarch%': '<(target_subarch)',
1042    'host_arch%': '<(host_arch)',
1043    'toolkit_views%': '<(toolkit_views)',
1044    'ui_compositor_image_transport%': '<(ui_compositor_image_transport)',
1045    'use_aura%': '<(use_aura)',
1046    'use_ash%': '<(use_ash)',
1047    'use_cras%': '<(use_cras)',
1048    'use_openssl%': '<(use_openssl)',
1049    'use_openssl_certs%': '<(use_openssl_certs)',
1050    'use_nss%': '<(use_nss)',
1051    'use_udev%': '<(use_udev)',
1052    'os_bsd%': '<(os_bsd)',
1053    'os_posix%': '<(os_posix)',
1054    'use_dbus%': '<(use_dbus)',
1055    'use_glib%': '<(use_glib)',
1056    'use_pango%': '<(use_pango)',
1057    'use_cairo%': '<(use_cairo)',
1058    'use_ozone%': '<(use_ozone)',
1059    'use_ozone_evdev%': '<(use_ozone_evdev)',
1060    'use_clipboard_aurax11%': '<(use_clipboard_aurax11)',
1061    'desktop_linux%': '<(desktop_linux)',
1062    'use_x11%': '<(use_x11)',
1063    'use_gnome_keyring%': '<(use_gnome_keyring)',
1064    'linux_fpic%': '<(linux_fpic)',
1065    'chromeos%': '<(chromeos)',
1066    'chromecast%': '<(chromecast)',
1067    'enable_viewport%': '<(enable_viewport)',
1068    'enable_hidpi%': '<(enable_hidpi)',
1069    'use_xi2_mt%':'<(use_xi2_mt)',
1070    'image_loader_extension%': '<(image_loader_extension)',
1071    'fastbuild%': '<(fastbuild)',
1072    'dont_embed_build_metadata%': '<(dont_embed_build_metadata)',
1073    'win_z7%': '<(win_z7)',
1074    'dcheck_always_on%': '<(dcheck_always_on)',
1075    'tracing_like_official_build%': '<(tracing_like_official_build)',
1076    'arm_version%': '<(arm_version)',
1077    'arm_neon%': '<(arm_neon)',
1078    'arm_neon_optional%': '<(arm_neon_optional)',
1079    'sysroot%': '<(sysroot)',
1080    'chroot_cmd%': '<(chroot_cmd)',
1081    'system_libdir%': '<(system_libdir)',
1082    'component%': '<(component)',
1083    'enable_resource_whitelist_generation%': '<(enable_resource_whitelist_generation)',
1084    'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)',
1085    'use_third_party_translations%': '<(use_third_party_translations)',
1086    'remoting%': '<(remoting)',
1087    'enable_one_click_signin%': '<(enable_one_click_signin)',
1088    'enable_pre_sync_backup%': '<(enable_pre_sync_backup)',
1089    'enable_webrtc%': '<(enable_webrtc)',
1090    'chromium_win_pch%': '<(chromium_win_pch)',
1091    'configuration_policy%': '<(configuration_policy)',
1092    'safe_browsing%': '<(safe_browsing)',
1093    'enable_web_speech%': '<(enable_web_speech)',
1094    'notifications%': '<(notifications)',
1095    'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
1096    'mac_want_real_dsym%': '<(mac_want_real_dsym)',
1097    'asan%': '<(asan)',
1098    'asan_coverage%': '<(asan_coverage)',
1099    'use_sanitizer_options%': '<(use_sanitizer_options)',
1100    'syzyasan%': '<(syzyasan)',
1101    'syzygy_optimize%': '<(syzygy_optimize)',
1102    'lsan%': '<(lsan)',
1103    'msan%': '<(msan)',
1104    'msan_blacklist%': '<(msan_blacklist)',
1105    'msan_track_origins%': '<(msan_track_origins)',
1106    'tsan%': '<(tsan)',
1107    'tsan_blacklist%': '<(tsan_blacklist)',
1108    'ubsan%': '<(ubsan)',
1109    'ubsan_vptr%': '<(ubsan_vptr)',
1110    'ubsan_vptr_blacklist%': '<(ubsan_vptr_blacklist)',
1111    'use_instrumented_libraries%': '<(use_instrumented_libraries)',
1112    'use_custom_libcxx%': '<(use_custom_libcxx)',
1113    'use_system_libcxx%': '<(use_system_libcxx)',
1114    'clang_type_profiler%': '<(clang_type_profiler)',
1115    'order_profiling%': '<(order_profiling)',
1116    'order_text_section%': '<(order_text_section)',
1117    'enable_extensions%': '<(enable_extensions)',
1118    'enable_plugin_installation%': '<(enable_plugin_installation)',
1119    'enable_plugins%': '<(enable_plugins)',
1120    'enable_session_service%': '<(enable_session_service)',
1121    'enable_themes%': '<(enable_themes)',
1122    'enable_autofill_dialog%': '<(enable_autofill_dialog)',
1123    'enable_prod_wallet_service%': '<(enable_prod_wallet_service)',
1124    'enable_background%': '<(enable_background)',
1125    'linux_use_bundled_gold%': '<(linux_use_bundled_gold)',
1126    'linux_use_bundled_binutils%': '<(linux_use_bundled_binutils)',
1127    'linux_use_gold_flags%': '<(linux_use_gold_flags)',
1128    'linux_use_debug_fission%': '<(linux_use_debug_fission)',
1129    'use_canvas_skia%': '<(use_canvas_skia)',
1130    'test_isolation_mode%': '<(test_isolation_mode)',
1131    'test_isolation_outdir%': '<(test_isolation_outdir)',
1132    'test_isolation_fail_on_missing': '<(test_isolation_fail_on_missing)',
1133    'enable_printing%': '<(enable_printing)',
1134    'win_pdf_metafile_for_printing%': '<(win_pdf_metafile_for_printing)',
1135    'enable_spellcheck%': '<(enable_spellcheck)',
1136    'enable_google_now%': '<(enable_google_now)',
1137    'cld_version%': '<(cld_version)',
1138    'cld2_table_size%': '<(cld2_table_size)',
1139    'cld2_data_source%': '<(cld2_data_source)',
1140    'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1141    'disable_file_support%': '<(disable_file_support)',
1142    'disable_ftp_support%': '<(disable_ftp_support)',
1143    'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)',
1144    'enable_task_manager%': '<(enable_task_manager)',
1145    'sas_dll_path%': '<(sas_dll_path)',
1146    'wix_path%': '<(wix_path)',
1147    'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
1148    'use_system_libjpeg%': '<(use_system_libjpeg)',
1149    'android_webview_build%': '<(android_webview_build)',
1150    'android_webview_telemetry_build%': '<(android_webview_telemetry_build)',
1151    'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
1152    'gyp_managed_install%': 0,
1153    'create_standalone_apk%': 1,
1154    'enable_app_list%': '<(enable_app_list)',
1155    'use_default_render_theme%': '<(use_default_render_theme)',
1156    'enable_settings_app%': '<(enable_settings_app)',
1157    'google_api_key%': '<(google_api_key)',
1158    'google_default_client_id%': '<(google_default_client_id)',
1159    'google_default_client_secret%': '<(google_default_client_secret)',
1160    'enable_managed_users%': '<(enable_managed_users)',
1161    'native_discardable_memory%': '<(native_discardable_memory)',
1162    'native_memory_pressure_signals%': '<(native_memory_pressure_signals)',
1163    'data_reduction_fallback_host%': '<(data_reduction_fallback_host)',
1164    'data_reduction_dev_host%': '<(data_reduction_dev_host)',
1165    'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
1166    'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
1167    'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
1168    'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)',
1169    'data_reduction_proxy_warmup_url%': '<(data_reduction_proxy_warmup_url)',
1170    'data_reduction_proxy_ssl_origin%' : '<(data_reduction_proxy_ssl_origin)',
1171    'data_reduction_proxy_alt_origin%' : '<(data_reduction_proxy_alt_origin)',
1172    'data_reduction_proxy_alt_fallback_origin%' : '<(data_reduction_proxy_alt_fallback_origin)',
1173    'enable_mdns%' : '<(enable_mdns)',
1174    'enable_service_discovery%' : '<(enable_service_discovery)',
1175    'enable_wifi_bootstrapping%': '<(enable_wifi_bootstrapping)',
1176    'enable_hangout_services_extension%' : '<(enable_hangout_services_extension)',
1177    'v8_optimized_debug%': '<(v8_optimized_debug)',
1178    'proprietary_codecs%': '<(proprietary_codecs)',
1179    'use_goma%': '<(use_goma)',
1180    'gomadir%': '<(gomadir)',
1181    'video_hole%': '<(video_hole)',
1182
1183    # Use system protobuf instead of bundled one.
1184    'use_system_protobuf%': 0,
1185
1186    # Use system yasm instead of bundled one.
1187    'use_system_yasm%': 0,
1188
1189    # Use system ICU instead of bundled one.
1190    'use_system_icu%' : 0,
1191
1192    # Default to enabled PIE; this is important for ASLR but we may need to be
1193    # able to turn it off for various reasons.
1194    'linux_disable_pie%': 0,
1195
1196    # The release channel that this build targets. This is used to restrict
1197    # channel-specific build options, like which installer packages to create.
1198    # The default is 'all', which does no channel-specific filtering.
1199    'channel%': 'all',
1200
1201    # Override chromium_mac_pch and set it to 0 to suppress the use of
1202    # precompiled headers on the Mac.  Prefix header injection may still be
1203    # used, but prefix headers will not be precompiled.  This is useful when
1204    # using distcc to distribute a build to compile slaves that don't
1205    # share the same compiler executable as the system driving the compilation,
1206    # because precompiled headers rely on pointers into a specific compiler
1207    # executable's image.  Setting this to 0 is needed to use an experimental
1208    # Linux-Mac cross compiler distcc farm.
1209    'chromium_mac_pch%': 1,
1210
1211    # The default value for mac_strip in target_defaults. This cannot be
1212    # set there, per the comment about variable% in a target_defaults.
1213    'mac_strip_release%': 0,
1214
1215    # Set to 1 to enable java code coverage. Instruments classes during build
1216    # to produce .ec files during runtime.
1217    'emma_coverage%': 0,
1218
1219    # EMMA filter string consisting of a list of inclusion/exclusion patterns
1220    # separated with whitespace and/or comma. Only has effect if
1221    # 'emma_coverage=1'.
1222    'emma_filter%': '',
1223
1224    # Set to 1 to enable running Android lint on java/class files.
1225    'android_lint%': 1,
1226
1227    # Although base/allocator lets you select a heap library via an
1228    # environment variable, the libcmt shim it uses sometimes gets in
1229    # the way.  To disable it entirely, and switch to normal msvcrt, do e.g.
1230    #  'win_use_allocator_shim': 0,
1231    #  'win_release_RuntimeLibrary': 2
1232    # to ~/.gyp/include.gypi, gclient runhooks --force, and do a release build.
1233    'win_use_allocator_shim%': 1, # 1 = shim allocator via libcmt; 0 = msvcrt
1234
1235    # TODO(bradnelson): eliminate this when possible.
1236    # To allow local gyp files to prevent release.vsprops from being included.
1237    # Yes(1) means include release.vsprops.
1238    # Once all vsprops settings are migrated into gyp, this can go away.
1239    'msvs_use_common_release%': 1,
1240
1241    # TODO(bradnelson): eliminate this when possible.
1242    # To allow local gyp files to override additional linker options for msvs.
1243    # Yes(1) means set use the common linker options.
1244    'msvs_use_common_linker_extras%': 1,
1245
1246    # TODO(sgk): eliminate this if possible.
1247    # It would be nicer to support this via a setting in 'target_defaults'
1248    # in chrome/app/locales/locales.gypi overriding the setting in the
1249    # 'Debug' configuration in the 'target_defaults' dict below,
1250    # but that doesn't work as we'd like.
1251    'msvs_debug_link_incremental%': '2',
1252
1253    # Needed for some of the largest modules.
1254    'msvs_debug_link_nonincremental%': '1',
1255
1256    # Turns on Use Library Dependency Inputs for linking chrome.dll on Windows
1257    # to get incremental linking to be faster in debug builds.
1258    'incremental_chrome_dll%': '0',
1259
1260    # Experimental setting to break chrome.dll into multiple pieces based on
1261    # process type.
1262    'chrome_multiple_dll%': '0',
1263
1264    # Experimental setting to optimize Chrome's DLLs with PGO.
1265    'chrome_pgo_phase%': '0',
1266
1267    # Clang stuff.
1268    'clang%': '<(clang)',
1269    'host_clang%': '<(host_clang)',
1270    'make_clang_dir%': '<(make_clang_dir)',
1271
1272    # Control which version of clang to use when building for iOS.  If set to
1273    # '1', uses the version of clang that ships with Xcode.  If set to '0', uses
1274    # the version of clang that ships with the Chromium source.  This variable
1275    # is automatically set to '1' when using the Xcode generator.
1276    'clang_xcode%': 0,
1277
1278    # These two variables can be set in GYP_DEFINES while running
1279    # |gclient runhooks| to let clang run a plugin in every compilation.
1280    # Only has an effect if 'clang=1' is in GYP_DEFINES as well.
1281    # Example:
1282    #     GYP_DEFINES='clang=1 clang_load=/abs/path/to/libPrintFunctionNames.dylib clang_add_plugin=print-fns' gclient runhooks
1283
1284    'clang_load%': '',
1285    'clang_add_plugin%': '',
1286
1287    # Tell ld64 to write map files describing binary layout. Useful
1288    # for looking at what contributes to binary size, e.g. with
1289    # https://github.com/nico/bloat
1290    'mac_write_linker_maps%': 0,
1291
1292    # The default type of gtest.
1293    'gtest_target_type%': 'executable',
1294
1295    # Enable sampling based profiler.
1296    # See http://google-perftools.googlecode.com/svn/trunk/doc/cpuprofile.html
1297    'profiling%': '0',
1298    # Profile without optimizing out stack frames when profiling==1.
1299    'profiling_full_stack_frames%': '0',
1300
1301    # And if we want to dump symbols for Breakpad-enabled builds.
1302    'linux_dump_symbols%': 0,
1303    # And if we want to strip the binary after dumping symbols.
1304    'linux_strip_binary%': 0,
1305    # If we want stack unwind support for backtrace().
1306    'debug_unwind_tables%': 1,
1307    'release_unwind_tables%': 1,
1308
1309    # Override where to find binutils
1310    'binutils_version%': 0,
1311    'binutils_dir%': '',
1312
1313    # Enable TCMalloc.
1314    # Default of 'use_allocator' is set to 'none' if OS=='android' later.
1315    'use_allocator%': 'tcmalloc',
1316
1317    # Set to 1 to link against libgnome-keyring instead of using dlopen().
1318    'linux_link_gnome_keyring%': 0,
1319    # Set to 1 to link against gsettings APIs instead of using dlopen().
1320    'linux_link_gsettings%': 0,
1321
1322    # Default arch variant for MIPS.
1323    'mips_arch_variant%': 'mips32r1',
1324
1325    # Enable use of OpenMAX DL FFT routines.
1326    'use_openmax_dl_fft%': '<(use_openmax_dl_fft)',
1327
1328    # Enable new NPDevice API.
1329    'enable_new_npdevice_api%': 0,
1330
1331    # Enable EGLImage support in OpenMAX
1332    'enable_eglimage%': 1,
1333
1334    # .gyp files or targets should set chromium_code to 1 if they build
1335    # Chromium-specific code, as opposed to external code.  This variable is
1336    # used to control such things as the set of warnings to enable, and
1337    # whether warnings are treated as errors.
1338    'chromium_code%': 0,
1339
1340    # Disable fatal linker warnings, similarly to how we make it possible
1341    # to disable -Werror (e.g. for different toolchain versions).
1342    'disable_fatal_linker_warnings%': 0,
1343
1344    'release_valgrind_build%': 0,
1345
1346    # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600
1347    'enable_wexit_time_destructors%': 0,
1348
1349    # Build libpeerconnection as a static library by default.
1350    'libpeer_target_type%': 'static_library',
1351
1352    # Set to 1 to compile with the OpenGL ES 2.0 conformance tests.
1353    'internal_gles2_conform_tests%': 0,
1354
1355    # Set to 1 to compile the filter fuzzer.
1356    'internal_filter_fuzzer%': 0,
1357
1358    # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_'
1359    # so Cocoa is happy (http://crbug.com/20441).
1360    'locales': [
1361      'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
1362      'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he',
1363      'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv',
1364      'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru',
1365      'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk',
1366      'vi', 'zh-CN', 'zh-TW',
1367    ],
1368
1369    # Pseudo locales are special locales which are used for testing and
1370    # debugging. They don't get copied to the final app. For more info,
1371    # check out https://sites.google.com/a/chromium.org/dev/Home/fake-bidi
1372    'pseudo_locales': [
1373      'fake-bidi',
1374    ],
1375
1376    'grit_defines': [],
1377
1378    # If debug_devtools is set to 1, JavaScript files for DevTools are
1379    # stored as is and loaded from disk. Otherwise, a concatenated file
1380    # is stored in resources.pak. It is still possible to load JS files
1381    # from disk by passing --debug-devtools cmdline switch.
1382    'debug_devtools%': 0,
1383
1384    # The Java Bridge is not compiled in by default.
1385    'java_bridge%': 0,
1386
1387    # Code signing for iOS binaries.  The bots need to be able to disable this.
1388    'chromium_ios_signing%': 1,
1389
1390    # This flag is only used when disable_nacl==0 and disables all those
1391    # subcomponents which would require the installation of a native_client
1392    # untrusted toolchain.
1393    'disable_nacl_untrusted%': 0,
1394
1395    # Disable Dart by default.
1396    'enable_dart%': 0,
1397
1398    # Copy out the setting of disable_nacl.
1399    'disable_nacl%': '<(disable_nacl)',
1400
1401    # Portable Native Client is enabled by default.
1402    'disable_pnacl%': 0,
1403
1404    # Whether to build full debug version for Debug configuration on Android.
1405    # Compared to full debug version, the default Debug configuration on Android
1406    # has no full v8 debug, has size optimization and linker gc section, so that
1407    # we can build a debug version with acceptable size and performance.
1408    'android_full_debug%': 0,
1409
1410    # Sets the default version name and code for Android app, by default we
1411    # do a developer build.
1412    'android_app_version_name%': 'Developer Build',
1413    'android_app_version_code%': 0,
1414
1415    # Contains data about the attached devices for gyp_managed_install.
1416    'build_device_config_path': '<(PRODUCT_DIR)/build_devices.cfg',
1417
1418    'sas_dll_exists': '<!pymod_do_main(dir_exists "<(sas_dll_path)")',
1419    'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")',
1420
1421    'windows_sdk_default_path': '<(DEPTH)/third_party/platformsdk_win8/files',
1422    'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files',
1423
1424    # Whether we are using the rlz library or not.  Platforms like Android send
1425    # rlz codes for searches but do not use the library.
1426    'enable_rlz%': 0,
1427
1428    # Turns on the i18n support in V8.
1429    'v8_enable_i18n_support': 1,
1430
1431    # Compile d8 for the host toolset.
1432    'v8_toolset_for_d8': 'host',
1433
1434    # Use the chromium skia by default.
1435    'use_system_skia%': '0',
1436
1437    # Use brlapi from brltty for braille display support.
1438    'use_brlapi%': 0,
1439
1440    # Relative path to icu.gyp from this file.
1441    'icu_gyp_path': '../third_party/icu/icu.gyp',
1442
1443    # IPC fuzzer is disabled by default.
1444    'enable_ipc_fuzzer%': 0,
1445
1446
1447    # Force disable libstdc++ debug mode.
1448    'disable_glibcxx_debug%': 0,
1449
1450    # Set to 1 to compile with MSE support for MPEG2 TS
1451    'enable_mpeg2ts_stream_parser%': 0,
1452
1453    # Support ChromeOS touchpad gestures with ozone.
1454    'use_evdev_gestures%': 0,
1455
1456    # Default ozone platform (if no --ozone-platform flag).
1457    'ozone_platform%': "",
1458
1459    # Ozone platforms to include in the build.
1460    'ozone_platform_caca%': 0,
1461    'ozone_platform_dri%': 0,
1462    'ozone_platform_egltest%': 0,
1463    'ozone_platform_gbm%': 0,
1464    'ozone_platform_ozonex%': 0,
1465    'ozone_platform_test%': 0,
1466
1467    # Chrome OS: whether to build ChromeVox from sources in the Chromium
1468    # repository rather than using precompiled JavaScript in
1469    # chrome/third_party/chromevox.  This is still experimental.
1470    'use_migrated_chromevox%': 1,
1471
1472    # Chrome OS: whether to also build the upcoming version of
1473    # ChromeVox, which can then be enabled via a command-line switch.
1474    'use_chromevox_next%': 0,
1475
1476    'conditions': [
1477      # The version of clang shipped upstream does not find C++ headers when
1478      # using -stdlib=libc++ so we instead need to use the version of clang
1479      # coming with Xcode.
1480      ['OS=="ios" and use_system_libcxx==1', {
1481        'clang_xcode%': 1,
1482      }],
1483      # Enable the Syzygy optimization step for the official builds.
1484      ['OS=="win" and buildtype=="Official" and syzyasan!=1', {
1485        'syzygy_optimize%': 1,
1486      }, {
1487        'syzygy_optimize%': 0,
1488      }],
1489      # Get binutils version so we can enable debug fission if we can.
1490      ['os_posix==1 and OS!="mac" and OS!="ios"', {
1491        'conditions': [
1492          # compiler_version doesn't work with clang
1493          # TODO(mithro): Land https://codereview.chromium.org/199793014/ so
1494          # compiler_version works with clang.
1495          # TODO(glider): set clang to 1 earlier for ASan and TSan builds so
1496          # that it takes effect here.
1497          ['clang==0 and asan==0 and lsan==0 and tsan==0 and msan==0 and ubsan==0 and ubsan_vptr==0', {
1498            'binutils_version%': '<!pymod_do_main(compiler_version target assembler)',
1499          }],
1500          # On Android we know the binutils version in the toolchain.
1501          ['OS=="android"', {
1502            'binutils_version%': 222,
1503          }],
1504          ['host_arch=="x64"', {
1505            'binutils_dir%': 'third_party/binutils/Linux_x64/Release/bin',
1506          }],
1507          ['host_arch=="ia32"', {
1508            'binutils_dir%': 'third_party/binutils/Linux_ia32/Release/bin',
1509          }],
1510          # Our version of binutils in third_party/binutils
1511          ['linux_use_bundled_binutils==1', {
1512            'binutils_version%': 224,
1513          }],
1514        ],
1515      }, {
1516        'binutils_version%': 0,
1517      }],
1518      # The version of GCC in use, set later in platforms that use GCC and have
1519      # not explicitly chosen to build with clang. Currently, this means all
1520      # platforms except Windows, Mac and iOS.
1521      # TODO(glider): set clang to 1 earlier for ASan and TSan builds so that
1522      # it takes effect here.
1523      ['os_posix==1 and OS!="mac" and OS!="ios" and clang==0 and asan==0 and lsan==0 and tsan==0 and msan==0 and ubsan_vptr==0', {
1524        'conditions': [
1525          ['OS=="android"', {
1526            # We directly set the gcc versions since we know what we use.
1527            'gcc_version%': 48,
1528          }, {
1529            'gcc_version%': '<!pymod_do_main(compiler_version target compiler)',
1530          }],
1531          ['android_webview_build==1', {
1532            # Android WebView uses a hermetic toolchain even for host, so set it
1533            # manually here.
1534            'conditions': [
1535              ['host_os=="mac"', {
1536                'host_gcc_version%': 42,
1537              }, { # linux
1538                'host_gcc_version%': 46,
1539              }],
1540            ],
1541          }, {  # android_webview_build!=1
1542            'host_gcc_version%': '<!pymod_do_main(compiler_version host compiler)',
1543          }],
1544        ],
1545      }, {
1546        'host_gcc_version%': 0,
1547        'gcc_version%': 0,
1548      }],
1549      ['OS=="win" and "<!pymod_do_main(dir_exists <(windows_sdk_default_path))"=="True"', {
1550        'windows_sdk_path%': '<(windows_sdk_default_path)',
1551      }, {
1552        'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.0',
1553      }],
1554      ['OS=="win" and "<!pymod_do_main(dir_exists <(directx_sdk_default_path))"=="True"', {
1555        'directx_sdk_path%': '<(directx_sdk_default_path)',
1556      }, {
1557        'directx_sdk_path%': '$(DXSDK_DIR)',
1558      }],
1559      ['OS=="win"', {
1560        'windows_driver_kit_path%': '$(WDK_DIR)',
1561      }],
1562      ['os_posix==1 and OS!="mac" and OS!="ios"', {
1563        'conditions': [
1564          ['target_arch=="mipsel"', {
1565            'werror%': '',
1566            'disable_nacl%': 1,
1567            'nacl_untrusted_build%': 0,
1568            'use_allocator%': 'none',
1569          }],
1570          ['OS=="linux" and target_arch=="mipsel"', {
1571            'sysroot%': '<(sysroot)',
1572            'CXX%': '<(CXX)',
1573          }],
1574          # All Chrome builds have breakpad symbols, but only process the
1575          # symbols from official builds.
1576          ['(branding=="Chrome" and buildtype=="Official")', {
1577            'linux_dump_symbols%': 1,
1578
1579            # Omit unwind support in official release builds to save space. We
1580            # can use breakpad for these builds.
1581            'release_unwind_tables%': 0,
1582
1583            'conditions': [
1584              # For official builds, use a 64-bit linker to avoid running out
1585              # of address space. The buildbots should have a 64-bit kernel
1586              # and a 64-bit libc installed.
1587              ['host_arch=="ia32" and target_arch=="ia32"', {
1588                'linux_use_bundled_gold%': '1',
1589                'binutils_dir%': 'third_party/binutils/Linux_x64/Release/bin',
1590              }],
1591            ],
1592          }],
1593        ],
1594      }],  # os_posix==1 and OS!="mac" and OS!="ios"
1595      ['OS=="ios"', {
1596        'disable_nacl%': 1,
1597        'enable_background%': 0,
1598        'icu_use_data_file_flag%': 1,
1599        'enable_web_speech%': 0,
1600        'use_system_libxml%': 1,
1601        'use_system_sqlite%': 1,
1602        'locales==': [
1603          'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'es-MX',
1604          'fi', 'fr', 'he', 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms',
1605          'nb', 'nl', 'pl', 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr',
1606          'uk', 'vi', 'zh-CN', 'zh-TW',
1607        ],
1608
1609        # The Mac SDK is set for iOS builds and passed through to Mac
1610        # sub-builds. This allows the Mac sub-build SDK in an iOS build to be
1611        # overridden from the command line the same way it is for a Mac build.
1612        'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)',
1613
1614        # iOS SDK and deployment target support.  The |ios_sdk| value is left
1615        # blank so that when it is set in the project files it will be the
1616        # "current" iOS SDK.  Forcing a specific SDK even if it is "current"
1617        # causes Xcode to spit out a warning for every single project file for
1618        # not using the "current" SDK.
1619        'ios_sdk%': '',
1620        'ios_sdk_path%': '',
1621        'ios_deployment_target%': '7.0',
1622
1623        'conditions': [
1624          # ios_product_name is set to the name of the .app bundle as it should
1625          # appear on disk.
1626          ['branding=="Chrome"', {
1627            'ios_product_name%': 'Chrome',
1628          }, { # else: branding!="Chrome"
1629            'ios_product_name%': 'Chromium',
1630          }],
1631          ['branding=="Chrome" and buildtype=="Official"', {
1632            'ios_breakpad%': 1,
1633          }, { # else: branding!="Chrome" or buildtype!="Official"
1634            'ios_breakpad%': 0,
1635          }],
1636        ],
1637      }],  # OS=="ios"
1638      ['OS=="android"', {
1639        # Location of Android NDK.
1640        'variables': {
1641          'variables': {
1642            # Unfortunately we have to use absolute paths to the SDK/NDK because
1643            # they're passed to ant which uses a different relative path from
1644            # gyp.
1645            'android_ndk_root%': '<!(cd <(DEPTH) && pwd -P)/third_party/android_tools/ndk/',
1646            'android_sdk_root%': '<!(cd <(DEPTH) && pwd -P)/third_party/android_tools/sdk/',
1647            'android_host_arch%': '<!(uname -m)',
1648            # Android API-level of the SDK used for compilation.
1649            'android_sdk_version%': '20',
1650            'android_sdk_build_tools_version%': '20.0.0',
1651            'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')",
1652          },
1653          # Copy conditionally-set variables out one scope.
1654          'android_ndk_root%': '<(android_ndk_root)',
1655          'android_sdk_root%': '<(android_sdk_root)',
1656          'android_sdk_version%': '<(android_sdk_version)',
1657          'android_stlport_root': '<(android_ndk_root)/sources/cxx-stl/stlport',
1658          'host_os%': '<(host_os)',
1659
1660          'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_version)',
1661          # Android SDK build tools (e.g. dx, aapt, aidl)
1662          'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_build_tools_version)',
1663
1664          # Android API level 14 is ICS (Android 4.0) which is the minimum
1665          # platform requirement for Chrome on Android, we use it for native
1666          # code compilation.
1667          'conditions': [
1668            ['target_arch == "ia32"', {
1669              'android_app_abi%': 'x86',
1670              'android_gdbserver%': '<(android_ndk_root)/prebuilt/android-x86/gdbserver/gdbserver',
1671              'android_ndk_sysroot%': '<(android_ndk_root)/platforms/android-14/arch-x86',
1672              'android_ndk_lib_dir%': 'usr/lib',
1673              'android_toolchain%': '<(android_ndk_root)/toolchains/x86-4.8/prebuilt/<(host_os)-<(android_host_arch)/bin',
1674            }],
1675            ['target_arch == "x64"', {
1676              'android_app_abi%': 'x86_64',
1677              'android_gdbserver%': '<(android_ndk_root)/prebuilt/android-x86_64/gdbserver/gdbserver',
1678              'android_ndk_sysroot%': '<(android_ndk_root)/platforms/android-L/arch-x86_64',
1679              'android_ndk_lib_dir%': 'usr/lib64',
1680              'android_toolchain%': '<(android_ndk_root)/toolchains/x86_64-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin',
1681            }],
1682            ['target_arch=="arm"', {
1683              'conditions': [
1684                ['arm_version<7', {
1685                  'android_app_abi%': 'armeabi',
1686                }, {
1687                  'android_app_abi%': 'armeabi-v7a',
1688                }],
1689              ],
1690              'android_gdbserver%': '<(android_ndk_root)/prebuilt/android-arm/gdbserver/gdbserver',
1691              'android_ndk_sysroot%': '<(android_ndk_root)/platforms/android-14/arch-arm',
1692              'android_ndk_lib_dir%': 'usr/lib',
1693              'android_toolchain%': '<(android_ndk_root)/toolchains/arm-linux-androideabi-4.8/prebuilt/<(host_os)-<(android_host_arch)/bin',
1694            }],
1695            ['target_arch == "arm64"', {
1696              'android_app_abi%': 'arm64-v8a',
1697              'android_gdbserver%': '<(android_ndk_root)/prebuilt/android-arm64/gdbserver/gdbserver',
1698              'android_ndk_sysroot%': '<(android_ndk_root)/platforms/android-L/arch-arm64',
1699              'android_ndk_lib_dir%': 'usr/lib',
1700              'android_toolchain%': '<(android_ndk_root)/toolchains/aarch64-linux-android-4.9/prebuilt/<(host_os)-<(android_host_arch)/bin',
1701            }],
1702            ['target_arch == "mipsel"', {
1703              'android_app_abi%': 'mips',
1704              'android_gdbserver%': '<(android_ndk_root)/prebuilt/android-mips/gdbserver/gdbserver',
1705              'android_ndk_sysroot%': '<(android_ndk_root)/platforms/android-14/arch-mips',
1706              'android_ndk_lib_dir%': 'usr/lib',
1707              'android_toolchain%': '<(android_ndk_root)/toolchains/mipsel-linux-android-4.8/prebuilt/<(host_os)-<(android_host_arch)/bin',
1708            }],
1709          ],
1710        },
1711        # Copy conditionally-set variables out one scope.
1712        'android_app_abi%': '<(android_app_abi)',
1713        'android_gdbserver%': '<(android_gdbserver)',
1714        'android_ndk_root%': '<(android_ndk_root)',
1715        'android_ndk_sysroot%': '<(android_ndk_sysroot)',
1716        'android_sdk_root%': '<(android_sdk_root)',
1717        'android_sdk_version%': '<(android_sdk_version)',
1718        'android_toolchain%': '<(android_toolchain)',
1719
1720        'android_ndk_include': '<(android_ndk_sysroot)/usr/include',
1721        'android_ndk_lib': '<(android_ndk_sysroot)/<(android_ndk_lib_dir)',
1722        'android_sdk_tools%': '<(android_sdk_tools)',
1723        'android_sdk%': '<(android_sdk)',
1724        'android_sdk_jar%': '<(android_sdk)/android.jar',
1725
1726        'android_stlport_root': '<(android_stlport_root)',
1727        'android_stlport_include': '<(android_stlport_root)/stlport',
1728        'android_stlport_libs_dir': '<(android_stlport_root)/libs/<(android_app_abi)',
1729        'host_os%': '<(host_os)',
1730
1731        # Location of the "objcopy" binary, used by both gyp and scripts.
1732        'android_objcopy%' : '<!(/bin/echo -n <(android_toolchain)/*-objcopy)',
1733
1734        # Location of the "strip" binary, used by both gyp and scripts.
1735        'android_strip%' : '<!(/bin/echo -n <(android_toolchain)/*-strip)',
1736
1737        # Location of the "readelf" binary.
1738        'android_readelf%' : '<!(/bin/echo -n <(android_toolchain)/*-readelf)',
1739
1740        # Determines whether we should optimize JNI generation at the cost of
1741        # breaking assumptions in the build system that when inputs have changed
1742        # the outputs should always change as well.  This is meant purely for
1743        # developer builds, to avoid spurious re-linking of native files.
1744        'optimize_jni_generation%': 0,
1745
1746        # Always uses openssl.
1747        'use_openssl%': 1,
1748        'use_openssl_certs%': 1,
1749
1750        'proprietary_codecs%': '<(proprietary_codecs)',
1751        'safe_browsing%': 1,
1752        'enable_web_speech%': 0,
1753        'java_bridge%': 1,
1754        'build_ffmpegsumo%': 0,
1755        'use_allocator%': 'none',
1756
1757        # Disable Native Client.
1758        'disable_nacl%': 1,
1759
1760        # Android does not support background apps.
1761        'enable_background%': 0,
1762
1763        # Sessions are store separately in the Java side.
1764        'enable_session_service%': 0,
1765
1766        'p2p_apis%' : 0,
1767
1768        'gtest_target_type%': 'shared_library',
1769
1770        # Uses system APIs for decoding audio and video.
1771        'use_libffmpeg%': '0',
1772
1773        # When building as part of the Android system, use system libraries
1774        # where possible to reduce ROM size.
1775        # TODO(steveblock): Investigate using the system version of sqlite.
1776        'use_system_sqlite%': 0,  # '<(android_webview_build)',
1777        'use_system_expat%': '<(android_webview_build)',
1778        'use_system_icu%': '<(android_webview_build)',
1779        'use_system_stlport%': '<(android_webview_build)',
1780
1781        # Copy it out one scope.
1782        'android_webview_build%': '<(android_webview_build)',
1783
1784        # Default android linker script for shared library exports.
1785        'android_linker_script%': '<(SHARED_INTERMEDIATE_DIR)/android_exports.lst',
1786      }],  # OS=="android"
1787      ['embedded==1', {
1788        'use_system_fontconfig%': 0,
1789      }, {
1790        'use_system_fontconfig%': 1,
1791      }],
1792      ['chromecast==1', {
1793        'enable_mpeg2ts_stream_parser%': 1,
1794        'ffmpeg_branding%': 'Chrome',
1795        'ozone_platform_ozonex%': 1,
1796        'conditions': [
1797          ['target_arch=="arm"', {
1798            'arm_arch%': '',
1799            'arm_tune%': 'cortex-a9',
1800            'arm_thumb%': 1,
1801            'video_hole%': 1,
1802          }],
1803        ],
1804      }],
1805      ['android_webview_build==1 or android_webview_telemetry_build==1', {
1806        # When building the WebView in the Android tree, jarjar will remap all
1807        # the class names, so the JNI generator needs to know this.
1808        'jni_generator_jarjar_file': '../android_webview/build/jarjar-rules.txt',
1809      }],
1810      ['OS=="linux" and target_arch!="mipsel"', {
1811        # TODO(thakis): This is here to measure perf for a while.
1812        'clang%': 1,
1813      }],  # OS=="mac"
1814      ['OS=="mac"', {
1815        'conditions': [
1816          # All Chrome builds have breakpad symbols, but only process the
1817          # symbols from official builds.
1818          ['(branding=="Chrome" and buildtype=="Official")', {
1819            'mac_strip_release%': 1,
1820          }],
1821        ],
1822      }],  # OS=="mac"
1823      ['OS=="mac" or OS=="ios"', {
1824        'clang%': 1,
1825
1826        'variables': {
1827          # Mac OS X SDK and deployment target support.  The SDK identifies
1828          # the version of the system headers that will be used, and
1829          # corresponds to the MAC_OS_X_VERSION_MAX_ALLOWED compile-time
1830          # macro.  "Maximum allowed" refers to the operating system version
1831          # whose APIs are available in the headers.  The deployment target
1832          # identifies the minimum system version that the built products are
1833          # expected to function on.  It corresponds to the
1834          # MAC_OS_X_VERSION_MIN_REQUIRED compile-time macro.  To ensure these
1835          # macros are available, #include <AvailabilityMacros.h>.  Additional
1836          # documentation on these macros is available at
1837          # http://developer.apple.com/mac/library/technotes/tn2002/tn2064.html#SECTION3
1838          # Chrome normally builds with the Mac OS X 10.6 SDK and sets the
1839          # deployment target to 10.6.  Other projects, such as O3D, may
1840          # override these defaults.
1841
1842          # Normally, mac_sdk_min is used to find an SDK that Xcode knows
1843          # about that is at least the specified version. In official builds,
1844          # the SDK must match mac_sdk_min exactly. If the SDK is installed
1845          # someplace that Xcode doesn't know about, set mac_sdk_path to the
1846          # path to the SDK; when set to a non-empty string, SDK detection
1847          # based on mac_sdk_min will be bypassed entirely.
1848          'mac_sdk_min%': '10.6',
1849          'mac_sdk_path%': '',
1850
1851          'mac_deployment_target%': '10.6',
1852        },
1853
1854        'mac_sdk_min': '<(mac_sdk_min)',
1855        'mac_sdk_path': '<(mac_sdk_path)',
1856        'mac_deployment_target': '<(mac_deployment_target)',
1857
1858        # Compile in Breakpad support by default so that it can be
1859        # tested, even if it is not enabled by default at runtime.
1860        'mac_breakpad_compiled_in%': 1,
1861        'conditions': [
1862          # mac_product_name is set to the name of the .app bundle as it should
1863          # appear on disk.  This duplicates data from
1864          # chrome/app/theme/chromium/BRANDING and
1865          # chrome/app/theme/google_chrome/BRANDING, but is necessary to get
1866          # these names into the build system.
1867          ['branding=="Chrome"', {
1868            'mac_product_name%': 'Google Chrome',
1869          }, { # else: branding!="Chrome"
1870            'mac_product_name%': 'Chromium',
1871          }],
1872
1873          ['branding=="Chrome" and buildtype=="Official"', {
1874            'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py --verify <(mac_sdk_min) --sdk_path=<(mac_sdk_path))',
1875            # Enable uploading crash dumps.
1876            'mac_breakpad_uploads%': 1,
1877            # Enable dumping symbols at build time for use by Mac Breakpad.
1878            'mac_breakpad%': 1,
1879            # Enable Keystone auto-update support.
1880            'mac_keystone%': 1,
1881          }, { # else: branding!="Chrome" or buildtype!="Official"
1882            'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py <(mac_sdk_min))',
1883            'mac_breakpad_uploads%': 0,
1884            'mac_breakpad%': 0,
1885            'mac_keystone%': 0,
1886          }],
1887        ],
1888      }],  # OS=="mac" or OS=="ios"
1889      ['OS=="win"', {
1890        'conditions': [
1891          # This is the architecture convention used in WinSDK paths.
1892          ['target_arch=="ia32"', {
1893            'winsdk_arch%': 'x86',
1894          },{
1895            'winsdk_arch%': '<(target_arch)',
1896          }],
1897          ['component=="shared_library"', {
1898            'win_use_allocator_shim%': 0,
1899          },{
1900            # Turn on multiple dll by default on Windows when in static_library.
1901            'chrome_multiple_dll%': 1,
1902          }],
1903          ['asan==1', {
1904            'win_use_allocator_shim%': 0,
1905          }],
1906          ['component=="shared_library" and "<(GENERATOR)"=="ninja"', {
1907            # Only enabled by default for ninja because it's buggy in VS.
1908            # Not enabled for component=static_library because some targets
1909            # are too large and the toolchain fails due to the size of the
1910            # .obj files.
1911            'incremental_chrome_dll%': 1,
1912          }],
1913          # Don't do incremental linking for large modules on 32-bit or when
1914          # component=static_library as the toolchain fails due to the size of
1915          # the .ilk files.
1916          ['MSVS_OS_BITS==32 or component=="static_library"', {
1917            'msvs_large_module_debug_link_mode%': '1',  # No
1918          },{
1919            'msvs_large_module_debug_link_mode%': '2',  # Yes
1920          }],
1921          ['MSVS_VERSION=="2013e"', {
1922            'msvs_express%': 1,
1923            'secure_atl%': 0,
1924          },{
1925            'msvs_express%': 0,
1926            'secure_atl%': 1,
1927          }],
1928        ],
1929        'nacl_win64_defines': [
1930          # This flag is used to minimize dependencies when building
1931          # Native Client loader for 64-bit Windows.
1932          'NACL_WIN64',
1933        ],
1934      }],
1935
1936      ['os_posix==1 and chromeos==0 and OS!="android" and OS!="ios" and embedded==0', {
1937        'use_cups%': 1,
1938      }, {
1939        'use_cups%': 0,
1940      }],
1941
1942      ['enable_plugins==1 and (OS=="linux" or OS=="mac" or OS=="win")', {
1943        'enable_pepper_cdms%': 1,
1944      }, {
1945        'enable_pepper_cdms%': 0,
1946      }],
1947
1948      ['OS=="android"', {
1949        'enable_browser_cdms%': 1,
1950      }, {
1951        'enable_browser_cdms%': 0,
1952      }],
1953
1954      # Native Client glibc toolchain is enabled
1955      # by default except on arm and mips.
1956      ['target_arch=="arm" or target_arch=="mipsel"', {
1957        'disable_glibc%': 1,
1958      }, {
1959        'disable_glibc%': 0,
1960      }],
1961
1962      # Set the relative path from this file to the GYP file of the JPEG
1963      # library used by Chromium.
1964      ['use_system_libjpeg==1 or use_libjpeg_turbo==0', {
1965        # Configuration for using the system libjeg is here.
1966        'libjpeg_gyp_path': '../third_party/libjpeg/libjpeg.gyp',
1967      }, {
1968        'libjpeg_gyp_path': '../third_party/libjpeg_turbo/libjpeg.gyp',
1969      }],
1970
1971      # Options controlling the use of GConf (the classic GNOME configuration
1972      # system) and GIO, which contains GSettings (the new GNOME config system).
1973      ['chromeos==1 or embedded==1', {
1974        'use_gconf%': 0,
1975        'use_gio%': 0,
1976      }, {
1977        'use_gconf%': 1,
1978        'use_gio%': 1,
1979      }],
1980
1981      # Set up -D and -E flags passed into grit.
1982      ['branding=="Chrome"', {
1983        # TODO(mmoss) The .grd files look for _google_chrome, but for
1984        # consistency they should look for google_chrome_build like C++.
1985        'grit_defines': ['-D', '_google_chrome',
1986                         '-E', 'CHROMIUM_BUILD=google_chrome'],
1987      }, {
1988        'grit_defines': ['-D', '_chromium',
1989                         '-E', 'CHROMIUM_BUILD=chromium'],
1990      }],
1991      ['chromeos==1', {
1992        'grit_defines': ['-D', 'chromeos', '-D', 'scale_factors=2x'],
1993      }],
1994      ['desktop_linux==1', {
1995        'grit_defines': ['-D', 'desktop_linux'],
1996      }],
1997      ['toolkit_views==1', {
1998        'grit_defines': ['-D', 'toolkit_views'],
1999      }],
2000      ['use_aura==1', {
2001        'grit_defines': ['-D', 'use_aura'],
2002      }],
2003      ['use_ash==1', {
2004        'grit_defines': ['-D', 'use_ash'],
2005      }],
2006      ['use_nss==1', {
2007        'grit_defines': ['-D', 'use_nss'],
2008      }],
2009      ['use_ozone==1', {
2010        'grit_defines': ['-D', 'use_ozone'],
2011      }],
2012      ['image_loader_extension==1', {
2013        'grit_defines': ['-D', 'image_loader_extension'],
2014      }],
2015      ['remoting==1', {
2016        'grit_defines': ['-D', 'remoting'],
2017      }],
2018      ['use_titlecase_in_grd_files==1', {
2019        'grit_defines': ['-D', 'use_titlecase'],
2020      }],
2021      ['use_third_party_translations==1', {
2022        'grit_defines': ['-D', 'use_third_party_translations'],
2023        'locales': [
2024          'ast', 'bs', 'ca@valencia', 'en-AU', 'eo', 'eu', 'gl', 'hy', 'ia',
2025          'ka', 'ku', 'kw', 'ms', 'ug'
2026        ],
2027      }],
2028      ['OS=="android"', {
2029        'grit_defines': ['-t', 'android',
2030                         '-E', 'ANDROID_JAVA_TAGGED_ONLY=true'],
2031      }],
2032      ['OS=="mac" or OS=="ios"', {
2033        'grit_defines': ['-D', 'scale_factors=2x'],
2034      }],
2035      ['OS == "ios"', {
2036        'grit_defines': [
2037          '-t', 'ios',
2038          # iOS uses a whitelist to filter resources.
2039          '-w', '<(DEPTH)/build/ios/grit_whitelist.txt'
2040        ],
2041
2042        # Enable host builds when generating with ninja-ios.
2043        'conditions': [
2044          ['"<(GENERATOR)"=="ninja"', {
2045            'host_os%': "mac",
2046          }],
2047
2048          # TODO(sdefresne): Remove the target_subarch check once Apple has
2049          # upstreamed the support for "arm64". http://crbug.com/341453
2050          ['target_subarch!="arm32" or "<(GENERATOR)"=="xcode"', {
2051            'clang_xcode%': 1,
2052          }],
2053        ],
2054      }],
2055      ['enable_extensions==1', {
2056        'grit_defines': ['-D', 'enable_extensions'],
2057      }],
2058      ['enable_plugins!=0', {
2059        'grit_defines': ['-D', 'enable_plugins'],
2060      }],
2061      ['enable_printing!=0', {
2062        'grit_defines': ['-D', 'enable_printing'],
2063      }],
2064      ['enable_printing==1', {
2065        'grit_defines': ['-D', 'enable_full_printing'],
2066      }],
2067      ['enable_themes==1', {
2068        'grit_defines': ['-D', 'enable_themes'],
2069      }],
2070      ['enable_app_list==1', {
2071        'grit_defines': ['-D', 'enable_app_list'],
2072      }],
2073      ['enable_settings_app==1', {
2074        'grit_defines': ['-D', 'enable_settings_app'],
2075      }],
2076      ['enable_google_now==1', {
2077        'grit_defines': ['-D', 'enable_google_now'],
2078      }],
2079      ['use_concatenated_impulse_responses==1', {
2080        'grit_defines': ['-D', 'use_concatenated_impulse_responses'],
2081      }],
2082      ['enable_webrtc==1', {
2083        'grit_defines': ['-D', 'enable_webrtc'],
2084      }],
2085      ['enable_hangout_services_extension==1', {
2086        'grit_defines': ['-D', 'enable_hangout_services_extension'],
2087      }],
2088      ['enable_task_manager==1', {
2089        'grit_defines': ['-D', 'enable_task_manager'],
2090      }],
2091      ['notifications==1', {
2092        'grit_defines': ['-D', 'enable_notifications'],
2093      }],
2094      ['enable_wifi_bootstrapping==1', {
2095        'grit_defines': ['-D', 'enable_wifi_bootstrapping'],
2096      }],
2097      ['enable_resource_whitelist_generation==1 and OS!="win"', {
2098        'grit_rc_header_format': ['-h', '#define {textual_id} _Pragma("whitelisted_resource_{numeric_id}") {numeric_id}'],
2099      }],
2100      ['enable_resource_whitelist_generation==1 and OS=="win"', {
2101        'grit_rc_header_format': ['-h', '#define {textual_id} __pragma(message("whitelisted_resource_{numeric_id}")) {numeric_id}'],
2102      }],
2103      ['enable_mdns==1 or OS=="mac"', {
2104        'grit_defines': ['-D', 'enable_service_discovery'],
2105        'enable_service_discovery%': 1
2106      }],
2107      ['clang_use_chrome_plugins==1 and OS!="win"', {
2108        'clang_chrome_plugins_flags': [
2109          '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
2110        ],
2111      }],
2112      ['asan==1 or msan==1 or lsan==1 or tsan==1', {
2113        'clang%': 1,
2114        'use_allocator%': 'none',
2115      }],
2116      ['asan==1 and OS=="linux" and chromeos==0', {
2117        'use_custom_libcxx%': 1,
2118      }],
2119      ['ubsan==1', {
2120        'clang%': 1,
2121      }],
2122      ['ubsan_vptr==1', {
2123        'clang%': 1,
2124      }],
2125      ['asan==1 and OS=="mac"', {
2126        # TODO(glider): we do not strip ASan binaries until the dynamic ASan
2127        # runtime is fully adopted. See http://crbug.com/242503.
2128        'mac_strip_release': 0,
2129      }],
2130      ['tsan==1', {
2131        'use_custom_libcxx%': 1,
2132      }],
2133      ['msan==1', {
2134        # Use a just-built, MSan-instrumented libc++ instead of the system-wide
2135        # libstdc++. This is required to avoid false positive reports whenever
2136        # the C++ standard library is used.
2137        'use_custom_libcxx%': 1,
2138        # Running the V8-generated code on an ARM simulator is a powerful hack
2139        # that allows the tool to see the memory accesses from JITted code.
2140        # Without this flag, JS code causes false positive reports from MSan.
2141        'v8_target_arch': 'arm64',
2142      }],
2143
2144      ['OS=="linux" and clang_type_profiler==1', {
2145        'clang%': 1,
2146        'clang_use_chrome_plugins%': 0,
2147        'conditions': [
2148          ['host_arch=="x64"', {
2149            'make_clang_dir%': 'third_party/llvm-allocated-type/Linux_x64',
2150          }],
2151          ['host_arch=="ia32"', {
2152            # 32-bit Clang is unsupported.  It may not build.  Put your 32-bit
2153            # Clang in this directory at your own risk if needed for some
2154            # purpose (e.g. to compare 32-bit and 64-bit behavior like memory
2155            # usage).  Any failure by this compiler should not close the tree.
2156            'make_clang_dir%': 'third_party/llvm-allocated-type/Linux_ia32',
2157          }],
2158        ],
2159      }],
2160
2161      ['OS=="win"', {
2162        # The Clang plugins don't currently work on Windows.
2163        # TODO(hans): One day, this will work. (crbug.com/82385)
2164        'clang_use_chrome_plugins%': 0,
2165      }],
2166
2167      # On valgrind bots, override the optimizer settings so we don't inline too
2168      # much and make the stacks harder to figure out.
2169      #
2170      # TODO(rnk): Kill off variables that no one else uses and just implement
2171      # them under a build_for_tool== condition.
2172      ['build_for_tool=="memcheck" or build_for_tool=="tsan"', {
2173        # gcc flags
2174        'mac_debug_optimization': '1',
2175        'mac_release_optimization': '1',
2176        'release_optimize': '1',
2177        'no_gc_sections': 1,
2178        'debug_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer '
2179                              '-fno-builtin -fno-optimize-sibling-calls',
2180        'release_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer '
2181                                '-fno-builtin -fno-optimize-sibling-calls',
2182
2183        # MSVS flags for TSan on Pin and Windows.
2184        'win_debug_RuntimeChecks': '0',
2185        'win_debug_disable_iterator_debugging': '1',
2186        'win_debug_Optimization': '1',
2187        'win_debug_InlineFunctionExpansion': '0',
2188        'win_release_InlineFunctionExpansion': '0',
2189        'win_release_OmitFramePointers': '0',
2190
2191        'use_allocator': 'tcmalloc',
2192        'release_valgrind_build': 1,
2193        'werror': '',
2194        'component': 'static_library',
2195        'use_system_zlib': 0,
2196      }],
2197
2198      # Build tweaks for DrMemory.
2199      # TODO(rnk): Combine with tsan config to share the builder.
2200      # http://crbug.com/108155
2201      ['build_for_tool=="drmemory"', {
2202        # These runtime checks force initialization of stack vars which blocks
2203        # DrMemory's uninit detection.
2204        'win_debug_RuntimeChecks': '0',
2205        # Iterator debugging is slow.
2206        'win_debug_disable_iterator_debugging': '1',
2207        # Try to disable optimizations that mess up stacks in a release build.
2208        # DrM-i#1054 (http://code.google.com/p/drmemory/issues/detail?id=1054)
2209        # /O2 and /Ob0 (disable inline) cannot be used together because of a
2210        # compiler bug, so we use /Ob1 instead.
2211        'win_release_InlineFunctionExpansion': '1',
2212        'win_release_OmitFramePointers': '0',
2213        # Ditto for debug, to support bumping win_debug_Optimization.
2214        'win_debug_InlineFunctionExpansion': 0,
2215        'win_debug_OmitFramePointers': 0,
2216        # Keep the code under #ifndef NVALGRIND.
2217        'release_valgrind_build': 1,
2218      }],
2219
2220      # Enable RLZ on Win, Mac, iOS and ChromeOS.
2221      ['branding=="Chrome" and (OS=="win" or OS=="mac" or OS=="ios" or chromeos==1)', {
2222        'enable_rlz%': 1,
2223      }],
2224
2225      # Set default compiler flags depending on ARM version.
2226      ['arm_version==6 and android_webview_build==0', {
2227        'arm_arch%': 'armv6',
2228        'arm_tune%': '',
2229        'arm_fpu%': 'vfp',
2230        'arm_float_abi%': 'softfp',
2231        'arm_thumb%': 0,
2232      }],
2233      ['arm_version==7 and android_webview_build==0', {
2234        'arm_arch%': 'armv7-a',
2235        'arm_tune%': 'generic-armv7-a',
2236        'conditions': [
2237          ['arm_neon==1', {
2238            'arm_fpu%': 'neon',
2239          }, {
2240            'arm_fpu%': 'vfpv3-d16',
2241          }],
2242        ],
2243        # Change the default to hard once the armhf transition is complete.
2244        'arm_float_abi%': 'softfp',
2245        'arm_thumb%': 1,
2246      }],
2247
2248      ['android_webview_build==1', {
2249        # The WebView build gets its cpu-specific flags from the Android build system.
2250        'arm_arch%': '',
2251        'arm_tune%': '',
2252        'arm_fpu%': '',
2253        'arm_float_abi%': '',
2254        'arm_thumb%': 0,
2255      }],
2256
2257      # Enable brlapi by default for chromeos.
2258      [ 'chromeos==1', {
2259        'use_brlapi%': 1,
2260      }],
2261
2262      ['use_ozone==1 and ozone_auto_platforms==1', {
2263        # Use test as the default platform.
2264        'ozone_platform%': 'test',
2265
2266        # Build all platforms whose deps are in install-build-deps.sh.
2267        # Only these platforms will be compile tested by buildbots.
2268        'ozone_platform_dri%': 1,
2269        'ozone_platform_test%': 1,
2270        'ozone_platform_egltest%': 1,
2271      }],
2272
2273      ['desktop_linux==1 and use_aura==1 and use_x11==1', {
2274        'use_clipboard_aurax11%': 1,
2275      }],
2276
2277      ['OS=="win" and use_goma==1', {
2278        # goma doesn't support pch yet.
2279        'chromium_win_pch': 0,
2280        # goma doesn't support PDB yet, so win_z7=1 or fastbuild=1.
2281        'conditions': [
2282          ['win_z7==0', {
2283            'fastbuild': 1,
2284          }],
2285        ],
2286      }],
2287
2288      ['OS=="win" and (clang==1 or asan==1)', {
2289        'chromium_win_pch': 0,
2290      }],
2291
2292      ['host_clang==1', {
2293        'host_cc': '<(make_clang_dir)/bin/clang',
2294        'host_cxx': '<(make_clang_dir)/bin/clang++',
2295      }, {
2296        'host_cc': '<!(which gcc)',
2297        'host_cxx': '<!(which g++)',
2298      }],
2299
2300      # The seccomp-bpf sandbox is only supported on four architectures
2301      # currently.
2302      # Do not disable seccomp_bpf anywhere without talking to
2303      # security@chromium.org!
2304      ['((OS=="linux" or OS=="android") and '
2305           '(target_arch=="ia32" or target_arch=="x64" or '
2306             'target_arch=="arm" or target_arch=="mipsel"))', {
2307         'use_seccomp_bpf%': 1,
2308      }, {
2309         'use_seccomp_bpf%': 0,
2310      }],
2311    ],
2312
2313    # The path to the ANGLE library.
2314    'angle_path': '<(DEPTH)/third_party/angle',
2315
2316    # List of default apps to install in new profiles.  The first list contains
2317    # the source files as found in svn.  The second list, used only for linux,
2318    # contains the destination location for each of the files.  When a crx
2319    # is added or removed from the list, the chrome/browser/resources/
2320    # default_apps/external_extensions.json file must also be updated.
2321    'default_apps_list': [
2322      'browser/resources/default_apps/external_extensions.json',
2323      'browser/resources/default_apps/gmail.crx',
2324      'browser/resources/default_apps/search.crx',
2325      'browser/resources/default_apps/youtube.crx',
2326      'browser/resources/default_apps/drive.crx',
2327      'browser/resources/default_apps/docs.crx',
2328    ],
2329    'default_apps_list_linux_dest': [
2330      '<(PRODUCT_DIR)/default_apps/external_extensions.json',
2331      '<(PRODUCT_DIR)/default_apps/gmail.crx',
2332      '<(PRODUCT_DIR)/default_apps/search.crx',
2333      '<(PRODUCT_DIR)/default_apps/youtube.crx',
2334      '<(PRODUCT_DIR)/default_apps/drive.crx',
2335      '<(PRODUCT_DIR)/default_apps/docs.crx',
2336    ],
2337
2338    # Whether to allow building of the GPU-related isolates.
2339    'archive_gpu_tests%': 0,
2340  },
2341  'target_defaults': {
2342    'variables': {
2343      # The condition that operates on chromium_code is in a target_conditions
2344      # section, and will not have access to the default fallback value of
2345      # chromium_code at the top of this file, or to the chromium_code
2346      # variable placed at the root variables scope of .gyp files, because
2347      # those variables are not set at target scope.  As a workaround,
2348      # if chromium_code is not set at target scope, define it in target scope
2349      # to contain whatever value it has during early variable expansion.
2350      # That's enough to make it available during target conditional
2351      # processing.
2352      'chromium_code%': '<(chromium_code)',
2353
2354      'component%': '<(component)',
2355
2356      'chromecast%': '<(chromecast)',
2357
2358      # See http://msdn.microsoft.com/en-us/library/aa652360(VS.71).aspx
2359      'win_release_Optimization%': '2', # 2 = /Os
2360      'win_debug_Optimization%': '0',   # 0 = /Od
2361
2362      # See http://msdn.microsoft.com/en-us/library/2kxx5t2c(v=vs.80).aspx
2363      # Tri-state: blank is default, 1 on, 0 off
2364      'win_release_OmitFramePointers%': '0',
2365      # Tri-state: blank is default, 1 on, 0 off
2366      'win_debug_OmitFramePointers%': '',
2367
2368      # See http://msdn.microsoft.com/en-us/library/8wtf2dfz(VS.71).aspx
2369      'win_debug_RuntimeChecks%': '3',    # 3 = all checks enabled, 0 = off
2370
2371      # See http://msdn.microsoft.com/en-us/library/47238hez(VS.71).aspx
2372      'win_debug_InlineFunctionExpansion%': '',    # empty = default, 0 = off,
2373      'win_release_InlineFunctionExpansion%': '2', # 1 = only __inline, 2 = max
2374
2375      # VS inserts quite a lot of extra checks to algorithms like
2376      # std::partial_sort in Debug build which make them O(N^2)
2377      # instead of O(N*logN). This is particularly slow under memory
2378      # tools like ThreadSanitizer so we want it to be disablable.
2379      # See http://msdn.microsoft.com/en-us/library/aa985982(v=VS.80).aspx
2380      'win_debug_disable_iterator_debugging%': '0',
2381
2382      # An application manifest fragment to declare compatibility settings for
2383      # 'executable' targets. Ignored in other target type.
2384      'win_exe_compatibility_manifest%':
2385          '<(DEPTH)\\build\\win\\compatibility.manifest',
2386
2387      'release_extra_cflags%': '',
2388      'debug_extra_cflags%': '',
2389
2390      'release_valgrind_build%': '<(release_valgrind_build)',
2391
2392      # the non-qualified versions are widely assumed to be *nix-only
2393      'win_release_extra_cflags%': '',
2394      'win_debug_extra_cflags%': '',
2395
2396      # TODO(thakis): Make this a blacklist instead, http://crbug.com/101600
2397      'enable_wexit_time_destructors%': '<(enable_wexit_time_destructors)',
2398
2399      # Only used by Windows build for now.  Can be used to build into a
2400      # differet output directory, e.g., a build_dir_prefix of VS2010_ would
2401      # output files in src/build/VS2010_{Debug,Release}.
2402      'build_dir_prefix%': '',
2403
2404      # Targets are by default not nacl untrusted code.
2405      'nacl_untrusted_build%': 0,
2406
2407      'pnacl_compile_flags': [
2408        # pnacl uses the clang compiler so we need to suppress all the
2409        # same warnings as we do for clang.
2410        # TODO(sbc): Remove these if/when they are removed from the clang
2411        # build.
2412        '-Wno-unused-function',
2413        '-Wno-char-subscripts',
2414        '-Wno-c++11-extensions',
2415        '-Wno-unnamed-type-template-args',
2416      ],
2417
2418      'conditions': [
2419        ['OS=="win" and component=="shared_library"', {
2420          # See http://msdn.microsoft.com/en-us/library/aa652367.aspx
2421          'win_release_RuntimeLibrary%': '2', # 2 = /MD (nondebug DLL)
2422          'win_debug_RuntimeLibrary%': '3',   # 3 = /MDd (debug DLL)
2423        }, {
2424          # See http://msdn.microsoft.com/en-us/library/aa652367.aspx
2425          'win_release_RuntimeLibrary%': '0', # 0 = /MT (nondebug static)
2426          'win_debug_RuntimeLibrary%': '1',   # 1 = /MTd (debug static)
2427        }],
2428        ['OS=="ios"', {
2429          # See http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/Optimize-Options.html
2430          'mac_release_optimization%': 's', # Use -Os unless overridden
2431          'mac_debug_optimization%': '0',   # Use -O0 unless overridden
2432        }, {
2433          # See http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/Optimize-Options.html
2434          'mac_release_optimization%': '3', # Use -O3 unless overridden
2435          'mac_debug_optimization%': '0',   # Use -O0 unless overridden
2436        }],
2437        ['OS=="android"', {
2438          'host_os%': '<(host_os)',  # See comment above chromium_code.
2439        }],
2440      ],
2441      'clang_warning_flags': [
2442        '-Wheader-hygiene',
2443
2444        # Don't die on dtoa code that uses a char as an array index.
2445        # This is required solely for base/third_party/dmg_fp/dtoa.cc.
2446        '-Wno-char-subscripts',
2447
2448        # TODO(thakis): This used to be implied by -Wno-unused-function,
2449        # which we no longer use. Check if it makes sense to remove
2450        # this as well. http://crbug.com/316352
2451        '-Wno-unneeded-internal-declaration',
2452
2453        # Warns on switches on enums that cover all enum values but
2454        # also contain a default: branch. Chrome is full of that.
2455        '-Wno-covered-switch-default',
2456
2457        # Warns when a const char[] is converted to bool.
2458        '-Wstring-conversion',
2459
2460        # C++11-related flags:
2461
2462        # This warns on using ints as initializers for floats in
2463        # initializer lists (e.g. |int a = f(); CGSize s = { a, a };|),
2464        # which happens in several places in chrome code. Not sure if
2465        # this is worth fixing.
2466        '-Wno-c++11-narrowing',
2467
2468        # Clang considers the `register` keyword as deprecated, but e.g.
2469        # code generated by flex (used in angle) contains that keyword.
2470        # http://crbug.com/255186
2471        '-Wno-deprecated-register',
2472      ],
2473    },
2474    'includes': [ 'set_clang_warning_flags.gypi', ],
2475    'defines': [
2476      # Don't use deprecated V8 APIs anywhere.
2477      'V8_DEPRECATION_WARNINGS',
2478    ],
2479    'include_dirs': [
2480      '<(SHARED_INTERMEDIATE_DIR)',
2481    ],
2482    'conditions': [
2483      ['(OS=="mac" or OS=="ios") and asan==1', {
2484        'dependencies': [
2485          '<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime',
2486        ],
2487      }],
2488      ['OS=="linux" and use_allocator!="none" and clang_type_profiler==1', {
2489        'cflags_cc!': ['-fno-rtti'],
2490        'cflags_cc+': [
2491          '-frtti',
2492          '-gline-tables-only',
2493          '-fintercept-allocation-functions',
2494        ],
2495        'defines': ['TYPE_PROFILING'],
2496        'dependencies': [
2497          '<(DEPTH)/base/allocator/allocator.gyp:type_profiler',
2498        ],
2499      }],
2500      ['branding=="Chrome"', {
2501        'defines': ['GOOGLE_CHROME_BUILD'],
2502      }, {  # else: branding!="Chrome"
2503        'defines': ['CHROMIUM_BUILD'],
2504      }],
2505      ['OS=="mac" and component=="shared_library"', {
2506        'xcode_settings': {
2507          'DYLIB_INSTALL_NAME_BASE': '@rpath',
2508          'LD_RUNPATH_SEARCH_PATHS': [
2509            # For unbundled binaries.
2510            '@loader_path/.',
2511            # For bundled binaries, to get back from Binary.app/Contents/MacOS.
2512            '@loader_path/../../..',
2513          ],
2514        },
2515      }],
2516      ['clang==1 and OS!="win"', {
2517        # This is here so that all files get recompiled after a clang roll and
2518        # when turning clang on or off.
2519        # (defines are passed via the command line, and build systems rebuild
2520        # things when their commandline changes). Nothing should ever read this
2521        # define.
2522        'defines': ['CR_CLANG_REVISION=<!(<(DEPTH)/tools/clang/scripts/update.sh --print-revision)'],
2523      }],
2524      ['enable_rlz==1', {
2525        'defines': ['ENABLE_RLZ'],
2526      }],
2527      ['component=="shared_library"', {
2528        'defines': ['COMPONENT_BUILD'],
2529      }],
2530      ['toolkit_views==1', {
2531        'defines': ['TOOLKIT_VIEWS=1'],
2532      }],
2533      ['ui_compositor_image_transport==1', {
2534        'defines': ['UI_COMPOSITOR_IMAGE_TRANSPORT'],
2535      }],
2536      ['use_aura==1', {
2537        'defines': ['USE_AURA=1'],
2538      }],
2539      ['use_ash==1', {
2540        'defines': ['USE_ASH=1'],
2541      }],
2542      ['use_pango==1', {
2543        'defines': ['USE_PANGO=1'],
2544      }],
2545      ['use_cairo==1', {
2546        'defines': ['USE_CAIRO=1'],
2547      }],
2548      ['use_cras==1', {
2549        'defines': ['USE_CRAS=1'],
2550      }],
2551      ['use_glib==1', {
2552        'defines': ['USE_GLIB=1'],
2553      }],
2554      ['use_ozone==1', {
2555        'defines': ['USE_OZONE=1'],
2556      }],
2557      ['use_default_render_theme==1', {
2558        'defines': ['USE_DEFAULT_RENDER_THEME=1'],
2559      }],
2560      ['use_libjpeg_turbo==1', {
2561        'defines': ['USE_LIBJPEG_TURBO=1'],
2562      }],
2563      ['use_x11==1', {
2564        'defines': ['USE_X11=1'],
2565      }],
2566      ['use_clipboard_aurax11==1', {
2567        'defines': ['USE_CLIPBOARD_AURAX11=1'],
2568      }],
2569      ['enable_one_click_signin==1', {
2570        'defines': ['ENABLE_ONE_CLICK_SIGNIN'],
2571      }],
2572      ['enable_pre_sync_backup==1', {
2573        'defines': ['ENABLE_PRE_SYNC_BACKUP'],
2574      }],
2575      ['use_xi2_mt!=0 and use_x11==1', {
2576        'defines': ['USE_XI2_MT=<(use_xi2_mt)'],
2577      }],
2578      ['image_loader_extension==1', {
2579        'defines': ['IMAGE_LOADER_EXTENSION=1'],
2580      }],
2581      ['profiling==1', {
2582        'defines': ['ENABLE_PROFILING=1'],
2583      }],
2584      ['remoting==1', {
2585        'defines': ['ENABLE_REMOTING=1'],
2586      }],
2587      ['enable_webrtc==1', {
2588        'defines': ['ENABLE_WEBRTC=1'],
2589      }],
2590      ['proprietary_codecs==1', {
2591        'defines': ['USE_PROPRIETARY_CODECS'],
2592      }],
2593      ['enable_viewport==1', {
2594        'defines': ['ENABLE_VIEWPORT'],
2595      }],
2596      ['enable_pepper_cdms==1', {
2597        'defines': ['ENABLE_PEPPER_CDMS'],
2598      }],
2599      ['enable_browser_cdms==1', {
2600        'defines': ['ENABLE_BROWSER_CDMS'],
2601      }],
2602      ['configuration_policy==1', {
2603        'defines': ['ENABLE_CONFIGURATION_POLICY'],
2604      }],
2605      ['notifications==1', {
2606        'defines': ['ENABLE_NOTIFICATIONS'],
2607      }],
2608      ['enable_hidpi==1', {
2609        'defines': ['ENABLE_HIDPI=1'],
2610      }],
2611      ['native_discardable_memory==1', {
2612        'defines': ['DISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY'],
2613      }],
2614      ['native_memory_pressure_signals==1', {
2615        'defines': ['SYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE'],
2616      }],
2617      ['use_udev==1', {
2618        'defines': ['USE_UDEV'],
2619      }],
2620      ['fastbuild!=0', {
2621        'xcode_settings': {
2622          'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO',
2623        },
2624        'conditions': [
2625          ['clang==1 and asan==0 and msan==0 and tsan==0 and ubsan_vptr==0', {
2626            # Clang creates chubby debug information, which makes linking very
2627            # slow. For now, don't create debug information with clang.  See
2628            # http://crbug.com/70000
2629            'conditions': [
2630              ['OS=="linux"', {
2631                'variables': {
2632                  'debug_extra_cflags': '-g0',
2633                },
2634              }],
2635              # Android builds symbols on release by default, disable them.
2636              ['OS=="android"', {
2637                'variables': {
2638                  'debug_extra_cflags': '-g0',
2639                  'release_extra_cflags': '-g0',
2640                },
2641              }],
2642            ],
2643          }, { # else clang!=1
2644            'conditions': [
2645              ['OS=="win" and fastbuild==2', {
2646                # Completely disable debug information.
2647                'msvs_settings': {
2648                  'VCLinkerTool': {
2649                    'GenerateDebugInformation': 'false',
2650                  },
2651                  'VCCLCompilerTool': {
2652                    'DebugInformationFormat': '0',
2653                  },
2654                },
2655              }],
2656              ['OS=="win" and fastbuild==1', {
2657                'msvs_settings': {
2658                  'VCLinkerTool': {
2659                    # This tells the linker to generate .pdbs, so that
2660                    # we can get meaningful stack traces.
2661                    'GenerateDebugInformation': 'true',
2662                  },
2663                  'VCCLCompilerTool': {
2664                    # No debug info to be generated by compiler.
2665                    'DebugInformationFormat': '0',
2666                  },
2667                },
2668              }],
2669              ['OS=="linux" and fastbuild==2', {
2670                'variables': {
2671                  'debug_extra_cflags': '-g0',
2672                },
2673              }],
2674              ['OS=="linux" and fastbuild==1', {
2675                'variables': {
2676                  'debug_extra_cflags': '-g1',
2677                },
2678              }],
2679              ['OS=="android" and fastbuild==2', {
2680                'variables': {
2681                  'debug_extra_cflags': '-g0',
2682                  'release_extra_cflags': '-g0',
2683                },
2684              }],
2685              ['OS=="android" and fastbuild==1', {
2686                'variables': {
2687                  'debug_extra_cflags': '-g1',
2688                  'release_extra_cflags': '-g1',
2689                },
2690              }],
2691            ],
2692          }], # clang!=1
2693        ],
2694      }],  # fastbuild!=0
2695      ['dont_embed_build_metadata==1', {
2696        'defines': [
2697          'DONT_EMBED_BUILD_METADATA',
2698        ],
2699      }],  # dont_embed_build_metadata==1
2700      ['dcheck_always_on!=0', {
2701        'defines': ['DCHECK_ALWAYS_ON=1'],
2702      }],  # dcheck_always_on!=0
2703      ['tracing_like_official_build!=0', {
2704        'defines': ['TRACING_IS_OFFICIAL_BUILD=1'],
2705      }],  # tracing_like_official_build!=0
2706      ['win_use_allocator_shim==0', {
2707        'conditions': [
2708          ['OS=="win"', {
2709            'defines': ['NO_TCMALLOC'],
2710          }],
2711        ],
2712      }],
2713      ['enable_eglimage==1', {
2714        'defines': [
2715          'ENABLE_EGLIMAGE=1',
2716        ],
2717      }],
2718      ['asan==1', {
2719        'defines': [
2720          'ADDRESS_SANITIZER',
2721          'MEMORY_TOOL_REPLACES_ALLOCATOR',
2722          'MEMORY_SANITIZER_INITIAL_SIZE',
2723        ],
2724      }],
2725      ['syzyasan==1', {
2726        # SyzyAsan needs /PROFILE turned on to produce appropriate pdbs.
2727        'msvs_settings': {
2728          'VCLinkerTool': {
2729            'Profile': 'true',
2730          },
2731        },
2732        'defines': [
2733            'SYZYASAN',
2734            'MEMORY_TOOL_REPLACES_ALLOCATOR',
2735            'MEMORY_SANITIZER_INITIAL_SIZE',
2736        ],
2737      }],
2738      ['OS=="win"', {
2739        'defines': [
2740          '__STD_C',
2741          '_CRT_SECURE_NO_DEPRECATE',
2742          '_SCL_SECURE_NO_DEPRECATE',
2743          # This define is required to pull in the new Win8 interfaces from
2744          # system headers like ShObjIdl.h.
2745          'NTDDI_VERSION=0x06020000',
2746          # This is required for ATL to use XP-safe versions of its functions.
2747          '_USING_V110_SDK71_',
2748        ],
2749        'include_dirs': [
2750          '<(DEPTH)/third_party/wtl/include',
2751        ],
2752        'conditions': [
2753          ['win_z7!=0', {
2754            'msvs_settings': {
2755              # Generates debug info when win_z7=1
2756              # even if fastbuild=1 (that makes GenerateDebugInformation false).
2757              'VCLinkerTool': {
2758                'GenerateDebugInformation': 'true',
2759              },
2760              'VCCLCompilerTool': {
2761                'DebugInformationFormat': '1',
2762              }
2763            }
2764          }],
2765        ],  # win_z7!=0
2766      }],  # OS==win
2767      ['chromecast==1', {
2768        'defines': [
2769          'LOG_DISABLED=0',
2770        ],
2771        'conditions': [
2772          ['target_arch=="arm"', {
2773            'defines': [
2774              # TODO(lcwu): Work around an error when building Chromium
2775              # with gcc-4.5.3 (e.g. v8/src/platform-linux.cc). Remove
2776              # this define once the toolchain is updated.
2777              # See crbug.com/388933.
2778              '__SOFTFP',
2779            ],
2780          }],
2781        ],
2782      }],
2783      ['enable_task_manager==1', {
2784        'defines': [
2785          'ENABLE_TASK_MANAGER=1',
2786        ],
2787      }],
2788      ['enable_extensions==1', {
2789        'defines': [
2790          'ENABLE_EXTENSIONS=1',
2791        ],
2792      }],
2793      ['OS=="win" and branding=="Chrome"', {
2794        'defines': ['ENABLE_SWIFTSHADER'],
2795      }],
2796      ['enable_dart==1', {
2797        'defines': ['WEBKIT_USING_DART=1'],
2798      }],
2799      ['enable_plugin_installation==1', {
2800        'defines': ['ENABLE_PLUGIN_INSTALLATION=1'],
2801      }],
2802      ['enable_plugins==1', {
2803        'defines': ['ENABLE_PLUGINS=1'],
2804      }],
2805      ['enable_session_service==1', {
2806        'defines': ['ENABLE_SESSION_SERVICE=1'],
2807      }],
2808      ['enable_themes==1', {
2809        'defines': ['ENABLE_THEMES=1'],
2810      }],
2811      ['enable_autofill_dialog==1', {
2812        'defines': ['ENABLE_AUTOFILL_DIALOG=1'],
2813      }],
2814      ['enable_prod_wallet_service==1', {
2815        'defines': ['ENABLE_PROD_WALLET_SERVICE=1'],
2816      }],
2817      ['enable_background==1', {
2818        'defines': ['ENABLE_BACKGROUND=1'],
2819      }],
2820      ['enable_google_now==1', {
2821        'defines': ['ENABLE_GOOGLE_NOW=1'],
2822      }],
2823      ['cld_version!=0', {
2824        'defines': ['CLD_VERSION=<(cld_version)'],
2825      }],
2826      ['cld_version==2', {
2827        # This is used to populate the "CLD Data Source" field in:
2828        # chrome://translate-internals
2829        'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'],
2830      }],
2831      ['enable_printing==1', {
2832        'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'],
2833      }],
2834      ['enable_printing==2', {
2835        'defines': ['ENABLE_PRINTING=1'],
2836      }],
2837      ['OS=="win" and win_pdf_metafile_for_printing==1', {
2838        'defines': ['WIN_PDF_METAFILE_FOR_PRINTING=1'],
2839      }],
2840      ['enable_spellcheck==1', {
2841        'defines': ['ENABLE_SPELLCHECK=1'],
2842      }],
2843      ['enable_captive_portal_detection==1', {
2844        'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'],
2845      }],
2846      ['enable_app_list==1', {
2847        'defines': ['ENABLE_APP_LIST=1'],
2848      }],
2849      ['enable_settings_app==1', {
2850        'defines': ['ENABLE_SETTINGS_APP=1'],
2851      }],
2852      ['disable_file_support==1', {
2853        'defines': ['DISABLE_FILE_SUPPORT=1'],
2854      }],
2855      ['disable_ftp_support==1', {
2856        'defines': ['DISABLE_FTP_SUPPORT=1'],
2857      }],
2858      ['use_icu_alternatives_on_android==1', {
2859        'defines': ['USE_ICU_ALTERNATIVES_ON_ANDROID=1'],
2860      }],
2861      ['enable_managed_users==1', {
2862        'defines': ['ENABLE_MANAGED_USERS=1'],
2863      }],
2864      ['data_reduction_fallback_host != ""', {
2865        'defines': [
2866          'DATA_REDUCTION_FALLBACK_HOST="<(data_reduction_fallback_host)"'],
2867      }],
2868      ['data_reduction_dev_host != ""', {
2869        'defines': [
2870          'DATA_REDUCTION_DEV_HOST="<(data_reduction_dev_host)"'],
2871      }],
2872      ['spdy_proxy_auth_origin != ""', {
2873        'defines': ['SPDY_PROXY_AUTH_ORIGIN="<(spdy_proxy_auth_origin)"'],
2874      }],
2875      ['spdy_proxy_auth_property != ""', {
2876        'defines': ['SPDY_PROXY_AUTH_PROPERTY="<(spdy_proxy_auth_property)"'],
2877      }],
2878      ['spdy_proxy_auth_value != ""', {
2879        'defines': ['SPDY_PROXY_AUTH_VALUE="<(spdy_proxy_auth_value)"'],
2880      }],
2881      ['data_reduction_proxy_probe_url != ""', {
2882        'defines': [
2883          'DATA_REDUCTION_PROXY_PROBE_URL="<(data_reduction_proxy_probe_url)"'],
2884      }],
2885      ['data_reduction_proxy_warmup_url != ""', {
2886        'defines': [
2887          'DATA_REDUCTION_PROXY_WARMUP_URL="<(data_reduction_proxy_warmup_url)"'],
2888      }],
2889      ['data_reduction_proxy_ssl_origin != ""', {
2890        'defines': [
2891          'DATA_REDUCTION_PROXY_SSL_ORIGIN="<(data_reduction_proxy_ssl_origin)"'],
2892      }],
2893      ['data_reduction_proxy_alt_origin != ""', {
2894        'defines': [
2895          'DATA_REDUCTION_PROXY_ALT_ORIGIN="<(data_reduction_proxy_alt_origin)"'],
2896      }],
2897      ['data_reduction_proxy_alt_fallback_origin != ""', {
2898        'defines': [
2899          'DATA_REDUCTION_PROXY_ALT_FALLBACK_ORIGIN="<(data_reduction_proxy_alt_fallback_origin)"'],
2900      }],
2901      ['enable_mdns==1', {
2902        'defines': ['ENABLE_MDNS=1'],
2903      }],
2904      ['enable_service_discovery==1', {
2905        'defines' : [ 'ENABLE_SERVICE_DISCOVERY=1' ],
2906      }],
2907      ['enable_wifi_bootstrapping==1', {
2908        'defines' : [ 'ENABLE_WIFI_BOOTSTRAPPING=1' ],
2909      }],
2910      ['enable_hangout_services_extension==1', {
2911        'defines': ['ENABLE_HANGOUT_SERVICES_EXTENSION=1'],
2912      }],
2913      ['enable_ipc_fuzzer==1', {
2914        'defines': ['ENABLE_IPC_FUZZER=1'],
2915      }],
2916      ['video_hole==1', {
2917        'defines': ['VIDEO_HOLE=1'],
2918      }],
2919    ],  # conditions for 'target_defaults'
2920    'target_conditions': [
2921      ['<(use_openssl)==1', {
2922        'defines': ['USE_OPENSSL=1'],
2923      }],
2924      ['<(use_openssl_certs)==1', {
2925        'defines': ['USE_OPENSSL_CERTS=1'],
2926      }],
2927      ['>(nacl_untrusted_build)==1', {
2928        'defines': [
2929          'USE_OPENSSL=1',
2930          'USE_OPENSSL_CERTS=1',
2931        ],
2932      }],
2933      ['<(use_nss)==1 and >(nacl_untrusted_build)==0', {
2934        'defines': ['USE_NSS=1'],
2935      }],
2936      ['<(chromeos)==1 and >(nacl_untrusted_build)==0', {
2937        'defines': ['OS_CHROMEOS=1'],
2938      }],
2939      ['enable_wexit_time_destructors==1 and OS!="win"', {
2940        # TODO: Enable on Windows too, http://crbug.com/404525
2941        'variables': { 'clang_warning_flags': ['-Wexit-time-destructors']},
2942      }],
2943      ['chromium_code==0', {
2944        'conditions': [
2945          [ 'os_posix==1 and OS!="mac" and OS!="ios"', {
2946            # We don't want to get warnings from third-party code,
2947            # so remove any existing warning-enabling flags like -Wall.
2948            'cflags!': [
2949              '-Wall',
2950              '-Wextra',
2951            ],
2952            'cflags_cc': [
2953              # Don't warn about hash_map in third-party code.
2954              '-Wno-deprecated',
2955            ],
2956            'cflags': [
2957              # Don't warn about printf format problems.
2958              # This is off by default in gcc but on in Ubuntu's gcc(!).
2959              '-Wno-format',
2960            ],
2961            'cflags_cc!': [
2962              # Necessary because llvm.org/PR10448 is WONTFIX (crbug.com/90453).
2963              '-Wsign-compare',
2964            ]
2965          }],
2966          # TODO: Fix all warnings on chromeos too.
2967          [ 'os_posix==1 and OS!="mac" and OS!="ios" and (clang!=1 or chromeos==1)', {
2968            'cflags!': [
2969              '-Werror',
2970            ],
2971          }],
2972          [ 'os_posix==1 and os_bsd!=1 and OS!="mac" and OS!="android"', {
2973            'cflags': [
2974              # Don't warn about ignoring the return value from e.g. close().
2975              # This is off by default in some gccs but on by default in others.
2976              # BSD systems do not support this option, since they are usually
2977              # using gcc 4.2.1, which does not have this flag yet.
2978              '-Wno-unused-result',
2979            ],
2980          }],
2981          [ 'OS=="win"', {
2982            'defines': [
2983              '_CRT_SECURE_NO_DEPRECATE',
2984              '_CRT_NONSTDC_NO_WARNINGS',
2985              '_CRT_NONSTDC_NO_DEPRECATE',
2986              '_SCL_SECURE_NO_DEPRECATE',
2987            ],
2988            'msvs_disabled_warnings': [4800],
2989            'msvs_settings': {
2990              'VCCLCompilerTool': {
2991                'WarningLevel': '3',
2992                'WarnAsError': 'true',
2993                'Detect64BitPortabilityProblems': 'false',
2994              },
2995            },
2996            'conditions': [
2997              ['buildtype=="Official"', {
2998                'msvs_settings': {
2999                  'VCCLCompilerTool': { 'WarnAsError': 'false' },
3000                }
3001              }],
3002              ['clang==1', {
3003                'msvs_settings': {
3004                  'VCCLCompilerTool': { 'WarnAsError': 'false' },
3005                }
3006              }],
3007            ],
3008          }],
3009          # TODO(darin): Unfortunately, some third_party code depends on base.
3010          [ 'OS=="win" and component=="shared_library"', {
3011            'msvs_disabled_warnings': [
3012              4251,  # class 'std::xx' needs to have dll-interface.
3013            ],
3014          }],
3015          [ 'OS=="mac" or OS=="ios"', {
3016            'xcode_settings': {
3017              'WARNING_CFLAGS!': ['-Wall', '-Wextra'],
3018            },
3019            'conditions': [
3020              ['buildtype=="Official"', {
3021                'xcode_settings': {
3022                  'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',    # -Werror
3023                },
3024              }],
3025            ],
3026          }],
3027          [ 'OS=="ios"', {
3028            'xcode_settings': {
3029              # TODO(ios): Fix remaining warnings in third-party code, then
3030              # remove this; the Mac cleanup didn't get everything that's
3031              # flagged in an iOS build.
3032              'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
3033              'RUN_CLANG_STATIC_ANALYZER': 'NO',
3034              # Several internal ios directories generate numerous warnings for
3035              # -Wobjc-missing-property-synthesis.
3036              'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'NO',
3037            },
3038          }],
3039        ],
3040      }, {
3041        'includes': [
3042           # Rules for excluding e.g. foo_win.cc from the build on non-Windows.
3043          'filename_rules.gypi',
3044        ],
3045        # In Chromium code, we define __STDC_foo_MACROS in order to get the
3046        # C99 macros on Mac and Linux.
3047        'defines': [
3048          '__STDC_CONSTANT_MACROS',
3049          '__STDC_FORMAT_MACROS',
3050        ],
3051        'conditions': [
3052          ['OS=="win"', {
3053            # turn on warnings for signed/unsigned mismatch on chromium code.
3054            'msvs_settings': {
3055              'VCCLCompilerTool': {
3056                'AdditionalOptions': ['/we4389'],
3057              },
3058            },
3059          }],
3060          ['OS=="win" and component=="shared_library"', {
3061            'msvs_disabled_warnings': [
3062              4251,  # class 'std::xx' needs to have dll-interface.
3063            ],
3064          }],
3065        ],
3066      }],
3067    ],  # target_conditions for 'target_defaults'
3068    'default_configuration': 'Debug',
3069    'configurations': {
3070      # VCLinkerTool LinkIncremental values below:
3071      #   0 == default
3072      #   1 == /INCREMENTAL:NO
3073      #   2 == /INCREMENTAL
3074      # Debug links incremental, Release does not.
3075      #
3076      # Abstract base configurations to cover common attributes.
3077      #
3078      'Common_Base': {
3079        'abstract': 1,
3080        'msvs_configuration_attributes': {
3081          'OutputDirectory': '<(DEPTH)\\build\\<(build_dir_prefix)$(ConfigurationName)',
3082          'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
3083          'CharacterSet': '1',
3084        },
3085        # Add the default import libs.
3086        'msvs_settings':{
3087          'VCLinkerTool': {
3088            'AdditionalDependencies': [
3089              'kernel32.lib',
3090              'gdi32.lib',
3091              'winspool.lib',
3092              'comdlg32.lib',
3093              'advapi32.lib',
3094              'shell32.lib',
3095              'ole32.lib',
3096              'oleaut32.lib',
3097              'user32.lib',
3098              'uuid.lib',
3099              'odbc32.lib',
3100              'odbccp32.lib',
3101              'delayimp.lib',
3102              'credui.lib',
3103              'netapi32.lib',
3104            ],
3105          },
3106        },
3107      },
3108      'x86_Base': {
3109        'abstract': 1,
3110        'msvs_settings': {
3111          'VCLinkerTool': {
3112            'MinimumRequiredVersion': '5.01',  # XP.
3113            'TargetMachine': '1',
3114          },
3115          'VCLibrarianTool': {
3116            'TargetMachine': '1',
3117          },
3118        },
3119        'msvs_configuration_platform': 'Win32',
3120      },
3121      'x64_Base': {
3122        'abstract': 1,
3123        'msvs_configuration_platform': 'x64',
3124        'msvs_settings': {
3125          'VCLinkerTool': {
3126            # Make sure to understand http://crbug.com/361720 if you want to
3127            # increase this.
3128            'MinimumRequiredVersion': '5.02',  # Server 2003.
3129            'TargetMachine': '17', # x86 - 64
3130            'AdditionalLibraryDirectories!':
3131              ['<(windows_sdk_path)/Lib/win8/um/x86'],
3132            'AdditionalLibraryDirectories':
3133              ['<(windows_sdk_path)/Lib/win8/um/x64'],
3134            # Doesn't exist x64 SDK. Should use oleaut32 in any case.
3135            'IgnoreDefaultLibraryNames': [ 'olepro32.lib' ],
3136          },
3137          'VCLibrarianTool': {
3138            'AdditionalLibraryDirectories!':
3139              ['<(windows_sdk_path)/Lib/win8/um/x86'],
3140            'AdditionalLibraryDirectories':
3141              ['<(windows_sdk_path)/Lib/win8/um/x64'],
3142            'TargetMachine': '17', # x64
3143          },
3144        },
3145      },
3146      'Debug_Base': {
3147        'abstract': 1,
3148        'defines': [
3149          'DYNAMIC_ANNOTATIONS_ENABLED=1',
3150          'WTF_USE_DYNAMIC_ANNOTATIONS=1',
3151        ],
3152        'xcode_settings': {
3153          'GCC_OPTIMIZATION_LEVEL': '<(mac_debug_optimization)',
3154          'OTHER_CFLAGS': [
3155            '<@(debug_extra_cflags)',
3156          ],
3157        },
3158        'msvs_settings': {
3159          'VCCLCompilerTool': {
3160            'Optimization': '<(win_debug_Optimization)',
3161            'PreprocessorDefinitions': ['_DEBUG'],
3162            'BasicRuntimeChecks': '<(win_debug_RuntimeChecks)',
3163            'RuntimeLibrary': '<(win_debug_RuntimeLibrary)',
3164            'conditions': [
3165              # According to MSVS, InlineFunctionExpansion=0 means
3166              # "default inlining", not "/Ob0".
3167              # Thus, we have to handle InlineFunctionExpansion==0 separately.
3168              ['win_debug_InlineFunctionExpansion==0', {
3169                'AdditionalOptions': ['/Ob0'],
3170              }],
3171              ['win_debug_InlineFunctionExpansion!=""', {
3172                'InlineFunctionExpansion':
3173                  '<(win_debug_InlineFunctionExpansion)',
3174              }],
3175              ['win_debug_disable_iterator_debugging==1', {
3176                'PreprocessorDefinitions': ['_HAS_ITERATOR_DEBUGGING=0'],
3177              }],
3178
3179              # if win_debug_OmitFramePointers is blank, leave as default
3180              ['win_debug_OmitFramePointers==1', {
3181                'OmitFramePointers': 'true',
3182              }],
3183              ['win_debug_OmitFramePointers==0', {
3184                'OmitFramePointers': 'false',
3185                # The above is not sufficient (http://crbug.com/106711): it
3186                # simply eliminates an explicit "/Oy", but both /O2 and /Ox
3187                # perform FPO regardless, so we must explicitly disable.
3188                # We still want the false setting above to avoid having
3189                # "/Oy /Oy-" and warnings about overriding.
3190                'AdditionalOptions': ['/Oy-'],
3191              }],
3192            ],
3193            'AdditionalOptions': [ '<@(win_debug_extra_cflags)', ],
3194          },
3195          'VCLinkerTool': {
3196            'LinkIncremental': '<(msvs_debug_link_incremental)',
3197            # ASLR makes debugging with windbg difficult because Chrome.exe and
3198            # Chrome.dll share the same base name. As result, windbg will
3199            # name the Chrome.dll module like chrome_<base address>, where
3200            # <base address> typically changes with each launch. This in turn
3201            # means that breakpoints in Chrome.dll don't stick from one launch
3202            # to the next. For this reason, we turn ASLR off in debug builds.
3203            # Note that this is a three-way bool, where 0 means to pick up
3204            # the default setting, 1 is off and 2 is on.
3205            'RandomizedBaseAddress': 1,
3206          },
3207          'VCResourceCompilerTool': {
3208            'PreprocessorDefinitions': ['_DEBUG'],
3209          },
3210        },
3211        'conditions': [
3212          ['OS=="linux" or OS=="android"', {
3213            'target_conditions': [
3214              ['_toolset=="target"', {
3215                'cflags': [
3216                  '<@(debug_extra_cflags)',
3217                ],
3218              }],
3219            ],
3220          }],
3221          ['OS=="linux" and target_arch!="ia32" and disable_glibcxx_debug==0', {
3222            # Enable libstdc++ debugging facilities to help catch problems
3223            # early, see http://crbug.com/65151 .
3224            # TODO(phajdan.jr): Should we enable this for all of POSIX?
3225            'defines': ['_GLIBCXX_DEBUG=1',],
3226          }],
3227          ['release_valgrind_build==0', {
3228            'xcode_settings': {
3229              'OTHER_CFLAGS': [
3230                '-fstack-protector-all',  # Implies -fstack-protector
3231              ],
3232            },
3233          }],
3234          ['clang==1', {
3235            'cflags': [
3236              # Allow comparing the address of references and 'this' against 0
3237              # in debug builds. Technically, these can never be null in
3238              # well-defined C/C++ and Clang can optimize such checks away in
3239              # release builds, but they may be used in asserts in debug builds.
3240              '-Wno-undefined-bool-conversion',
3241              '-Wno-tautological-undefined-compare',
3242            ],
3243            'xcode_settings': {
3244              'OTHER_CFLAGS': [
3245                '-Wno-undefined-bool-conversion',
3246                '-Wno-tautological-undefined-compare',
3247              ],
3248            },
3249            'msvs_settings': {
3250              'VCCLCompilerTool': {
3251                'AdditionalOptions': [
3252                  '-Wno-undefined-bool-conversion',
3253                  '-Wno-tautological-undefined-compare',
3254                ],
3255              },
3256            },
3257          }],
3258        ],
3259      },
3260      'Release_Base': {
3261        'abstract': 1,
3262        'defines': [
3263          'NDEBUG',
3264        ],
3265        'xcode_settings': {
3266          'DEAD_CODE_STRIPPING': 'YES',  # -Wl,-dead_strip
3267          'GCC_OPTIMIZATION_LEVEL': '<(mac_release_optimization)',
3268          'OTHER_CFLAGS': [ '<@(release_extra_cflags)', ],
3269        },
3270        'msvs_settings': {
3271          'VCCLCompilerTool': {
3272            'RuntimeLibrary': '<(win_release_RuntimeLibrary)',
3273            'conditions': [
3274              # In official builds, each target will self-select
3275              # an optimization level.
3276              ['buildtype!="Official"', {
3277                  'Optimization': '<(win_release_Optimization)',
3278                },
3279              ],
3280              # According to MSVS, InlineFunctionExpansion=0 means
3281              # "default inlining", not "/Ob0".
3282              # Thus, we have to handle InlineFunctionExpansion==0 separately.
3283              ['win_release_InlineFunctionExpansion==0', {
3284                'AdditionalOptions': ['/Ob0'],
3285              }],
3286              ['win_release_InlineFunctionExpansion!=""', {
3287                'InlineFunctionExpansion':
3288                  '<(win_release_InlineFunctionExpansion)',
3289              }],
3290
3291              # if win_release_OmitFramePointers is blank, leave as default
3292              ['win_release_OmitFramePointers==1', {
3293                'OmitFramePointers': 'true',
3294              }],
3295              ['win_release_OmitFramePointers==0', {
3296                'OmitFramePointers': 'false',
3297                # The above is not sufficient (http://crbug.com/106711): it
3298                # simply eliminates an explicit "/Oy", but both /O2 and /Ox
3299                # perform FPO regardless, so we must explicitly disable.
3300                # We still want the false setting above to avoid having
3301                # "/Oy /Oy-" and warnings about overriding.
3302                'AdditionalOptions': ['/Oy-'],
3303              }],
3304            ],
3305            'AdditionalOptions': [
3306                '/d2Zi+',  # Improve debugging of Release builds.
3307                '<@(win_release_extra_cflags)',
3308            ],
3309          },
3310          'VCLinkerTool': {
3311            # LinkIncremental is a tri-state boolean, where 0 means default
3312            # (i.e., inherit from parent solution), 1 means false, and
3313            # 2 means true.
3314            'LinkIncremental': '1',
3315            # This corresponds to the /PROFILE flag which ensures the PDB
3316            # file contains FIXUP information (growing the PDB file by about
3317            # 5%) but does not otherwise alter the output binary. This
3318            # information is used by the Syzygy optimization tool when
3319            # decomposing the release image.
3320            'Profile': 'true',
3321          },
3322        },
3323        'conditions': [
3324          ['msvs_use_common_release', {
3325            'includes': ['release.gypi'],
3326          }],
3327          ['release_valgrind_build==0 and tsan==0', {
3328            'defines': [
3329              'NVALGRIND',
3330              'DYNAMIC_ANNOTATIONS_ENABLED=0',
3331            ],
3332          }, {
3333            'defines': [
3334              'MEMORY_TOOL_REPLACES_ALLOCATOR',
3335              'MEMORY_SANITIZER_INITIAL_SIZE',
3336              'DYNAMIC_ANNOTATIONS_ENABLED=1',
3337              'WTF_USE_DYNAMIC_ANNOTATIONS=1',
3338            ],
3339          }],
3340          ['win_use_allocator_shim==0', {
3341            'defines': ['NO_TCMALLOC'],
3342          }],
3343          # _FORTIFY_SOURCE isn't really supported by Clang now, see
3344          # http://llvm.org/bugs/show_bug.cgi?id=16821.
3345          # It seems to work fine with Ubuntu 12 headers though, so use it
3346          # in official builds.
3347          ['os_posix==1 and (asan!=1 and msan!=1 and tsan!=1 and lsan!=1 and ubsan!=1) and (OS!="linux" or clang!=1 or buildtype=="Official")', {
3348            'target_conditions': [
3349              ['chromium_code==1', {
3350                # Non-chromium code is not guaranteed to compile cleanly
3351                # with _FORTIFY_SOURCE. Also, fortified build may fail
3352                # when optimizations are disabled, so only do that for Release
3353                # build.
3354                'defines': [
3355                  '_FORTIFY_SOURCE=2',
3356                ],
3357              }],
3358            ],
3359          }],
3360          ['OS=="linux" or OS=="android"', {
3361            'target_conditions': [
3362              ['_toolset=="target"', {
3363                'cflags': [
3364                  '<@(release_extra_cflags)',
3365                ],
3366                'conditions': [
3367                  ['enable_resource_whitelist_generation==1', {
3368                    'cflags': [
3369                      '-Wunknown-pragmas -Wno-error=unknown-pragmas',
3370                    ],
3371                  }],
3372                ],
3373              }],
3374            ],
3375          }],
3376          ['OS=="ios"', {
3377            'defines': [
3378              'NS_BLOCK_ASSERTIONS=1',
3379            ],
3380          }],
3381        ],
3382      },
3383      #
3384      # Concrete configurations
3385      #
3386      'Debug': {
3387        'inherit_from': ['Common_Base', 'x86_Base', 'Debug_Base'],
3388      },
3389      'Release': {
3390        'inherit_from': ['Common_Base', 'x86_Base', 'Release_Base'],
3391      },
3392      'conditions': [
3393        [ 'OS=="ios"', {
3394          'Profile': {
3395            'inherit_from': ['Common_Base', 'x86_Base', 'Release_Base'],
3396            'target_conditions': [
3397              [ '_type=="executable"', {
3398                # To get a real .dSYM bundle produced by dsymutil, set the
3399                # debug information format to dwarf-with-dsym.  Since
3400                # strip_from_xcode will not be used, set Xcode to do the
3401                # stripping as well.
3402                'xcode_settings': {
3403                  'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
3404                  'DEPLOYMENT_POSTPROCESSING': 'YES',
3405                  'STRIP_INSTALLED_PRODUCT': 'YES',
3406                },
3407              }],
3408            ],
3409          },
3410        }],
3411        [ 'OS=="win"', {
3412          # TODO(bradnelson): add a gyp mechanism to make this more graceful.
3413          'Debug_x64': {
3414            'inherit_from': ['Common_Base', 'x64_Base', 'Debug_Base'],
3415          },
3416          'Release_x64': {
3417            'inherit_from': ['Common_Base', 'x64_Base', 'Release_Base'],
3418          },
3419        }],
3420      ],
3421    },
3422  },
3423  'conditions': [
3424    ['os_posix==1', {
3425      'target_defaults': {
3426        'ldflags': [
3427          '-Wl,-z,now',
3428          '-Wl,-z,relro',
3429        ],
3430      },
3431    }],
3432    # TODO(jochen): Enable this on chromeos on arm. http://crbug.com/356580
3433    ['os_posix==1 and disable_fatal_linker_warnings==0 and use_evdev_gestures==0 and (chromeos==0 or target_arch!="arm")', {
3434      'target_defaults': {
3435        'ldflags': [
3436          '-Wl,--fatal-warnings',
3437        ],
3438      },
3439    }],
3440    ['os_posix==1 and chromeos==0', {
3441      # Chrome OS enables -fstack-protector-strong via its build wrapper,
3442      # and we want to avoid overriding this, so stack-protector is only
3443      # enabled when not building on Chrome OS.
3444      # TODO(phajdan.jr): Use -fstack-protector-strong when our gcc
3445      # supports it.
3446      'target_defaults': {
3447        'cflags': [
3448          '-fstack-protector',
3449          '--param=ssp-buffer-size=4',
3450        ],
3451      },
3452    }],
3453    ['os_posix==1 and OS!="mac" and OS!="ios"', {
3454      'target_defaults': {
3455        # Enable -Werror by default, but put it in a variable so it can
3456        # be disabled in ~/.gyp/include.gypi on the valgrind builders.
3457        'variables': {
3458          'werror%': '-Werror',
3459          'libraries_for_target%': '',
3460        },
3461        'defines': [
3462          '_FILE_OFFSET_BITS=64',
3463        ],
3464        'cflags': [
3465          '<(werror)',  # See note above about the werror variable.
3466          '-pthread',
3467          '-fno-exceptions',
3468          '-fno-strict-aliasing',  # See http://crbug.com/32204
3469          '-Wall',
3470          # TODO(evan): turn this back on once all the builds work.
3471          # '-Wextra',
3472          # Don't warn about unused function params.  We use those everywhere.
3473          '-Wno-unused-parameter',
3474          # Don't warn about the "struct foo f = {0};" initialization pattern.
3475          '-Wno-missing-field-initializers',
3476          # Don't export any symbols (for example, to plugins we dlopen()).
3477          # Note: this is *required* to make some plugins work.
3478          '-fvisibility=hidden',
3479          '-pipe',
3480        ],
3481        'cflags_cc': [
3482          '-fno-rtti',
3483          '-fno-threadsafe-statics',
3484          # Make inline functions have hidden visiblity by default.
3485          # Surprisingly, not covered by -fvisibility=hidden.
3486          '-fvisibility-inlines-hidden',
3487          # GCC turns on -Wsign-compare for C++ under -Wall, but clang doesn't,
3488          # so we specify it explicitly.  (llvm.org/PR10448, crbug.com/90453)
3489          '-Wsign-compare',
3490        ],
3491        'ldflags': [
3492          '-pthread', '-Wl,-z,noexecstack',
3493        ],
3494        'libraries' : [
3495          '<(libraries_for_target)',
3496        ],
3497        'configurations': {
3498          'Debug_Base': {
3499            'variables': {
3500              'debug_optimize%': '0',
3501            },
3502            'defines': [
3503              '_DEBUG',
3504            ],
3505            'cflags': [
3506              '-O>(debug_optimize)',
3507              '-g',
3508            ],
3509            'conditions' : [
3510              ['OS=="android"', {
3511                'ldflags': [
3512                  # Warn in case of text relocations.
3513                  '-Wl,--warn-shared-textrel',
3514                ],
3515              }],
3516              ['OS=="android" and android_full_debug==0', {
3517                # Some configurations are copied from Release_Base to reduce
3518                # the binary size.
3519                'variables': {
3520                  'debug_optimize%': 's',
3521                },
3522                'cflags': [
3523                  '-fdata-sections',
3524                  '-ffunction-sections',
3525                ],
3526                'ldflags': [
3527                  '-Wl,-O1',
3528                  '-Wl,--as-needed',
3529                ],
3530              }],
3531              ['OS=="android" and android_full_debug==0 and target_arch!="arm64"', {
3532                # We don't omit frame pointers on arm64 since they are required
3533                # to correctly unwind stackframes which contain system library
3534                # function frames (crbug.com/391706).
3535                'cflags': [
3536                  '-fomit-frame-pointer',
3537                ],
3538              }],
3539              ['OS=="linux" and target_arch=="ia32"', {
3540                'ldflags': [
3541                  '-Wl,--no-as-needed',
3542                ],
3543              }],
3544              ['debug_unwind_tables==1', {
3545                'cflags': ['-funwind-tables'],
3546              }, {
3547                'cflags': ['-fno-unwind-tables', '-fno-asynchronous-unwind-tables'],
3548              }],
3549              # TODO(mostynb): shuffle clang/gcc_version/binutils_version
3550              # definitions in to the right scope to use them when setting
3551              # linux_use_debug_fission, so it can be used here alone.
3552              ['linux_use_debug_fission==1 and linux_use_gold_flags==1 and (clang==1 or gcc_version>=48) and binutils_version>=223', {
3553                'cflags': ['-gsplit-dwarf'],
3554              }],
3555            ],
3556          },
3557          'Release_Base': {
3558            'variables': {
3559              'release_optimize%': '2',
3560              # Binaries become big and gold is unable to perform GC
3561              # and remove unused sections for some of test targets
3562              # on 32 bit platform.
3563              # (This is currently observed only in chromeos valgrind bots)
3564              # The following flag is to disable --gc-sections linker
3565              # option for these bots.
3566              'no_gc_sections%': 0,
3567
3568              # TODO(bradnelson): reexamine how this is done if we change the
3569              # expansion of configurations
3570              'release_valgrind_build%': 0,
3571            },
3572            'cflags': [
3573              '-O<(release_optimize)',
3574              # Don't emit the GCC version ident directives, they just end up
3575              # in the .comment section taking up binary size.
3576              '-fno-ident',
3577              # Put data and code in their own sections, so that unused symbols
3578              # can be removed at link time with --gc-sections.
3579              '-fdata-sections',
3580              '-ffunction-sections',
3581            ],
3582            'ldflags': [
3583              # Specifically tell the linker to perform optimizations.
3584              # See http://lwn.net/Articles/192624/ .
3585              '-Wl,-O1',
3586              '-Wl,--as-needed',
3587            ],
3588            'conditions' : [
3589              ['no_gc_sections==0', {
3590                'ldflags': [
3591                  '-Wl,--gc-sections',
3592                ],
3593              }],
3594              ['OS=="android" and target_arch!="arm64"', {
3595                # We don't omit frame pointers on arm64 since they are required
3596                # to correctly unwind stackframes which contain system library
3597                # function frames (crbug.com/391706).
3598                'cflags': [
3599                  '-fomit-frame-pointer',
3600                ]
3601              }],
3602              ['OS=="android"', {
3603                'variables': {
3604                  'release_optimize%': 's',
3605                },
3606                'ldflags': [
3607                  # Warn in case of text relocations.
3608                  '-Wl,--warn-shared-textrel',
3609                ],
3610              }],
3611              ['clang==1', {
3612                'cflags!': [
3613                  '-fno-ident',
3614                ],
3615                # TODO(thakis): Remove once http://llvm.org/PR20354 is fixed
3616                # and the fix is in chromium.
3617                'cflags': [ '-fno-slp-vectorize', ],
3618              }],
3619              ['profiling==1', {
3620                'cflags': [
3621                  '-fno-omit-frame-pointer',
3622                  '-g',
3623                ],
3624                'conditions' : [
3625                  ['profiling_full_stack_frames==1', {
3626                    'cflags': [
3627                      '-fno-inline',
3628                      '-fno-optimize-sibling-calls',
3629                    ],
3630                  }],
3631                ],
3632              }],
3633              ['release_unwind_tables==1', {
3634                'cflags': ['-funwind-tables'],
3635              }, {
3636                'cflags': ['-fno-unwind-tables', '-fno-asynchronous-unwind-tables'],
3637              }],
3638            ],
3639          },
3640        },
3641        'conditions': [
3642          ['target_arch=="ia32"', {
3643            'target_conditions': [
3644              ['_toolset=="target"', {
3645                'asflags': [
3646                  # Needed so that libs with .s files (e.g. libicudata.a)
3647                  # are compatible with the general 32-bit-ness.
3648                  '-32',
3649                ],
3650                # All floating-point computations on x87 happens in 80-bit
3651                # precision.  Because the C and C++ language standards allow
3652                # the compiler to keep the floating-point values in higher
3653                # precision than what's specified in the source and doing so
3654                # is more efficient than constantly rounding up to 64-bit or
3655                # 32-bit precision as specified in the source, the compiler,
3656                # especially in the optimized mode, tries very hard to keep
3657                # values in x87 floating-point stack (in 80-bit precision)
3658                # as long as possible. This has important side effects, that
3659                # the real value used in computation may change depending on
3660                # how the compiler did the optimization - that is, the value
3661                # kept in 80-bit is different than the value rounded down to
3662                # 64-bit or 32-bit. There are possible compiler options to
3663                # make this behavior consistent (e.g. -ffloat-store would keep
3664                # all floating-values in the memory, thus force them to be
3665                # rounded to its original precision) but they have significant
3666                # runtime performance penalty.
3667                #
3668                # -mfpmath=sse -msse2 makes the compiler use SSE instructions
3669                # which keep floating-point values in SSE registers in its
3670                # native precision (32-bit for single precision, and 64-bit
3671                # for double precision values). This means the floating-point
3672                # value used during computation does not change depending on
3673                # how the compiler optimized the code, since the value is
3674                # always kept in its specified precision.
3675                #
3676                # Refer to http://crbug.com/348761 for rationale behind SSE2
3677                # being a minimum requirement for 32-bit Linux builds and
3678                # http://crbug.com/313032 for an example where this has "bit"
3679                # us in the past.
3680                'cflags': [
3681                  '-msse2',
3682                  '-mfpmath=sse',
3683                  '-mmmx',  # Allows mmintrin.h for MMX intrinsics.
3684                  '-m32',
3685                ],
3686                'ldflags': [
3687                  '-m32',
3688                ],
3689                'conditions': [
3690                  # Use gold linker for Android ia32 target.
3691                  ['OS=="android"', {
3692                    'ldflags': [
3693                      '-fuse-ld=gold',
3694                    ],
3695                  }],
3696                  # Install packages have started cropping up with
3697                  # different headers between the 32-bit and 64-bit
3698                  # versions, so we have to shadow those differences off
3699                  # and make sure a 32-bit-on-64-bit build picks up the
3700                  # right files.
3701                  # For android build, use NDK headers instead of host headers
3702                  ['host_arch!="ia32" and OS!="android"', {
3703                    'include_dirs+': [
3704                      '/usr/include32',
3705                    ],
3706                  }],
3707                ],
3708              }],
3709            ],
3710          }],
3711          ['target_arch=="x64"', {
3712            'target_conditions': [
3713              ['_toolset=="target"', {
3714                'conditions': [
3715                  # Use gold linker for Android x64 target.
3716                  ['OS=="android"', {
3717                    'ldflags': [
3718                      '-fuse-ld=gold',
3719                    ],
3720                  }],
3721                ],
3722                'cflags': [
3723                  '-m64',
3724                  '-march=x86-64',
3725                ],
3726                'ldflags': [
3727                  '-m64',
3728                ],
3729              }],
3730            ],
3731          }],
3732          ['target_arch=="arm"', {
3733            'target_conditions': [
3734              ['_toolset=="target"', {
3735                'conditions': [
3736                  ['clang==0', {
3737                    'cflags_cc': [
3738                      # The codesourcery arm-2009q3 toolchain warns at that the ABI
3739                      # has changed whenever it encounters a varargs function. This
3740                      # silences those warnings, as they are not helpful and
3741                      # clutter legitimate warnings.
3742                      '-Wno-abi',
3743                    ],
3744                  }],
3745                  ['clang==1 and arm_arch!="" and OS!="android"', {
3746                    'cflags': [
3747                      '-target arm-linux-gnueabihf',
3748                    ],
3749                    'ldflags': [
3750                      '-target arm-linux-gnueabihf',
3751                    ],
3752                  }],
3753                  ['arm_arch!=""', {
3754                    'cflags': [
3755                      '-march=<(arm_arch)',
3756                    ],
3757                  }],
3758                  ['clang==1 and OS!="android"', {
3759                    'cflags': [
3760                      # We need to disable clang's builtin assembler as it can't
3761                      # handle several asm files, crbug.com/124610
3762                      '-no-integrated-as',
3763                    ],
3764                  }],
3765                  ['arm_tune!=""', {
3766                    'cflags': [
3767                      '-mtune=<(arm_tune)',
3768                    ],
3769                  }],
3770                  ['arm_fpu!=""', {
3771                    'cflags': [
3772                      '-mfpu=<(arm_fpu)',
3773                    ],
3774                  }],
3775                  ['arm_float_abi!=""', {
3776                    'cflags': [
3777                      '-mfloat-abi=<(arm_float_abi)',
3778                    ],
3779                  }],
3780                  ['arm_thumb==1', {
3781                    'cflags': [
3782                    '-mthumb',
3783                    ]
3784                  }],
3785                  ['OS=="android"', {
3786                    # Most of the following flags are derived from what Android
3787                    # uses by default when building for arm, reference for which
3788                    # can be found in the following file in the Android NDK:
3789                    # toolchains/arm-linux-androideabi-4.8/setup.mk
3790                    'cflags': [
3791                      # The tree-sra optimization (scalar replacement for
3792                      # aggregates enabling subsequent optimizations) leads to
3793                      # invalid code generation when using the Android NDK's
3794                      # compiler (r5-r7). This can be verified using
3795                      # webkit_unit_tests' WTF.Checked_int8_t test.
3796                      '-fno-tree-sra',
3797                      # The following 6 options are disabled to save on
3798                      # binary size in gcc 4.8.
3799                      # TODO(fdegans) Reevaluate when we upgrade GCC.
3800                      '-fno-partial-inlining',
3801                      '-fno-early-inlining',
3802                      '-fno-tree-copy-prop',
3803                      '-fno-tree-loop-optimize',
3804                      '-fno-move-loop-invariants',
3805                      '-fno-caller-saves',
3806                      '-Wno-psabi',
3807                    ],
3808                    # Android now supports .relro sections properly.
3809                    # NOTE: While these flags enable the generation of .relro
3810                    # sections, the generated libraries can still be loaded on
3811                    # older Android platform versions.
3812                    'ldflags': [
3813                        '-Wl,-z,relro',
3814                        '-Wl,-z,now',
3815                        '-fuse-ld=gold',
3816                    ],
3817                    'conditions': [
3818                      ['arm_thumb==1', {
3819                        'cflags': [ '-mthumb-interwork' ],
3820                      }],
3821                      ['profiling==1', {
3822                        'cflags': [
3823                          # Thumb code with frame pointer makes chrome crash
3824                          # early.
3825                          '-marm',
3826                          '-mapcs-frame', # Required by -fno-omit-frame-pointer.
3827                          # The perf report sometimes incorrectly attributes
3828                          # code from tail calls.
3829                          '-fno-optimize-sibling-calls',
3830                        ],
3831                        'cflags!': [
3832                          '-fomit-frame-pointer',
3833                        ],
3834                      }],
3835                      ['clang==1', {
3836                        'cflags!': [
3837                          # Clang does not support the following options.
3838                          '-mthumb-interwork',
3839                          '-finline-limit=64',
3840                          '-fno-tree-sra',
3841                          '-fno-partial-inlining',
3842                          '-fno-early-inlining',
3843                          '-fno-tree-copy-prop',
3844                          '-fno-tree-loop-optimize',
3845                          '-fno-move-loop-invariants',
3846                          '-fno-caller-saves',
3847                          '-Wno-psabi',
3848                        ],
3849                        'cflags': [
3850                          # TODO(hans) Enable integrated-as (crbug.com/124610).
3851                          '-no-integrated-as',
3852                          '-B<(android_toolchain)',  # Else /usr/bin/as gets picked up.
3853                        ],
3854                        'ldflags': [
3855                          # Let clang find the ld.gold in the NDK.
3856                          '--gcc-toolchain=<(android_toolchain)/..',
3857                        ],
3858                      }],
3859                      ['asan==1', {
3860                        'cflags': [
3861                          '-marm', # Required for frame pointer based stack traces.
3862                        ],
3863                      }],
3864                    ],
3865                  }],
3866                  ['chromecast==1', {
3867                    'cflags': [
3868                      # We set arm_arch to "" so that -march compiler option
3869                      # is not set.  Otherwise a gcc bug that would complain
3870                      # about it conflicting with '-mcpu=cortex-a9'. The flag
3871                      # '-march=armv7-a' is actually redundant anyway because
3872                      # it is enabled by default when we built the toolchain.
3873                      # And using '-mcpu=cortex-a9' should be sufficient.
3874                      '-mcpu=cortex-a9',
3875                      '-funwind-tables',
3876                      # Breakpad requires symbols with debugging information
3877                      '-g',
3878                    ],
3879                    'ldflags': [
3880                      # We want to statically link libstdc++/libgcc_s.
3881                      '-static-libstdc++',
3882                      '-static-libgcc',
3883                    ],
3884                    'cflags!': [
3885                      # Some components in Chromium (e.g. v8, skia, ffmpeg)
3886                      # define their own cflags for arm builds that could
3887                      # conflict with the flags we set here (e.g.
3888                      # '-mcpu=cortex-a9'). Remove these flags explicitly.
3889                      '-march=armv7-a',
3890                      '-mtune=cortex-a8',
3891                    ],
3892                  }],
3893                ],
3894              }],
3895            ],
3896          }],
3897          ['target_arch=="arm64"', {
3898            'target_conditions': [
3899              ['_toolset=="target"', {
3900                'conditions': [
3901                  ['OS=="android"', {
3902                    'cflags!': [
3903                       '-fstack-protector',  # stack protector is always enabled on arm64.
3904                    ],
3905                  }],
3906                ],
3907              }],
3908            ],
3909          }],
3910          ['target_arch=="mipsel"', {
3911            'target_conditions': [
3912              ['_toolset=="target"', {
3913                'conditions': [
3914                  ['android_webview_build==0 and mips_arch_variant=="mips32r2"', {
3915                    'cflags': ['-mips32r2', '-Wa,-mips32r2'],
3916                  }],
3917                  ['android_webview_build==0 and mips_arch_variant!="mips32r2"', {
3918                    'cflags': ['-mips32', '-Wa,-mips32'],
3919                  }],
3920                ],
3921                'cflags': [
3922                  '-EL',
3923                  '-mhard-float',
3924                ],
3925                'ldflags': [
3926                  '-EL',
3927                  '-Wl,--no-keep-memory'
3928                ],
3929                'cflags_cc': [
3930                  '-Wno-uninitialized',
3931                ],
3932              }],
3933            ],
3934          }],
3935          ['linux_fpic==1', {
3936            'cflags': [
3937              '-fPIC',
3938            ],
3939            'ldflags': [
3940              '-fPIC',
3941            ],
3942          }],
3943          ['sysroot!=""', {
3944            'target_conditions': [
3945              ['_toolset=="target"', {
3946                'cflags': [
3947                  '--sysroot=<(sysroot)',
3948                ],
3949                'ldflags': [
3950                  '--sysroot=<(sysroot)',
3951                  '<!(<(DEPTH)/build/linux/sysroot_ld_path.sh <(sysroot))',
3952                ],
3953              }]]
3954          }],
3955          ['clang==1', {
3956            'cflags': [
3957              # TODO(thakis): Remove, http://crbug.com/263960
3958              '-Wno-reserved-user-defined-literal',
3959            ],
3960            'cflags_cc': [
3961              # See the comment in the Mac section for what it takes to move
3962              # this to -std=c++11.
3963              '-std=gnu++11',
3964            ],
3965          }],
3966          ['clang==0 and host_clang==1', {
3967            'target_conditions': [
3968              ['_toolset=="host"', {
3969                'cflags_cc': [ '-std=gnu++11', ],
3970              }],
3971            ],
3972          }],
3973          ['clang==1 and clang_use_chrome_plugins==1', {
3974            'cflags': [
3975              '<@(clang_chrome_plugins_flags)',
3976            ],
3977          }],
3978          ['clang==1 and clang_load!=""', {
3979            'cflags': [
3980              '-Xclang', '-load', '-Xclang', '<(clang_load)',
3981            ],
3982          }],
3983          ['clang==1 and clang_add_plugin!=""', {
3984            'cflags': [
3985              '-Xclang', '-add-plugin', '-Xclang', '<(clang_add_plugin)',
3986            ],
3987          }],
3988          ['clang==1 and target_arch=="ia32"', {
3989            'cflags': [
3990              # Else building libyuv gives clang's register allocator issues,
3991              # see llvm.org/PR15798 / crbug.com/233709
3992              '-momit-leaf-frame-pointer',
3993            ],
3994          }],
3995          ['clang==1 and "<(GENERATOR)"=="ninja"', {
3996            'cflags': [
3997              # See http://crbug.com/110262
3998              '-fcolor-diagnostics',
3999            ],
4000          }],
4001          # Common options for AddressSanitizer, LeakSanitizer,
4002          # ThreadSanitizer and MemorySanitizer.
4003          ['asan==1 or lsan==1 or tsan==1 or msan==1 or ubsan==1 or ubsan_vptr==1', {
4004            'target_conditions': [
4005              ['_toolset=="target"', {
4006                'cflags': [
4007                  '-fno-omit-frame-pointer',
4008                  '-gline-tables-only',
4009                ],
4010                'cflags!': [
4011                  '-fomit-frame-pointer',
4012                ],
4013              }],
4014            ],
4015          }],
4016          ['asan==1 or lsan==1 or tsan==1 or msan==1', {
4017            'target_conditions': [
4018              ['_toolset=="target"', {
4019                'ldflags!': [
4020                  # Functions interposed by the sanitizers can make ld think
4021                  # that some libraries aren't needed when they actually are,
4022                  # http://crbug.com/234010. As workaround, disable --as-needed.
4023                  '-Wl,--as-needed',
4024                ],
4025                'defines': [
4026                  'MEMORY_TOOL_REPLACES_ALLOCATOR',
4027                  'MEMORY_SANITIZER_INITIAL_SIZE',
4028                ],
4029              }],
4030            ],
4031            # TODO(glider): enable the default options on other systems.
4032            'conditions': [
4033              ['use_sanitizer_options==1 and OS=="linux" and (chromeos==0 or target_arch!="ia32")', {
4034                'dependencies': [
4035                  '<(DEPTH)/build/sanitizers/sanitizers.gyp:sanitizer_options',
4036                ],
4037              }],
4038            ],
4039          }],
4040          ['asan==1', {
4041            'target_conditions': [
4042              ['_toolset=="target"', {
4043                'cflags': [
4044                  '-fsanitize=address',
4045                ],
4046                'ldflags': [
4047                  '-fsanitize=address',
4048                ],
4049              }],
4050            ],
4051            'conditions': [
4052              ['OS=="mac"', {
4053                'cflags': [
4054                  '-mllvm -asan-globals=0',  # http://crbug.com/352073
4055                ],
4056              }],
4057            ],
4058          }],
4059          ['ubsan==1', {
4060            'target_conditions': [
4061              ['_toolset=="target"', {
4062                'cflags': [
4063                  '-fsanitize=undefined',
4064                  # -fsanitize=vptr is incompatible with -fno-rtti.
4065                  '-fno-sanitize=vptr',
4066                ],
4067                'ldflags': [
4068                  '-fsanitize=undefined',
4069                  # -fsanitize=vptr is incompatible with -fno-rtti.
4070                  '-fno-sanitize=vptr',
4071                ],
4072              }],
4073            ],
4074          }],
4075          ['ubsan_vptr==1', {
4076            'target_conditions': [
4077              ['_toolset=="target"', {
4078                'cflags': [
4079                  '-fsanitize=vptr',
4080                  '-fsanitize-blacklist=<(ubsan_vptr_blacklist)',
4081                ],
4082                'cflags_cc!': [
4083                  '-fno-rtti',
4084                ],
4085                'cflags!': [
4086                  '-fno-rtti',
4087                ],
4088                'ldflags': [
4089                  '-fsanitize=vptr',
4090                ],
4091                'defines': [
4092                  'UNDEFINED_SANITIZER',
4093                ],
4094              }],
4095            ],
4096          }],
4097          ['asan_coverage!=0', {
4098            'target_conditions': [
4099              ['_toolset=="target"', {
4100                'cflags': [
4101                  '-mllvm -asan-coverage=<(asan_coverage)',
4102                ],
4103              }],
4104            ],
4105          }],
4106          ['lsan==1', {
4107            'target_conditions': [
4108              ['_toolset=="target"', {
4109                'cflags': [
4110                  '-fsanitize=leak',
4111                ],
4112                'ldflags': [
4113                  '-fsanitize=leak',
4114                ],
4115                'defines': [
4116                  'LEAK_SANITIZER',
4117                  'WTF_USE_LEAK_SANITIZER=1',
4118                ],
4119              }],
4120            ],
4121          }],
4122          ['tsan==1', {
4123            'target_conditions': [
4124              ['_toolset=="target"', {
4125                'cflags': [
4126                  '-fsanitize=thread',
4127                  '-fPIC',
4128                  '-fsanitize-blacklist=<(tsan_blacklist)',
4129                ],
4130                'ldflags': [
4131                  '-fsanitize=thread',
4132                ],
4133                'defines': [
4134                  'THREAD_SANITIZER',
4135                  'DYNAMIC_ANNOTATIONS_EXTERNAL_IMPL=1',
4136                  'WTF_USE_DYNAMIC_ANNOTATIONS_NOIMPL=1',
4137                ],
4138                'target_conditions': [
4139                  ['_type=="executable"', {
4140                    'ldflags': [
4141                      '-pie',
4142                    ],
4143                  }],
4144                ],
4145              }],
4146            ],
4147          }],
4148          ['msan==1', {
4149            'target_conditions': [
4150              ['_toolset=="target"', {
4151                'cflags': [
4152                  '-fsanitize=memory',
4153                  '-fsanitize-memory-track-origins=<(msan_track_origins)',
4154                  '-fPIC',
4155                  '-fsanitize-blacklist=<(msan_blacklist)',
4156                ],
4157                'ldflags': [
4158                  '-fsanitize=memory',
4159                ],
4160                'defines': [
4161                  'MEMORY_SANITIZER',
4162                ],
4163                'target_conditions': [
4164                  ['_type=="executable"', {
4165                    'ldflags': [
4166                      '-pie',
4167                    ],
4168                  }],
4169                ],
4170              }],
4171            ],
4172          }],
4173          ['use_instrumented_libraries==1', {
4174            'dependencies': [
4175              '<(DEPTH)/third_party/instrumented_libraries/instrumented_libraries.gyp:instrumented_libraries',
4176            ],
4177          }],
4178          ['use_custom_libcxx==1', {
4179            'dependencies': [
4180              '<(DEPTH)/third_party/libc++/libc++.gyp:libcxx_proxy',
4181            ],
4182          }],
4183          ['order_profiling!=0 and (chromeos==1 or OS=="linux" or OS=="android")', {
4184            'target_conditions' : [
4185              # crazy_linker has an upstream gyp file we can't edit, and we
4186              # don't want to instrument it.
4187              ['_toolset=="target" and _target_name!="crazy_linker"', {
4188                'cflags': [
4189                  '-finstrument-functions',
4190                  # Allow mmx intrinsics to inline, so that the
4191                  #0 compiler can expand the intrinsics.
4192                  '-finstrument-functions-exclude-file-list=mmintrin.h',
4193                ],
4194              }],
4195              ['_toolset=="target" and OS=="android"', {
4196                'cflags': [
4197                  # Avoids errors with current NDK:
4198                  # "third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:3426:3: error: argument must be a constant"
4199                  '-finstrument-functions-exclude-file-list=arm_neon.h,SaturatedArithmeticARM.h',
4200                ],
4201              }],
4202            ],
4203          }],
4204          ['linux_dump_symbols==1', {
4205            'cflags': [ '-g' ],
4206            'conditions': [
4207              ['OS=="linux" and host_arch=="ia32" and linux_use_bundled_gold==0', {
4208                'target_conditions': [
4209                  ['_toolset=="target"', {
4210                    'ldflags': [
4211                      # Attempt to use less memory to prevent the linker from
4212                      # running out of address space. Considering installing a
4213                      # 64-bit kernel and switching to a 64-bit linker.
4214                      '-Wl,--no-keep-memory',
4215                    ],
4216                  }],
4217                ],
4218              }],
4219            ],
4220          }],
4221          ['use_allocator!="tcmalloc"', {
4222            'defines': ['NO_TCMALLOC'],
4223          }],
4224          ['linux_use_gold_flags==1', {
4225            # Newer gccs and clangs support -fuse-ld, use the flag to force gold
4226            # selection.
4227            # gcc -- http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gcc/Optimize-Options.html
4228            'ldflags': [ '-fuse-ld=gold', ],
4229
4230            'target_conditions': [
4231              ['_toolset=="target"', {
4232                'ldflags': [
4233                  # Experimentation found that using four linking threads
4234                  # saved ~20% of link time.
4235                  # https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36
4236                  # Only apply this to the target linker, since the host
4237                  # linker might not be gold, but isn't used much anyway.
4238                  # TODO(raymes): Disable threading because gold is frequently
4239                  # crashing on the bots: crbug.com/161942.
4240                  # '-Wl,--threads',
4241                  # '-Wl,--thread-count=4',
4242                ],
4243              }],
4244            ],
4245            'conditions': [
4246              ['release_valgrind_build==0', {
4247                'target_conditions': [
4248                  ['_toolset=="target"', {
4249                    'ldflags': [
4250                      # There seems to be a conflict of --icf and -pie
4251                      # in gold which can generate crashy binaries. As
4252                      # a security measure, -pie takes precedence for
4253                      # now.
4254                      #'-Wl,--icf=safe',
4255                      '-Wl,--icf=none',
4256                    ],
4257                  }],
4258                ],
4259              }],
4260            ],
4261          }],
4262          ['linux_use_bundled_binutils==1', {
4263            'cflags': [
4264              '-B<!(cd <(DEPTH) && pwd -P)/<(binutils_dir)',
4265            ],
4266          }],
4267          ['linux_use_bundled_gold==1', {
4268            # Put our binutils, which contains gold in the search path. We pass
4269            # the path to gold to the compiler. gyp leaves unspecified what the
4270            # cwd is when running the compiler, so the normal gyp path-munging
4271            # fails us. This hack gets the right path.
4272            'ldflags': [
4273              '-B<!(cd <(DEPTH) && pwd -P)/<(binutils_dir)',
4274            ],
4275          }],
4276          # Some binutils 2.23 releases may or may not have new dtags enabled,
4277          # but they are all compatible with --disable-new-dtags,
4278          # because the new dynamic tags are not created by default.
4279          ['binutils_version>=223', {
4280            # Newer binutils don't set DT_RPATH unless you disable "new" dtags
4281            # and the new DT_RUNPATH doesn't work without --no-as-needed flag.
4282            # FIXME(mithro): Figure out the --as-needed/--no-as-needed flags
4283            # inside this file to allow usage of --no-as-needed and removal of
4284            # this flag.
4285            'ldflags': [
4286              '-Wl,--disable-new-dtags',
4287            ],
4288          }],
4289          ['gcc_version>=47 and clang==0', {
4290            'target_conditions': [
4291              ['_toolset=="target"', {
4292                'cflags_cc': [
4293                  '-std=gnu++11',
4294                  # See comment for -Wno-c++11-narrowing.
4295                  '-Wno-narrowing',
4296                  # TODO(thakis): Remove, http://crbug.com/263960
4297                  '-Wno-literal-suffix',
4298                ],
4299              }],
4300            ],
4301          }],
4302          ['host_gcc_version>=47 and clang==0 and host_clang==0', {
4303            'target_conditions': [
4304              ['_toolset=="host"', {
4305                'cflags_cc': [
4306                  '-std=gnu++11',
4307                  # See comment for -Wno-c++11-narrowing.
4308                  '-Wno-narrowing',
4309                  # TODO(thakis): Remove, http://crbug.com/263960
4310                  '-Wno-literal-suffix',
4311                ],
4312              }],
4313            ],
4314          }],
4315        ],
4316      },
4317    }],
4318    # FreeBSD-specific options; note that most FreeBSD options are set above,
4319    # with Linux.
4320    ['OS=="freebsd"', {
4321      'target_defaults': {
4322        'ldflags': [
4323          '-Wl,--no-keep-memory',
4324        ],
4325      },
4326    }],
4327    # Android-specific options; note that most are set above with Linux.
4328    ['OS=="android"', {
4329      'variables': {
4330        # This is a unique identifier for a given build. It's used for
4331        # identifying various build artifacts corresponding to a particular
4332        # build of chrome (e.g. where to find archived symbols).
4333        'chrome_build_id%': '',
4334        'conditions': [
4335          # Use shared stlport library when system one used.
4336          # Figure this out early since it needs symbols from libgcc.a, so it
4337          # has to be before that in the set of libraries.
4338          ['use_system_stlport==1', {
4339            'android_stlport_library': 'stlport',
4340          }, {
4341            'conditions': [
4342              ['component=="shared_library"', {
4343                  'android_stlport_library': 'stlport_shared',
4344              }, {
4345                  'android_stlport_library': 'stlport_static',
4346              }],
4347            ],
4348          }],
4349        ],
4350
4351        # Placing this variable here prevents from forking libvpx, used
4352        # by remoting.  Remoting is off, so it needn't built,
4353        # so forking it's deps seems like overkill.
4354        # But this variable need defined to properly run gyp.
4355        # A proper solution is to have an OS==android conditional
4356        # in third_party/libvpx/libvpx.gyp to define it.
4357        'libvpx_path': 'lib/linux/arm',
4358      },
4359      'target_defaults': {
4360        'variables': {
4361          'release_extra_cflags%': '',
4362          'conditions': [
4363            # If we're using the components build, append "cr" to all shared
4364            # libraries to avoid naming collisions with android system library
4365            # versions with the same name (e.g. skia, icu).
4366            ['component=="shared_library"', {
4367              'android_product_extension': 'cr.so',
4368            }, {
4369              'android_product_extension': 'so',
4370            } ],
4371          ],
4372        },
4373        'target_conditions': [
4374          ['_type=="shared_library"', {
4375            'product_extension': '<(android_product_extension)',
4376          }],
4377
4378          # Settings for building device targets using Android's toolchain.
4379          # These are based on the setup.mk file from the Android NDK.
4380          #
4381          # The NDK Android executable link step looks as follows:
4382          #  $LDFLAGS
4383          #  $(TARGET_CRTBEGIN_DYNAMIC_O)  <-- crtbegin.o
4384          #  $(PRIVATE_OBJECTS)            <-- The .o that we built
4385          #  $(PRIVATE_STATIC_LIBRARIES)   <-- The .a that we built
4386          #  $(TARGET_LIBGCC)              <-- libgcc.a
4387          #  $(PRIVATE_SHARED_LIBRARIES)   <-- The .so that we built
4388          #  $(PRIVATE_LDLIBS)             <-- System .so
4389          #  $(TARGET_CRTEND_O)            <-- crtend.o
4390          #
4391          # For now the above are approximated for executables by adding
4392          # crtbegin.o to the end of the ldflags and 'crtend.o' to the end
4393          # of 'libraries'.
4394          #
4395          # The NDK Android shared library link step looks as follows:
4396          #  $LDFLAGS
4397          #  $(PRIVATE_OBJECTS)            <-- The .o that we built
4398          #  -l,--whole-archive
4399          #  $(PRIVATE_WHOLE_STATIC_LIBRARIES)
4400          #  -l,--no-whole-archive
4401          #  $(PRIVATE_STATIC_LIBRARIES)   <-- The .a that we built
4402          #  $(TARGET_LIBGCC)              <-- libgcc.a
4403          #  $(PRIVATE_SHARED_LIBRARIES)   <-- The .so that we built
4404          #  $(PRIVATE_LDLIBS)             <-- System .so
4405          #
4406          # For now, assume that whole static libraries are not needed.
4407          #
4408          # For both executables and shared libraries, add the proper
4409          # libgcc.a to the start of libraries which puts it in the
4410          # proper spot after .o and .a files get linked in.
4411          #
4412          # TODO: The proper thing to do longer-tem would be proper gyp
4413          # support for a custom link command line.
4414          ['_toolset=="target"', {
4415            'cflags!': [
4416              '-pthread',  # Not supported by Android toolchain.
4417            ],
4418            'cflags': [
4419              '-ffunction-sections',
4420              '-funwind-tables',
4421              '-g',
4422              '-fstack-protector',
4423              '-fno-short-enums',
4424              '-finline-limit=64',
4425              '-Wa,--noexecstack',
4426              '<@(release_extra_cflags)',
4427            ],
4428            'defines': [
4429              'ANDROID',
4430              '__GNU_SOURCE=1',  # Necessary for clone()
4431              'USE_STLPORT=1',
4432              '_STLP_USE_PTR_SPECIALIZATIONS=1',
4433              'CHROME_BUILD_ID="<(chrome_build_id)"',
4434            ],
4435            'ldflags!': [
4436              '-pthread',  # Not supported by Android toolchain.
4437            ],
4438            'ldflags': [
4439              '-nostdlib',
4440              '-Wl,--no-undefined',
4441            ],
4442            'libraries': [
4443              '-l<(android_stlport_library)',
4444              # Manually link the libgcc.a that the cross compiler uses.
4445              '<!(<(android_toolchain)/*-gcc -print-libgcc-file-name)',
4446              '-lc',
4447              '-ldl',
4448              '-lm',
4449            ],
4450            'conditions': [
4451              ['component=="static_library"', {
4452                'ldflags': [
4453                  '-Wl,--exclude-libs=ALL',
4454                ],
4455              }],
4456              ['clang==1', {
4457                'cflags': [
4458                  # Work around incompatibilities between bionic and clang
4459                  # headers.
4460                  '-D__compiler_offsetof=__builtin_offsetof',
4461                  '-Dnan=__builtin_nan',
4462                ],
4463                'conditions': [
4464                  ['target_arch=="arm"', {
4465                    'cflags': [
4466                      '-target arm-linux-androideabi',
4467                    ],
4468                    'ldflags': [
4469                      '-target arm-linux-androideabi',
4470                    ],
4471                  }],
4472                  ['target_arch=="ia32"', {
4473                    'cflags': [
4474                      '-target x86-linux-androideabi',
4475                    ],
4476                    'ldflags': [
4477                      '-target x86-linux-androideabi',
4478                    ],
4479                  }],
4480                  # Place holder for x64 support, not tested.
4481                  # TODO: Enable clang support for Android x64. http://crbug.com/346626
4482                  ['target_arch=="x64"', {
4483                    'cflags': [
4484                      '-target x86_64-linux-androideabi',
4485                    ],
4486                    'ldflags': [
4487                      '-target x86_64-linux-androideabi',
4488                    ],
4489                  }],
4490                ],
4491              }],
4492              ['asan==1', {
4493                'cflags': [
4494                  # Android build relies on -Wl,--gc-sections removing
4495                  # unreachable code. ASan instrumentation for globals inhibits
4496                  # this and results in a library with unresolvable relocations.
4497                  # TODO(eugenis): find a way to reenable this.
4498                  '-mllvm -asan-globals=0',
4499                ],
4500              }],
4501              ['android_webview_build==0', {
4502                'defines': [
4503                  # The NDK has these things, but doesn't define the constants
4504                  # to say that it does. Define them here instead.
4505                  'HAVE_SYS_UIO_H',
4506                ],
4507                'cflags': [
4508                  '--sysroot=<(android_ndk_sysroot)',
4509                ],
4510                'ldflags': [
4511                  '--sysroot=<(android_ndk_sysroot)',
4512                ],
4513              }],
4514              ['android_webview_build==1', {
4515                'include_dirs': [
4516                  # OpenAL headers from the Android tree.
4517                  '<(android_src)/frameworks/wilhelm/include',
4518                ],
4519                'cflags': [
4520                  # Android predefines this as 1; undefine it here so Chromium
4521                  # can redefine it later to be 2 for chromium code and unset
4522                  # for third party code. This works because cflags are added
4523                  # before defines.
4524                  '-U_FORTIFY_SOURCE',
4525                  # Disable any additional warnings enabled by the Android build system but which
4526                  # chromium does not build cleanly with (when treating warning as errors).
4527                  # Things that are part of -Wextra:
4528                  '-Wno-extra', # Enabled by -Wextra, but no specific flag
4529                  '-Wno-ignored-qualifiers',
4530                  '-Wno-type-limits',
4531                  '-Wno-unused-but-set-variable',
4532                ],
4533                'cflags_cc': [
4534                  # Other things unrelated to -Wextra:
4535                  '-Wno-non-virtual-dtor',
4536                  '-Wno-sign-promo',
4537                ],
4538              }],
4539              ['android_webview_build==1', {
4540                'target_conditions': [
4541                  ['chromium_code==0', {
4542                    'cflags': [
4543                      # There is a class of warning which:
4544                      #  1) Android always enables and also treats as errors
4545                      #  2) Chromium ignores in third party code
4546                      # So we re-enable those warnings when building Android.
4547                      '-Wno-address',
4548                      '-Wno-format-security',
4549                      '-Wno-return-type',
4550                      '-Wno-sequence-point',
4551                    ],
4552                    'cflags_cc': [
4553                      '-Wno-non-virtual-dtor',
4554                    ],
4555                  }],
4556                ],
4557              }],
4558              ['target_arch == "arm"', {
4559                'ldflags': [
4560                  # Enable identical code folding to reduce size.
4561                  '-Wl,--icf=safe',
4562                ],
4563              }],
4564              # NOTE: The stlport header include paths below are specified in
4565              # cflags rather than include_dirs because they need to come
4566              # after include_dirs. Think of them like system headers, but
4567              # don't use '-isystem' because the arm-linux-androideabi-4.4.3
4568              # toolchain (circa Gingerbread) will exhibit strange errors.
4569              # The include ordering here is important; change with caution.
4570              ['use_system_stlport==1', {
4571                'cflags': [
4572                  # For libstdc++/include, which is used by stlport.
4573                  '-I<(android_src)/bionic',
4574                  '-I<(android_src)/external/stlport/stlport',
4575                ],
4576              }, { # else: use_system_stlport!=1
4577                'cflags': [
4578                  '-isystem<(android_stlport_include)',
4579                ],
4580                'ldflags': [
4581                  '-L<(android_stlport_libs_dir)',
4582                ],
4583              }],
4584              ['target_arch=="ia32"', {
4585                # The x86 toolchain currently has problems with stack-protector.
4586                'cflags!': [
4587                  '-fstack-protector',
4588                ],
4589                'cflags': [
4590                  '-fno-stack-protector',
4591                ],
4592              }],
4593            ],
4594            'target_conditions': [
4595              ['_type=="executable"', {
4596                # Force android tools to export the "main" symbol so they can be
4597                # loaded on ICS using the run_pie wrapper. See crbug.com/373219.
4598                # TODO(primiano): remove -fvisibility and -rdynamic flags below
4599                # when ICS support will be dropped.
4600                'cflags': [
4601                  '-fPIE',
4602                  '-fvisibility=default',
4603                ],
4604                'ldflags': [
4605                  '-Bdynamic',
4606                  '-Wl,--gc-sections',
4607                  '-Wl,-z,nocopyreloc',
4608                  '-pie',
4609                  '-rdynamic',
4610                  # crtbegin_dynamic.o should be the last item in ldflags.
4611                  '<(android_ndk_lib)/crtbegin_dynamic.o',
4612                ],
4613                'libraries': [
4614                  # crtend_android.o needs to be the last item in libraries.
4615                  # Do not add any libraries after this!
4616                  '<(android_ndk_lib)/crtend_android.o',
4617                ],
4618              }],
4619              ['_type=="shared_library" or _type=="loadable_module"', {
4620                'ldflags!': [
4621                  '-Wl,--exclude-libs=ALL',
4622                ],
4623                'ldflags': [
4624                  '-Wl,-shared,-Bsymbolic',
4625                ],
4626                'conditions': [
4627                  ['android_webview_build==0', {
4628                    'ldflags': [
4629                      # crtbegin_so.o should be the last item in ldflags.
4630                      '<(android_ndk_lib)/crtbegin_so.o',
4631                    ],
4632                    'libraries': [
4633                      # crtend_so.o needs to be the last item in libraries.
4634                      # Do not add any libraries after this!
4635                      '<(android_ndk_lib)/crtend_so.o',
4636                    ],
4637                  }],
4638                ],
4639              }],
4640            ],
4641          }],
4642          # Settings for building host targets using the system toolchain.
4643          ['_toolset=="host"', {
4644            'cflags!': [
4645              # Due to issues in Clang build system, using ASan on 32-bit
4646              # binaries on x86_64 host is problematic.
4647              # TODO(eugenis): re-enable.
4648              '-fsanitize=address',
4649            ],
4650            'ldflags!': [
4651              '-fsanitize=address',
4652              '-Wl,-z,noexecstack',
4653              '-Wl,--gc-sections',
4654              '-Wl,-O1',
4655              '-Wl,--as-needed',
4656              '-Wl,--warn-shared-textrel',
4657              '-Wl,--fatal-warnings',
4658            ],
4659          }],
4660          # Settings for building host targets on mac.
4661          ['_toolset=="host" and host_os=="mac"', {
4662            'ldflags!': [
4663              '-Wl,-z,now',
4664              '-Wl,-z,relro',
4665            ],
4666          }],
4667        ],
4668      },
4669    }],
4670    ['OS=="solaris"', {
4671      'cflags!': ['-fvisibility=hidden'],
4672      'cflags_cc!': ['-fvisibility-inlines-hidden'],
4673    }],
4674    ['OS=="mac" or OS=="ios"', {
4675      'target_defaults': {
4676        'mac_bundle': 0,
4677        'xcode_settings': {
4678          'ALWAYS_SEARCH_USER_PATHS': 'NO',
4679          # Don't link in libarclite_macosx.a, see http://crbug.com/156530.
4680          'CLANG_LINK_OBJC_RUNTIME': 'NO',          # -fno-objc-link-runtime
4681          'COPY_PHASE_STRIP': 'NO',
4682          'GCC_C_LANGUAGE_STANDARD': 'c99',         # -std=c99
4683          'GCC_CW_ASM_SYNTAX': 'NO',                # No -fasm-blocks
4684          'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',        # -fno-exceptions
4685          'GCC_ENABLE_CPP_RTTI': 'NO',              # -fno-rtti
4686          'GCC_ENABLE_PASCAL_STRINGS': 'NO',        # No -mpascal-strings
4687          # GCC_INLINES_ARE_PRIVATE_EXTERN maps to -fvisibility-inlines-hidden
4688          'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES',
4689          'GCC_OBJC_CALL_CXX_CDTORS': 'YES',        # -fobjc-call-cxx-cdtors
4690          'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES',      # -fvisibility=hidden
4691          'GCC_THREADSAFE_STATICS': 'NO',           # -fno-threadsafe-statics
4692          'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',    # -Werror
4693          'GCC_VERSION': '4.2',
4694          'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES',  # -Wnewline-eof
4695          'USE_HEADERMAP': 'NO',
4696          'WARNING_CFLAGS': [
4697            '-Wall',
4698            '-Wendif-labels',
4699            '-Wextra',
4700            # Don't warn about unused function parameters.
4701            '-Wno-unused-parameter',
4702            # Don't warn about the "struct foo f = {0};" initialization
4703            # pattern.
4704            '-Wno-missing-field-initializers',
4705          ],
4706          'conditions': [
4707            ['chromium_mac_pch', {'GCC_PRECOMPILE_PREFIX_HEADER': 'YES'},
4708                                 {'GCC_PRECOMPILE_PREFIX_HEADER': 'NO'}
4709            ],
4710            # Note that the prebuilt Clang binaries should not be used for iOS
4711            # development except for ASan builds.
4712            ['clang==1', {
4713              # gnu++11 instead of c++11 is needed because some code uses
4714              # typeof() (a GNU extension).
4715              # TODO(thakis): Eventually switch this to c++11 instead of
4716              # gnu++11 (once typeof can be removed, which is blocked on c++11
4717              # being available everywhere).
4718              'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++11',  # -std=gnu++11
4719              # Warn if automatic synthesis is triggered with
4720              # the -Wobjc-missing-property-synthesis flag.
4721              'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'YES',
4722              'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
4723              'WARNING_CFLAGS': [
4724                # This warns on selectors from Cocoa headers (-length, -set).
4725                # cfe-dev is currently discussing the merits of this warning.
4726                # TODO(thakis): Reevaluate what to do with this, based one
4727                # cfe-dev discussion.
4728                '-Wno-selector-type-mismatch',
4729              ],
4730              'OTHER_CFLAGS': [
4731                # TODO(thakis): Remove once http://llvm.org/PR20354 is fixed
4732                # and the fix is in chromium.
4733                '-fno-slp-vectorize',
4734              ],
4735
4736              'conditions': [
4737                ['clang_xcode==0', {
4738                  'CC': '$(SOURCE_ROOT)/<(clang_dir)/clang',
4739                  'LDPLUSPLUS': '$(SOURCE_ROOT)/<(clang_dir)/clang++',
4740                }],
4741              ],
4742            }],
4743            ['clang==1 and clang_xcode==0 and clang_use_chrome_plugins==1', {
4744              'OTHER_CFLAGS': [
4745                '<@(clang_chrome_plugins_flags)',
4746              ],
4747            }],
4748            ['clang==1 and clang_xcode==0 and clang_load!=""', {
4749              'OTHER_CFLAGS': [
4750                '-Xclang', '-load', '-Xclang', '<(clang_load)',
4751              ],
4752            }],
4753            ['clang==1 and clang_xcode==0 and clang_add_plugin!=""', {
4754              'OTHER_CFLAGS': [
4755                '-Xclang', '-add-plugin', '-Xclang', '<(clang_add_plugin)',
4756              ],
4757            }],
4758            ['clang==1 and "<(GENERATOR)"=="ninja"', {
4759              'OTHER_CFLAGS': [
4760                # See http://crbug.com/110262
4761                '-fcolor-diagnostics',
4762              ],
4763            }],
4764            ['OS=="ios" and target_subarch!="arm32" and \
4765              "<(GENERATOR)"=="xcode"', {
4766              'OTHER_CFLAGS': [
4767                # TODO(ios): when building Chrome for iOS on 64-bit platform
4768                # with Xcode, the -Wshorted-64-to-32 warning is automatically
4769                # enabled. This cause failures when compiling protobuf code,
4770                # so disable the warning. http://crbug.com/359107
4771                '-Wno-shorten-64-to-32',
4772              ],
4773            }],
4774          ],
4775        },
4776        'conditions': [
4777          ['clang==1', {
4778            'variables': {
4779              'clang_dir': '../third_party/llvm-build/Release+Asserts/bin',
4780            },
4781          }],
4782          ['asan==1', {
4783            'xcode_settings': {
4784              'OTHER_CFLAGS': [
4785                '-fsanitize=address',
4786                '-mllvm -asan-globals=0',  # http://crbug.com/352073
4787                '-gline-tables-only',
4788              ],
4789            },
4790          }],
4791          ['asan_coverage!=0', {
4792            'target_conditions': [
4793              ['_toolset=="target"', {
4794                'cflags': [
4795                  '-mllvm -asan-coverage=<(asan_coverage)',
4796                ],
4797              }],
4798            ],
4799          }],
4800        ],
4801        'target_conditions': [
4802          ['_type!="static_library"', {
4803            'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
4804            'conditions': [
4805              ['asan==1', {
4806                'xcode_settings': {
4807                  'OTHER_LDFLAGS': [
4808                    '-fsanitize=address',
4809                  ],
4810                },
4811              }],
4812              ['mac_write_linker_maps==1', {
4813                'xcode_settings': {
4814                  'OTHER_LDFLAGS': [
4815                    '-Wl,-map,>(_target_name).map',
4816                  ],
4817                },
4818              }],
4819            ],
4820          }],
4821          ['_mac_bundle', {
4822            'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
4823            'target_conditions': [
4824              ['_type=="executable"', {
4825                'conditions': [
4826                  ['asan==1', {
4827                    'postbuilds': [
4828                      {
4829                        'variables': {
4830                          # Define copy_asan_dylib_path in a variable ending in
4831                          # _path so that gyp understands it's a path and
4832                          # performs proper relativization during dict merging.
4833                          'copy_asan_dylib_path':
4834                            'mac/copy_asan_runtime_dylib.sh',
4835                        },
4836                        'postbuild_name': 'Copy ASan runtime dylib',
4837                        'action': [
4838                          '<(copy_asan_dylib_path)',
4839                        ],
4840                      },
4841                    ],
4842                  }],
4843                ],
4844              }],
4845            ],
4846          }],
4847        ],  # target_conditions
4848      },  # target_defaults
4849    }],  # OS=="mac" or OS=="ios"
4850    ['OS=="mac"', {
4851      'target_defaults': {
4852        'defines': [
4853          # Prevent Mac OS X AssertMacros.h from defining macros that collide
4854          # with common names, like 'check', 'require', and 'verify'.
4855          # (Included by system header. Also exists on iOS but not included.)
4856          # http://opensource.apple.com/source/CarbonHeaders/CarbonHeaders-18.1/AssertMacros.h
4857          '__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE=0',
4858        ],
4859        'variables': {
4860          # These should end with %, but there seems to be a bug with % in
4861          # variables that are intended to be set to different values in
4862          # different targets, like these.
4863          'mac_pie': 1,        # Most executables can be position-independent.
4864          # Strip debugging symbols from the target.
4865          'mac_strip': '<(mac_strip_release)',
4866          'conditions': [
4867            ['asan==1', {
4868              'conditions': [
4869                ['mac_want_real_dsym=="default"', {
4870                  'mac_real_dsym': 1,
4871                }, {
4872                  'mac_real_dsym': '<(mac_want_real_dsym)'
4873                }],
4874              ],
4875            }, {
4876              'conditions': [
4877                ['mac_want_real_dsym=="default"', {
4878                  'mac_real_dsym': 0, # Fake .dSYMs are fine in most cases.
4879                }, {
4880                  'mac_real_dsym': '<(mac_want_real_dsym)'
4881                }],
4882              ],
4883            }],
4884          ],
4885        },
4886        'xcode_settings': {
4887          'GCC_DYNAMIC_NO_PIC': 'NO',               # No -mdynamic-no-pic
4888                                                    # (Equivalent to -fPIC)
4889          # MACOSX_DEPLOYMENT_TARGET maps to -mmacosx-version-min
4890          'MACOSX_DEPLOYMENT_TARGET': '<(mac_deployment_target)',
4891          # Keep pch files below xcodebuild/.
4892          'SHARED_PRECOMPS_DIR': '$(CONFIGURATION_BUILD_DIR)/SharedPrecompiledHeaders',
4893          'OTHER_CFLAGS': [
4894            # Someday this can be replaced by an 'GCC_STRICT_ALIASING': 'NO'
4895            # xcode_setting, but not until all downstream projects' mac bots are
4896            # using xcode >= 4.6, because that's when the default value of the
4897            # flag in the compiler switched.  Pre-4.6, the value 'NO' for that
4898            # setting is a no-op as far as xcode is concerned, but the compiler
4899            # behaves differently based on whether -fno-strict-aliasing is
4900            # specified or not.
4901            '-fno-strict-aliasing',  # See http://crbug.com/32204.
4902          ],
4903        },
4904        'target_conditions': [
4905          ['_type=="executable"', {
4906            'postbuilds': [
4907              {
4908                # Arranges for data (heap) pages to be protected against
4909                # code execution when running on Mac OS X 10.7 ("Lion"), and
4910                # ensures that the position-independent executable (PIE) bit
4911                # is set for ASLR when running on Mac OS X 10.5 ("Leopard").
4912                'variables': {
4913                  # Define change_mach_o_flags in a variable ending in _path
4914                  # so that GYP understands it's a path and performs proper
4915                  # relativization during dict merging.
4916                  'change_mach_o_flags_path':
4917                      'mac/change_mach_o_flags_from_xcode.sh',
4918                  'change_mach_o_flags_options%': [
4919                  ],
4920                  'target_conditions': [
4921                    ['mac_pie==0 or release_valgrind_build==1', {
4922                      # Don't enable PIE if it's unwanted. It's unwanted if
4923                      # the target specifies mac_pie=0 or if building for
4924                      # Valgrind, because Valgrind doesn't understand slide.
4925                      # See the similar mac_pie/release_valgrind_build check
4926                      # below.
4927                      'change_mach_o_flags_options': [
4928                        '--no-pie',
4929                      ],
4930                    }],
4931                  ],
4932                },
4933                'postbuild_name': 'Change Mach-O Flags',
4934                'action': [
4935                  '<(change_mach_o_flags_path)',
4936                  '>@(change_mach_o_flags_options)',
4937                ],
4938              },
4939            ],
4940            'conditions': [
4941              ['asan==1', {
4942                'variables': {
4943                 'asan_saves_file': 'asan.saves',
4944                },
4945                'xcode_settings': {
4946                  'CHROMIUM_STRIP_SAVE_FILE': '<(asan_saves_file)',
4947                },
4948              }],
4949            ],
4950            'target_conditions': [
4951              ['mac_pie==1 and release_valgrind_build==0', {
4952                # Turn on position-independence (ASLR) for executables. When
4953                # PIE is on for the Chrome executables, the framework will
4954                # also be subject to ASLR.
4955                # Don't do this when building for Valgrind, because Valgrind
4956                # doesn't understand slide. TODO: Make Valgrind on Mac OS X
4957                # understand slide, and get rid of the Valgrind check.
4958                'xcode_settings': {
4959                  'OTHER_LDFLAGS': [
4960                    '-Wl,-pie',  # Position-independent executable (MH_PIE)
4961                  ],
4962                },
4963              }],
4964            ],
4965          }],
4966          ['(_type=="executable" or _type=="shared_library" or \
4967             _type=="loadable_module") and mac_strip!=0', {
4968            'target_conditions': [
4969              ['mac_real_dsym == 1', {
4970                # To get a real .dSYM bundle produced by dsymutil, set the
4971                # debug information format to dwarf-with-dsym.  Since
4972                # strip_from_xcode will not be used, set Xcode to do the
4973                # stripping as well.
4974                'configurations': {
4975                  'Release_Base': {
4976                    'xcode_settings': {
4977                      'DEBUG_INFORMATION_FORMAT': 'dwarf-with-dsym',
4978                      'DEPLOYMENT_POSTPROCESSING': 'YES',
4979                      'STRIP_INSTALLED_PRODUCT': 'YES',
4980                      'target_conditions': [
4981                        ['_type=="shared_library" or _type=="loadable_module"', {
4982                          # The Xcode default is to strip debugging symbols
4983                          # only (-S).  Local symbols should be stripped as
4984                          # well, which will be handled by -x.  Xcode will
4985                          # continue to insert -S when stripping even when
4986                          # additional flags are added with STRIPFLAGS.
4987                          'STRIPFLAGS': '-x',
4988                        }],  # _type=="shared_library" or _type=="loadable_module"
4989                        ['_type=="executable"', {
4990                          'conditions': [
4991                            ['asan==1', {
4992                              'STRIPFLAGS': '-s $(CHROMIUM_STRIP_SAVE_FILE)',
4993                            }]
4994                          ],
4995                        }],  # _type=="executable" and asan==1
4996                      ],  # target_conditions
4997                    },  # xcode_settings
4998                  },  # configuration "Release"
4999                },  # configurations
5000              }, {  # mac_real_dsym != 1
5001                # To get a fast fake .dSYM bundle, use a post-build step to
5002                # produce the .dSYM and strip the executable.  strip_from_xcode
5003                # only operates in the Release configuration.
5004                'postbuilds': [
5005                  {
5006                    'variables': {
5007                      # Define strip_from_xcode in a variable ending in _path
5008                      # so that gyp understands it's a path and performs proper
5009                      # relativization during dict merging.
5010                      'strip_from_xcode_path': 'mac/strip_from_xcode',
5011                    },
5012                    'postbuild_name': 'Strip If Needed',
5013                    'action': ['<(strip_from_xcode_path)'],
5014                  },
5015                ],  # postbuilds
5016              }],  # mac_real_dsym
5017            ],  # target_conditions
5018          }],  # (_type=="executable" or _type=="shared_library" or
5019               #  _type=="loadable_module") and mac_strip!=0
5020        ],  # target_conditions
5021      },  # target_defaults
5022    }],  # OS=="mac"
5023    ['OS=="ios"', {
5024      'target_defaults': {
5025        'xcode_settings' : {
5026          # TODO(stuartmorgan): switch to c++0x (see TODOs in the clang
5027          # section above).
5028          'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x',
5029
5030          'conditions': [
5031            # Older Xcodes do not support -Wno-deprecated-register, so pass an
5032            # additional flag to suppress the "unknown compiler option" error.
5033            # Restrict this flag to builds that are either compiling with Xcode
5034            # or compiling with Xcode's Clang.  This will allow Ninja builds to
5035            # continue failing on unknown compiler options.
5036            # TODO(rohitrao): This flag is temporary and should be removed as
5037            # soon as the iOS bots are updated to use Xcode 5.1.
5038            ['clang_xcode==1', {
5039              'WARNING_CFLAGS': [
5040                '-Wno-unknown-warning-option',
5041              ],
5042            }],
5043
5044            # Limit the valid architectures depending on "target_subarch".
5045            # This need to include the "arm" architectures but also the "x86"
5046            # ones (they are used when building for the simulator).
5047            ['target_subarch=="arm32"', {
5048              'VALID_ARCHS': ['armv7', 'i386'],
5049            }],
5050            ['target_subarch=="arm64"', {
5051              'VALID_ARCHS': ['arm64', 'x86_64'],
5052            }],
5053            ['target_subarch=="both"', {
5054              'VALID_ARCHS': ['arm64', 'armv7', 'x86_64', 'i386'],
5055            }],
5056            ['use_system_libcxx==1', {
5057              'target_conditions': [
5058                # Only use libc++ when building target for iOS not when building
5059                # tools for the host (OS X) as Mac targets OS X SDK 10.6 which
5060                # does not support libc++.
5061                ['_toolset=="target"', {
5062                  'CLANG_CXX_LIBRARY': 'libc++',  # -stdlib=libc++
5063                }]
5064              ],
5065            }, {
5066              # The default for deployment target of 7.0+ is libc++, so force
5067              # the old behavior unless libc++ is enabled.
5068              'CLANG_CXX_LIBRARY': 'libstdc++',  # -stdlib=libstdc++
5069            }],
5070          ],
5071        },
5072        'target_conditions': [
5073          ['_toolset=="host"', {
5074            'xcode_settings': {
5075              'SDKROOT': 'macosx<(mac_sdk)',  # -isysroot
5076              'MACOSX_DEPLOYMENT_TARGET': '<(mac_deployment_target)',
5077              'VALID_ARCHS': [
5078                'x86_64',
5079              ],
5080              'ARCHS': [
5081                'x86_64',
5082              ],
5083            },
5084          }],
5085          ['_toolset=="target"', {
5086            'xcode_settings': {
5087              # This section should be for overriding host settings. But,
5088              # since we can't negate the iphone deployment target above, we
5089              # instead set it here for target only.
5090              'IPHONEOS_DEPLOYMENT_TARGET': '<(ios_deployment_target)',
5091              'ARCHS': ['$(ARCHS_STANDARD_INCLUDING_64_BIT)'],
5092            },
5093          }],
5094          ['_type=="executable"', {
5095            'configurations': {
5096              'Release_Base': {
5097                'xcode_settings': {
5098                  'DEPLOYMENT_POSTPROCESSING': 'YES',
5099                  'STRIP_INSTALLED_PRODUCT': 'YES',
5100                },
5101              },
5102              'Debug_Base': {
5103                'xcode_settings': {
5104                  # Remove dSYM to reduce build time.
5105                  'DEBUG_INFORMATION_FORMAT': 'dwarf',
5106                },
5107              },
5108            },
5109            'xcode_settings': {
5110              'conditions': [
5111                ['chromium_ios_signing', {
5112                  # iOS SDK wants everything for device signed.
5113                  'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
5114                }, {
5115                  'CODE_SIGNING_REQUIRED': 'NO',
5116                  'CODE_SIGN_IDENTITY[sdk=iphoneos*]': '',
5117                }],
5118              ],
5119            },
5120          }],
5121        ],  # target_conditions
5122      },  # target_defaults
5123    }],  # OS=="ios"
5124    ['OS=="win"', {
5125      'target_defaults': {
5126        'defines': [
5127          '_WIN32_WINNT=0x0602',
5128          'WINVER=0x0602',
5129          'WIN32',
5130          '_WINDOWS',
5131          'NOMINMAX',
5132          'PSAPI_VERSION=1',
5133          '_CRT_RAND_S',
5134          'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
5135          'WIN32_LEAN_AND_MEAN',
5136          '_ATL_NO_OPENGL',
5137          # _HAS_EXCEPTIONS must match ExceptionHandling in msvs_settings.
5138          '_HAS_EXCEPTIONS=0',
5139        ],
5140        'conditions': [
5141          ['buildtype=="Official"', {
5142              # In official builds, targets can self-select an optimization
5143              # level by defining a variable named 'optimize', and setting it
5144              # to one of
5145              # - "size", optimizes for minimal code size - the default.
5146              # - "speed", optimizes for speed over code size.
5147              # - "max", whole program optimization and link-time code
5148              #   generation. This is very expensive and should be used
5149              #   sparingly.
5150              'variables': {
5151                'optimize%': 'size',
5152              },
5153              'msvs_settings': {
5154                'VCLinkerTool': {
5155                  # Set /LTCG for the official builds.
5156                  'LinkTimeCodeGeneration': '1',
5157                },
5158              },
5159              'target_conditions': [
5160                ['optimize=="size"', {
5161                    'msvs_settings': {
5162                      'VCCLCompilerTool': {
5163                        # 1, optimizeMinSpace, Minimize Size (/O1)
5164                        'Optimization': '1',
5165                        # 2, favorSize - Favor small code (/Os)
5166                        'FavorSizeOrSpeed': '2',
5167                      },
5168                    },
5169                  },
5170                ],
5171                ['optimize=="speed"', {
5172                    'msvs_settings': {
5173                      'VCCLCompilerTool': {
5174                        # 2, optimizeMaxSpeed, Maximize Speed (/O2)
5175                        'Optimization': '2',
5176                        # 1, favorSpeed - Favor fast code (/Ot)
5177                        'FavorSizeOrSpeed': '1',
5178                      },
5179                    },
5180                  },
5181                ],
5182                ['optimize=="max"', {
5183                    # Disable Warning 4702 ("Unreachable code") for the WPO/PGO
5184                    # builds. Probably anything that this would catch that
5185                    # wouldn't be caught in a normal build isn't going to
5186                    # actually be a bug, so the incremental value of C4702 for
5187                    # PGO builds is likely very small.
5188                    'msvs_disabled_warnings': [
5189                      4702
5190                    ],
5191                    'msvs_settings': {
5192                      'VCCLCompilerTool': {
5193                        # 2, optimizeMaxSpeed, Maximize Speed (/O2)
5194                        'Optimization': '2',
5195                        # 1, favorSpeed - Favor fast code (/Ot)
5196                        'FavorSizeOrSpeed': '1',
5197                        # This implies link time code generation.
5198                        'WholeProgramOptimization': 'true',
5199                      },
5200                    },
5201                  },
5202                ],
5203              ],
5204            },
5205          ],
5206          ['secure_atl', {
5207            'defines': [
5208              '_SECURE_ATL',
5209            ],
5210          }],
5211          ['msvs_express', {
5212            'configurations': {
5213              'x86_Base': {
5214                'msvs_settings': {
5215                  'VCLinkerTool': {
5216                    'AdditionalLibraryDirectories':
5217                      ['<(windows_driver_kit_path)/lib/ATL/i386'],
5218                  },
5219                  'VCLibrarianTool': {
5220                    'AdditionalLibraryDirectories':
5221                      ['<(windows_driver_kit_path)/lib/ATL/i386'],
5222                  },
5223                },
5224              },
5225              'x64_Base': {
5226                'msvs_settings': {
5227                  'VCLibrarianTool': {
5228                    'AdditionalLibraryDirectories':
5229                      ['<(windows_driver_kit_path)/lib/ATL/amd64'],
5230                  },
5231                  'VCLinkerTool': {
5232                    'AdditionalLibraryDirectories':
5233                      ['<(windows_driver_kit_path)/lib/ATL/amd64'],
5234                  },
5235                },
5236              },
5237            },
5238            # https://code.google.com/p/chromium/issues/detail?id=372451#c20
5239            # Warning 4702 ("Unreachable code") should be re-enabled once
5240            # Express users are updated to VS2013 Update 2.
5241            'msvs_disabled_warnings': [
5242              4702
5243            ],
5244            'msvs_settings': {
5245              'VCLinkerTool': {
5246                # Explicitly required when using the ATL with express
5247                'AdditionalDependencies': ['atlthunk.lib'],
5248
5249                # ATL 8.0 included in WDK 7.1 makes the linker to generate
5250                # almost eight hundred LNK4254 and LNK4078 warnings:
5251                #   - warning LNK4254: section 'ATL' (50000040) merged into
5252                #     '.rdata' (40000040) with different attributes
5253                #   - warning LNK4078: multiple 'ATL' sections found with
5254                #     different attributes
5255                'AdditionalOptions': ['/ignore:4254', '/ignore:4078'],
5256              },
5257            },
5258            'msvs_system_include_dirs': [
5259              '<(windows_driver_kit_path)/inc/atl71',
5260              '<(windows_driver_kit_path)/inc/mfc42',
5261            ],
5262          }],
5263        ],
5264        'msvs_system_include_dirs': [
5265          '<(windows_sdk_path)/Include/shared',
5266          '<(windows_sdk_path)/Include/um',
5267          '<(windows_sdk_path)/Include/winrt',
5268          '$(VSInstallDir)/VC/atlmfc/include',
5269        ],
5270        'msvs_cygwin_shell': 0,
5271        'msvs_disabled_warnings': [
5272          # C4127: conditional expression is constant
5273          # This warning can in theory catch dead code and other problems, but
5274          # triggers in far too many desirable cases where the conditional
5275          # expression is either set by macros or corresponds some legitimate
5276          # compile-time constant expression (due to constant template args,
5277          # conditionals comparing the sizes of different types, etc.).  Some of
5278          # these can be worked around, but it's not worth it.
5279          4127,
5280
5281          # C4351: new behavior: elements of array 'array' will be default
5282          #        initialized
5283          # This is a silly "warning" that basically just alerts you that the
5284          # compiler is going to actually follow the language spec like it's
5285          # supposed to, instead of not following it like old buggy versions
5286          # did.  There's absolutely no reason to turn this on.
5287          4351,
5288
5289          # C4355: 'this': used in base member initializer list
5290          # It's commonly useful to pass |this| to objects in a class'
5291          # initializer list.  While this warning can catch real bugs, most of
5292          # the time the constructors in question don't attempt to call methods
5293          # on the passed-in pointer (until later), and annotating every legit
5294          # usage of this is simply more hassle than the warning is worth.
5295          4355,
5296
5297          # C4503: 'identifier': decorated name length exceeded, name was
5298          #        truncated
5299          # This only means that some long error messages might have truncated
5300          # identifiers in the presence of lots of templates.  It has no effect
5301          # on program correctness and there's no real reason to waste time
5302          # trying to prevent it.
5303          4503,
5304
5305          # C4611: interaction between 'function' and C++ object destruction is
5306          #        non-portable
5307          # This warning is unavoidable when using e.g. setjmp/longjmp.  MSDN
5308          # suggests using exceptions instead of setjmp/longjmp for C++, but
5309          # Chromium code compiles without exception support.  We therefore have
5310          # to use setjmp/longjmp for e.g. JPEG decode error handling, which
5311          # means we have to turn off this warning (and be careful about how
5312          # object destruction happens in such cases).
5313          4611,
5314
5315          # TODO(maruel): These warnings are level 4. They will be slowly
5316          # removed as code is fixed.
5317          4100, # Unreferenced formal parameter
5318          4121, # Alignment of a member was sensitive to packing
5319          4189, # Local variable is initialized but not referenced
5320          4244, # Conversion from 'type1' to 'type2', possible loss of data
5321          4481, # Nonstandard extension used: override specifier 'keyword'
5322          4505, # Unreferenced local function has been removed
5323          4510, # Default constructor could not be generated
5324          4512, # Assignment operator could not be generated
5325          4610, # Object can never be instantiated
5326        ],
5327        'msvs_settings': {
5328          'VCCLCompilerTool': {
5329            'AdditionalOptions': ['/MP'],
5330            'MinimalRebuild': 'false',
5331            'BufferSecurityCheck': 'true',
5332            'EnableFunctionLevelLinking': 'true',
5333            'RuntimeTypeInfo': 'false',
5334            'WarningLevel': '4',
5335            'WarnAsError': 'true',
5336            'DebugInformationFormat': '3',
5337            # ExceptionHandling must match _HAS_EXCEPTIONS above.
5338            'ExceptionHandling': '0',
5339          },
5340          'VCLibrarianTool': {
5341            'AdditionalOptions': ['/ignore:4221'],
5342            'AdditionalLibraryDirectories': [
5343              '<(windows_sdk_path)/Lib/win8/um/x86',
5344            ],
5345          },
5346          'VCLinkerTool': {
5347            'AdditionalDependencies': [
5348              'wininet.lib',
5349              'dnsapi.lib',
5350              'version.lib',
5351              'msimg32.lib',
5352              'ws2_32.lib',
5353              'usp10.lib',
5354              'psapi.lib',
5355              'dbghelp.lib',
5356              'winmm.lib',
5357              'shlwapi.lib',
5358            ],
5359            'AdditionalLibraryDirectories': [
5360              '<(windows_sdk_path)/Lib/win8/um/x86',
5361            ],
5362            'GenerateDebugInformation': 'true',
5363            'MapFileName': '$(OutDir)\\$(TargetName).map',
5364            'ImportLibrary': '$(OutDir)\\lib\\$(TargetName).lib',
5365            'FixedBaseAddress': '1',
5366            # SubSystem values:
5367            #   0 == not set
5368            #   1 == /SUBSYSTEM:CONSOLE
5369            #   2 == /SUBSYSTEM:WINDOWS
5370            # Most of the executables we'll ever create are tests
5371            # and utilities with console output.
5372            'SubSystem': '1',
5373          },
5374          'VCMIDLTool': {
5375            'GenerateStublessProxies': 'true',
5376            'TypeLibraryName': '$(InputName).tlb',
5377            'OutputDirectory': '$(IntDir)',
5378            'HeaderFileName': '$(InputName).h',
5379            'DLLDataFileName': '$(InputName).dlldata.c',
5380            'InterfaceIdentifierFileName': '$(InputName)_i.c',
5381            'ProxyFileName': '$(InputName)_p.c',
5382          },
5383          'VCResourceCompilerTool': {
5384            'Culture' : '1033',
5385            'AdditionalIncludeDirectories': [
5386              '<(DEPTH)',
5387              '<(SHARED_INTERMEDIATE_DIR)',
5388            ],
5389          },
5390          'target_conditions': [
5391            ['_type=="executable"', {
5392              'VCManifestTool': {
5393                'EmbedManifest': 'true',
5394              },
5395            }],
5396            ['_type=="executable" and ">(win_exe_compatibility_manifest)"!=""', {
5397              'VCManifestTool': {
5398                'AdditionalManifestFiles': [
5399                  '>(win_exe_compatibility_manifest)',
5400                ],
5401              },
5402            }],
5403          ],
5404          'conditions': [
5405            ['clang==1', {
5406              # Building with Clang on Windows is a work in progress and very
5407              # experimental. See crbug.com/82385.
5408              'VCCLCompilerTool': {
5409                'WarnAsError': 'false',
5410                'RuntimeTypeInfo': 'false',
5411                'AdditionalOptions': [
5412                  '-fmsc-version=1800',
5413                  '/fallback',
5414
5415                  # Many files use intrinsics without including this header.
5416                  # TODO(hans): Fix those files, or move this to sub-GYPs.
5417                  '/FIIntrin.h',
5418
5419                  # TODO(hans): Make this list shorter eventually.
5420                  '-Qunused-arguments',
5421                  '-Wno-c++11-compat-deprecated-writable-strings',
5422                  '-Wno-deprecated-declarations',
5423                  '-Wno-empty-body',
5424                  '-Wno-enum-conversion',
5425                  '-Wno-extra-tokens',
5426                  '-Wno-ignored-attributes',
5427                  '-Wno-incompatible-pointer-types',
5428                  '-Wno-int-to-void-pointer-cast',
5429                  '-Wno-invalid-noreturn',
5430                  '-Wno-logical-op-parentheses',
5431                  '-Wno-microsoft',
5432                  '-Wno-missing-braces',
5433                  '-Wno-missing-declarations',
5434                  '-Wno-msvc-include',
5435                  '-Wno-null-dereference',
5436                  '-Wno-overloaded-virtual',
5437                  '-Wno-parentheses',
5438                  '-Wno-pointer-sign',
5439                  '-Wno-reorder',
5440                  '-Wno-return-type-c-linkage',
5441                  '-Wno-self-assign',
5442                  '-Wno-sometimes-uninitialized',
5443                  '-Wno-switch',
5444                  '-Wno-tautological-compare',
5445                  '-Wno-unknown-pragmas',
5446                  '-Wno-unsequenced',
5447                  '-Wno-unused-function',
5448                  '-Wno-unused-private-field',
5449                  '-Wno-unused-value',
5450                  '-Wno-unused-variable',
5451                  '-ferror-limit=1',
5452                ],
5453              },
5454            }],
5455            ['asan==1', {
5456              # ASan on Windows is a work in progress and very experimental.
5457              # See crbug.com/345874.
5458              'VCCLCompilerTool': {
5459                'AdditionalOptions': [
5460                  '-fsanitize=address',
5461                ],
5462                'AdditionalIncludeDirectories': [
5463                  # MSVC needs to be able to find the sanitizer headers when
5464                  # invoked via /fallback. This is critical for using macros
5465                  # like ASAN_UNPOISON_MEMORY_REGION in files where we fall
5466                  # back.
5467                  '<(DEPTH)/<(make_clang_dir)/lib/clang/3.6.0/include_sanitizer',
5468                ],
5469              },
5470              'VCLinkerTool': {
5471                'AdditionalLibraryDirectories': [
5472                  # TODO(hans): If make_clang_dir is absolute, this breaks.
5473                  '<(DEPTH)/<(make_clang_dir)/lib/clang/3.6.0/lib/windows',
5474                ],
5475              },
5476              'target_conditions': [
5477                ['_type=="executable"', {
5478                  'VCLinkerTool': {
5479                    'AdditionalDependencies': [
5480                       'clang_rt.asan-i386.lib',
5481                    ],
5482                  },
5483                }],
5484                ['_type=="shared_library" or _type=="loadable_module"', {
5485                  'VCLinkerTool': {
5486                    'AdditionalDependencies': [
5487                       'clang_rt.asan_dll_thunk-i386.lib',
5488                    ],
5489                  },
5490                }],
5491              ],
5492            }],
5493          ],
5494        },
5495      },
5496    }],
5497    ['disable_nacl==1', {
5498      'target_defaults': {
5499        'defines': [
5500          'DISABLE_NACL',
5501        ],
5502      },
5503    }],
5504    ['OS=="win" and msvs_use_common_linker_extras', {
5505      'target_defaults': {
5506        'msvs_settings': {
5507          'VCLinkerTool': {
5508            'DelayLoadDLLs': [
5509              'dbghelp.dll',
5510              'dwmapi.dll',
5511              'shell32.dll',
5512              'uxtheme.dll',
5513            ],
5514          },
5515        },
5516        'configurations': {
5517          'x86_Base': {
5518            'msvs_settings': {
5519              'VCLinkerTool': {
5520                'AdditionalOptions': [
5521                  '/safeseh',
5522                  '/dynamicbase',
5523                  '/ignore:4199',
5524                  '/ignore:4221',
5525                  '/nxcompat',
5526                ],
5527                'conditions': [
5528                  ['syzyasan==0', {
5529                    'AdditionalOptions': ['/largeaddressaware'],
5530                  }],
5531                ],
5532              },
5533            },
5534          },
5535          'x64_Base': {
5536            'msvs_settings': {
5537              'VCLinkerTool': {
5538                'AdditionalOptions': [
5539                  # safeseh is not compatible with x64
5540                  '/dynamicbase',
5541                  '/ignore:4199',
5542                  '/ignore:4221',
5543                  '/nxcompat',
5544                ],
5545              },
5546            },
5547          },
5548        },
5549      },
5550    }],
5551    ['enable_new_npdevice_api==1', {
5552      'target_defaults': {
5553        'defines': [
5554          'ENABLE_NEW_NPDEVICE_API',
5555        ],
5556      },
5557    }],
5558    # Don't warn about the "typedef 'foo' locally defined but not used"
5559    # for gcc 4.8.
5560    # TODO: remove this flag once all builds work. See crbug.com/227506
5561    ['gcc_version>=48 and clang==0', {
5562      'target_defaults': {
5563        'cflags': [
5564          '-Wno-unused-local-typedefs',
5565        ],
5566      },
5567    }],
5568    ['gcc_version>=48 and clang==0 and host_clang==1', {
5569      'target_defaults': {
5570        'target_conditions': [
5571          ['_toolset=="host"', { 'cflags!': [ '-Wno-unused-local-typedefs' ]}],
5572        ],
5573      },
5574    }],
5575    # We need a special case to handle the android webview build on mac because
5576    # the host gcc there doesn't accept this flag, but the target gcc may
5577    # require it.
5578    ['gcc_version>=48 and android_webview_build==1 and host_os=="mac"', {
5579      'target_defaults': {
5580        'target_conditions': [
5581          ['_toolset=="host"', {
5582            'cflags!': [
5583              '-Wno-unused-local-typedefs',
5584            ],
5585          }],
5586        ],
5587      },
5588    }],
5589    ['clang==1 and ((OS!="mac" and OS!="ios") or clang_xcode==0) '
5590        'and OS!="win"', {
5591      'make_global_settings': [
5592        ['CC', '<(make_clang_dir)/bin/clang'],
5593        ['CXX', '<(make_clang_dir)/bin/clang++'],
5594        ['CC.host', '$(CC)'],
5595        ['CXX.host', '$(CXX)'],
5596      ],
5597    }],
5598    ['clang==1 and OS=="win"', {
5599      'make_global_settings': [
5600        # On Windows, gyp's ninja generator only looks at CC.
5601        ['CC', '<(make_clang_dir)/bin/clang-cl'],
5602      ],
5603    }],
5604    ['OS=="android" and clang==0', {
5605      # Hardcode the compiler names in the Makefile so that
5606      # it won't depend on the environment at make time.
5607      'make_global_settings': [
5608        ['CC', '<!(/bin/echo -n <(android_toolchain)/*-gcc)'],
5609        ['CXX', '<!(/bin/echo -n <(android_toolchain)/*-g++)'],
5610        ['CC.host', '<(host_cc)'],
5611        ['CXX.host', '<(host_cxx)'],
5612      ],
5613    }],
5614    ['OS=="linux" and target_arch=="mipsel"', {
5615      'make_global_settings': [
5616        ['CC', '<(sysroot)/../bin/mipsel-linux-gnu-gcc'],
5617        ['CXX', '<(sysroot)/../bin/mipsel-linux-gnu-g++'],
5618        ['CC.host', '<(host_cc)'],
5619        ['CXX.host', '<(host_cxx)'],
5620      ],
5621    }],
5622    ['OS=="linux" and target_arch=="arm" and host_arch!="arm" and chromeos==0 and clang==0', {
5623      # Set default ARM cross compiling on linux.  These can be overridden
5624      # using CC/CXX/etc environment variables.
5625      'make_global_settings': [
5626        ['CC', '<!(which arm-linux-gnueabihf-gcc)'],
5627        ['CXX', '<!(which arm-linux-gnueabihf-g++)'],
5628        ['CC.host', '<(host_cc)'],
5629        ['CXX.host', '<(host_cxx)'],
5630      ],
5631    }],
5632
5633    # TODO(yyanagisawa): supports GENERATOR==make
5634    #  make generator doesn't support CC_wrapper without CC
5635    #  in make_global_settings yet.
5636    ['use_goma==1 and ("<(GENERATOR)"=="ninja" or clang==1)', {
5637      'make_global_settings': [
5638       ['CC_wrapper', '<(gomadir)/gomacc'],
5639       ['CXX_wrapper', '<(gomadir)/gomacc'],
5640       ['CC.host_wrapper', '<(gomadir)/gomacc'],
5641       ['CXX.host_wrapper', '<(gomadir)/gomacc'],
5642      ],
5643    }],
5644  ],
5645  'xcode_settings': {
5646    # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
5647    # This block adds *project-wide* configuration settings to each project
5648    # file.  It's almost always wrong to put things here.  Specify your
5649    # custom xcode_settings in target_defaults to add them to targets instead.
5650
5651    'conditions': [
5652      # In an Xcode Project Info window, the "Base SDK for All Configurations"
5653      # setting sets the SDK on a project-wide basis. In order to get the
5654      # configured SDK to show properly in the Xcode UI, SDKROOT must be set
5655      # here at the project level.
5656      ['OS=="mac"', {
5657        'conditions': [
5658          ['mac_sdk_path==""', {
5659            'SDKROOT': 'macosx<(mac_sdk)',  # -isysroot
5660          }, {
5661            'SDKROOT': '<(mac_sdk_path)',  # -isysroot
5662          }],
5663        ],
5664      }],
5665      ['OS=="ios"', {
5666        'conditions': [
5667          ['ios_sdk_path==""', {
5668            'conditions': [
5669              # TODO(justincohen): Ninja only supports simulator for now.
5670              ['"<(GENERATOR)"=="xcode"', {
5671                'SDKROOT': 'iphoneos<(ios_sdk)',  # -isysroot
5672              }, {
5673                'SDKROOT': 'iphonesimulator<(ios_sdk)',  # -isysroot
5674              }],
5675            ],
5676          }, {
5677            'SDKROOT': '<(ios_sdk_path)',  # -isysroot
5678          }],
5679        ],
5680      }],
5681      ['OS=="ios"', {
5682        # Target both iPhone and iPad.
5683        'TARGETED_DEVICE_FAMILY': '1,2',
5684      }, {  # OS!="ios"
5685        'conditions': [
5686          ['target_arch=="x64"', {
5687            'ARCHS': [
5688              'x86_64'
5689            ],
5690          }],
5691          ['target_arch=="ia32"', {
5692            'ARCHS': [
5693              'i386'
5694            ],
5695          }],
5696        ],
5697      }],
5698    ],
5699
5700    # The Xcode generator will look for an xcode_settings section at the root
5701    # of each dict and use it to apply settings on a file-wide basis.  Most
5702    # settings should not be here, they should be in target-specific
5703    # xcode_settings sections, or better yet, should use non-Xcode-specific
5704    # settings in target dicts.  SYMROOT is a special case, because many other
5705    # Xcode variables depend on it, including variables such as
5706    # PROJECT_DERIVED_FILE_DIR.  When a source group corresponding to something
5707    # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5708    # files to appear (when present) in the UI as actual files and not red
5709    # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5710    # and therefore SYMROOT, needs to be set at the project level.
5711    'SYMROOT': '<(DEPTH)/xcodebuild',
5712  },
5713}
5714