Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: build/common.gypi

Issue 195993010: Adds the ability for the renderer to create the mojo channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use_mojo Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'enable_hidpi%': '<(enable_hidpi)', 252 'enable_hidpi%': '<(enable_hidpi)',
253 'android_webview_build%': '<(android_webview_build)', 253 'android_webview_build%': '<(android_webview_build)',
254 'use_goma%': '<(use_goma)', 254 'use_goma%': '<(use_goma)',
255 'gomadir%': '<(gomadir)', 255 'gomadir%': '<(gomadir)',
256 'enable_app_list%': '<(enable_app_list)', 256 'enable_app_list%': '<(enable_app_list)',
257 'use_default_render_theme%': '<(use_default_render_theme)', 257 'use_default_render_theme%': '<(use_default_render_theme)',
258 'buildtype%': '<(buildtype)', 258 'buildtype%': '<(buildtype)',
259 'branding%': '<(branding)', 259 'branding%': '<(branding)',
260 'arm_version%': '<(arm_version)', 260 'arm_version%': '<(arm_version)',
261 261
262 # Whether content/chrome is using mojo: see http://crbug.com/353602
263 'use_mojo%': 0,
264
262 # Set to 1 to enable fast builds. Set to 2 for even faster builds 265 # Set to 1 to enable fast builds. Set to 2 for even faster builds
263 # (it disables debug info for fastest compilation - only for use 266 # (it disables debug info for fastest compilation - only for use
264 # on compile-only bots). 267 # on compile-only bots).
265 'fastbuild%': 0, 268 'fastbuild%': 0,
266 269
267 # Set to 1 to enable dcheck in release. 270 # Set to 1 to enable dcheck in release.
268 'dcheck_always_on%': 0, 271 'dcheck_always_on%': 0,
269 272
270 # Set to 1 to make a build that disables unshipped tracing events. 273 # Set to 1 to make a build that disables unshipped tracing events.
271 # Note: this setting is ignored if buildtype=="Official". 274 # Note: this setting is ignored if buildtype=="Official".
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'branding%': '<(branding)', 892 'branding%': '<(branding)',
890 'buildtype%': '<(buildtype)', 893 'buildtype%': '<(buildtype)',
891 'target_arch%': '<(target_arch)', 894 'target_arch%': '<(target_arch)',
892 'target_subarch%': '<(target_subarch)', 895 'target_subarch%': '<(target_subarch)',
893 'host_arch%': '<(host_arch)', 896 'host_arch%': '<(host_arch)',
894 'toolkit_views%': '<(toolkit_views)', 897 'toolkit_views%': '<(toolkit_views)',
895 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)', 898 'ui_compositor_image_transport%': '<(ui_compositor_image_transport)',
896 'use_aura%': '<(use_aura)', 899 'use_aura%': '<(use_aura)',
897 'use_ash%': '<(use_ash)', 900 'use_ash%': '<(use_ash)',
898 'use_cras%': '<(use_cras)', 901 'use_cras%': '<(use_cras)',
902 'use_mojo%': '<(use_mojo)',
899 'use_openssl%': '<(use_openssl)', 903 'use_openssl%': '<(use_openssl)',
900 'use_nss%': '<(use_nss)', 904 'use_nss%': '<(use_nss)',
901 'use_udev%': '<(use_udev)', 905 'use_udev%': '<(use_udev)',
902 'os_bsd%': '<(os_bsd)', 906 'os_bsd%': '<(os_bsd)',
903 'os_posix%': '<(os_posix)', 907 'os_posix%': '<(os_posix)',
904 'use_dbus%': '<(use_dbus)', 908 'use_dbus%': '<(use_dbus)',
905 'use_glib%': '<(use_glib)', 909 'use_glib%': '<(use_glib)',
906 'use_pango%': '<(use_pango)', 910 'use_pango%': '<(use_pango)',
907 'use_cairo%': '<(use_cairo)', 911 'use_cairo%': '<(use_cairo)',
908 'use_ozone%': '<(use_ozone)', 912 'use_ozone%': '<(use_ozone)',
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 }], 2209 }],
2206 ['use_ozone==1', { 2210 ['use_ozone==1', {
2207 'defines': ['USE_OZONE=1'], 2211 'defines': ['USE_OZONE=1'],
2208 }], 2212 }],
2209 ['use_default_render_theme==1', { 2213 ['use_default_render_theme==1', {
2210 'defines': ['USE_DEFAULT_RENDER_THEME=1'], 2214 'defines': ['USE_DEFAULT_RENDER_THEME=1'],
2211 }], 2215 }],
2212 ['use_libjpeg_turbo==1', { 2216 ['use_libjpeg_turbo==1', {
2213 'defines': ['USE_LIBJPEG_TURBO=1'], 2217 'defines': ['USE_LIBJPEG_TURBO=1'],
2214 }], 2218 }],
2219 ['use_mojo==1', {
2220 'defines': ['USE_MOJO=1'],
2221 }],
2215 ['use_x11==1', { 2222 ['use_x11==1', {
2216 'defines': ['USE_X11=1'], 2223 'defines': ['USE_X11=1'],
2217 }], 2224 }],
2218 ['use_clipboard_aurax11==1', { 2225 ['use_clipboard_aurax11==1', {
2219 'defines': ['USE_CLIPBOARD_AURAX11=1'], 2226 'defines': ['USE_CLIPBOARD_AURAX11=1'],
2220 }], 2227 }],
2221 ['enable_one_click_signin==1', { 2228 ['enable_one_click_signin==1', {
2222 'defines': ['ENABLE_ONE_CLICK_SIGNIN'], 2229 'defines': ['ENABLE_ONE_CLICK_SIGNIN'],
2223 }], 2230 }],
2224 ['toolkit_uses_gtk==1 and toolkit_views==0', { 2231 ['toolkit_uses_gtk==1 and toolkit_views==0', {
(...skipping 2833 matching lines...) Expand 10 before | Expand all | Expand 10 after
5058 # settings in target dicts. SYMROOT is a special case, because many other 5065 # settings in target dicts. SYMROOT is a special case, because many other
5059 # Xcode variables depend on it, including variables such as 5066 # Xcode variables depend on it, including variables such as
5060 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5067 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5061 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5068 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5062 # files to appear (when present) in the UI as actual files and not red 5069 # files to appear (when present) in the UI as actual files and not red
5063 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5070 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5064 # and therefore SYMROOT, needs to be set at the project level. 5071 # and therefore SYMROOT, needs to be set at the project level.
5065 'SYMROOT': '<(DEPTH)/xcodebuild', 5072 'SYMROOT': '<(DEPTH)/xcodebuild',
5066 }, 5073 },
5067 } 5074 }
OLDNEW
« no previous file with comments | « no previous file | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698