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

Side by Side Diff: build/common.gypi

Issue 7831028: Compute pageScaleFactor on page so that fixed layout page fits width of window. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Minimizes render_view_impl changes and introduces a defaultDeviceScaleFactor argument Created 8 years, 10 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
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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', 424 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)',
425 'use_skia%': '<(use_skia)', 425 'use_skia%': '<(use_skia)',
426 'use_x11%': '<(use_x11)', 426 'use_x11%': '<(use_x11)',
427 'use_gnome_keyring%': '<(use_gnome_keyring)', 427 'use_gnome_keyring%': '<(use_gnome_keyring)',
428 'linux_fpic%': '<(linux_fpic)', 428 'linux_fpic%': '<(linux_fpic)',
429 'enable_flapper_hacks%': '<(enable_flapper_hacks)', 429 'enable_flapper_hacks%': '<(enable_flapper_hacks)',
430 'enable_pepper_threading%': '<(enable_pepper_threading)', 430 'enable_pepper_threading%': '<(enable_pepper_threading)',
431 'chromeos%': '<(chromeos)', 431 'chromeos%': '<(chromeos)',
432 'chromeos_gtk%': '<(chromeos_gtk)', 432 'chromeos_gtk%': '<(chromeos_gtk)',
433 'use_virtual_keyboard%': '<(use_virtual_keyboard)', 433 'use_virtual_keyboard%': '<(use_virtual_keyboard)',
434 'enable_viewport%': '<(enable_viewport)',
434 'use_skia_on_mac%': '<(use_skia_on_mac)', 435 'use_skia_on_mac%': '<(use_skia_on_mac)',
435 'use_xi2_mt%':'<(use_xi2_mt)', 436 'use_xi2_mt%':'<(use_xi2_mt)',
436 'file_manager_extension%': '<(file_manager_extension)', 437 'file_manager_extension%': '<(file_manager_extension)',
437 'webui_task_manager%': '<(webui_task_manager)', 438 'webui_task_manager%': '<(webui_task_manager)',
438 'inside_chromium_build%': '<(inside_chromium_build)', 439 'inside_chromium_build%': '<(inside_chromium_build)',
439 'fastbuild%': '<(fastbuild)', 440 'fastbuild%': '<(fastbuild)',
440 'dcheck_always_on%': '<(dcheck_always_on)', 441 'dcheck_always_on%': '<(dcheck_always_on)',
441 'python_ver%': '<(python_ver)', 442 'python_ver%': '<(python_ver)',
442 'armv7%': '<(armv7)', 443 'armv7%': '<(armv7)',
443 'arm_neon%': '<(arm_neon)', 444 'arm_neon%': '<(arm_neon)',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 }], 1113 }],
1113 ['proprietary_codecs==1', { 1114 ['proprietary_codecs==1', {
1114 'defines': ['USE_PROPRIETARY_CODECS'], 1115 'defines': ['USE_PROPRIETARY_CODECS'],
1115 }], 1116 }],
1116 ['enable_flapper_hacks==1', { 1117 ['enable_flapper_hacks==1', {
1117 'defines': ['ENABLE_FLAPPER_HACKS=1'], 1118 'defines': ['ENABLE_FLAPPER_HACKS=1'],
1118 }], 1119 }],
1119 ['enable_pepper_threading==1', { 1120 ['enable_pepper_threading==1', {
1120 'defines': ['ENABLE_PEPPER_THREADING'], 1121 'defines': ['ENABLE_PEPPER_THREADING'],
1121 }], 1122 }],
1123 ['enable_viewport==1', {
1124 'defines': ['ENABLE_VIEWPORT'],
1125 }],
1122 ['configuration_policy==1', { 1126 ['configuration_policy==1', {
1123 'defines': ['ENABLE_CONFIGURATION_POLICY'], 1127 'defines': ['ENABLE_CONFIGURATION_POLICY'],
1124 }], 1128 }],
1125 ['input_speech==1', { 1129 ['input_speech==1', {
1126 'defines': ['ENABLE_INPUT_SPEECH'], 1130 'defines': ['ENABLE_INPUT_SPEECH'],
1127 }], 1131 }],
1128 ['notifications==1', { 1132 ['notifications==1', {
1129 'defines': ['ENABLE_NOTIFICATIONS'], 1133 'defines': ['ENABLE_NOTIFICATIONS'],
1130 }], 1134 }],
1131 ['fastbuild!=0', { 1135 ['fastbuild!=0', {
(...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after
2796 # settings in target dicts. SYMROOT is a special case, because many other 2800 # settings in target dicts. SYMROOT is a special case, because many other
2797 # Xcode variables depend on it, including variables such as 2801 # Xcode variables depend on it, including variables such as
2798 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 2802 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
2799 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 2803 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
2800 # files to appear (when present) in the UI as actual files and not red 2804 # files to appear (when present) in the UI as actual files and not red
2801 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 2805 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
2802 # and therefore SYMROOT, needs to be set at the project level. 2806 # and therefore SYMROOT, needs to be set at the project level.
2803 'SYMROOT': '<(DEPTH)/xcodebuild', 2807 'SYMROOT': '<(DEPTH)/xcodebuild',
2804 }, 2808 },
2805 } 2809 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/renderer/chrome_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698