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

Side by Side Diff: build/common.gypi

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 6 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 | chrome/app/generated_resources.grd » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'disable_sse2%': '<(disable_sse2)', 244 'disable_sse2%': '<(disable_sse2)',
245 'component%': '<(component)', 245 'component%': '<(component)',
246 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', 246 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)',
247 'use_third_party_translations%': '<(use_third_party_translations)', 247 'use_third_party_translations%': '<(use_third_party_translations)',
248 'remoting%': '<(remoting)', 248 'remoting%': '<(remoting)',
249 'p2p_apis%': '<(p2p_apis)', 249 'p2p_apis%': '<(p2p_apis)',
250 'configuration_policy%': '<(configuration_policy)', 250 'configuration_policy%': '<(configuration_policy)',
251 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', 251 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
252 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)', 252 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
253 253
254 # Smooth scrolling is disabled by default.
255 'enable_smooth_scrolling%': 0,
256
254 # The release channel that this build targets. This is used to restrict 257 # The release channel that this build targets. This is used to restrict
255 # channel-specific build options, like which installer packages to create. 258 # channel-specific build options, like which installer packages to create.
256 # The default is 'all', which does no channel-specific filtering. 259 # The default is 'all', which does no channel-specific filtering.
257 'channel%': 'all', 260 'channel%': 'all',
258 261
259 # Override chromium_mac_pch and set it to 0 to suppress the use of 262 # Override chromium_mac_pch and set it to 0 to suppress the use of
260 # precompiled headers on the Mac. Prefix header injection may still be 263 # precompiled headers on the Mac. Prefix header injection may still be
261 # used, but prefix headers will not be precompiled. This is useful when 264 # used, but prefix headers will not be precompiled. This is useful when
262 # using distcc to distribute a build to compile slaves that don't 265 # using distcc to distribute a build to compile slaves that don't
263 # share the same compiler executable as the system driving the compilation, 266 # share the same compiler executable as the system driving the compilation,
(...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 # and therefore SYMROOT, needs to be set at the project level. 1779 # and therefore SYMROOT, needs to be set at the project level.
1777 'SYMROOT': '<(DEPTH)/xcodebuild', 1780 'SYMROOT': '<(DEPTH)/xcodebuild',
1778 }, 1781 },
1779 } 1782 }
1780 1783
1781 # Local Variables: 1784 # Local Variables:
1782 # tab-width:2 1785 # tab-width:2
1783 # indent-tabs-mode:nil 1786 # indent-tabs-mode:nil
1784 # End: 1787 # End:
1785 # vim: set expandtab tabstop=2 shiftwidth=2: 1788 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698