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

Side by Side Diff: build/common.gypi

Issue 7648011: Revert 96592 - Add scroll and gesture message filters for UIPI Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/browser/renderer_host/render_widget_host_view_win.cc » ('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 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 }], # mac_real_dsym 1742 }], # mac_real_dsym
1743 ], # target_conditions 1743 ], # target_conditions
1744 }], # (_type=="executable" or _type=="shared_library" or 1744 }], # (_type=="executable" or _type=="shared_library" or
1745 # _type=="loadable_module") and mac_strip!=0 1745 # _type=="loadable_module") and mac_strip!=0
1746 ], # target_conditions 1746 ], # target_conditions
1747 }, # target_defaults 1747 }, # target_defaults
1748 }], # OS=="mac" 1748 }], # OS=="mac"
1749 ['OS=="win"', { 1749 ['OS=="win"', {
1750 'target_defaults': { 1750 'target_defaults': {
1751 'defines': [ 1751 'defines': [
1752 '_WIN32_WINNT=0x0601', 1752 '_WIN32_WINNT=0x0600',
1753 'WINVER=0x0601', 1753 'WINVER=0x0600',
1754 'WIN32', 1754 'WIN32',
1755 '_WINDOWS', 1755 '_WINDOWS',
1756 'NOMINMAX', 1756 'NOMINMAX',
1757 'PSAPI_VERSION=1', 1757 'PSAPI_VERSION=1',
1758 '_CRT_RAND_S', 1758 '_CRT_RAND_S',
1759 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS', 1759 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
1760 'WIN32_LEAN_AND_MEAN', 1760 'WIN32_LEAN_AND_MEAN',
1761 '_ATL_NO_OPENGL', 1761 '_ATL_NO_OPENGL',
1762 '_HAS_TR1=0', 1762 '_HAS_TR1=0',
1763 ], 1763 ],
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1958 # settings in target dicts. SYMROOT is a special case, because many other 1958 # settings in target dicts. SYMROOT is a special case, because many other
1959 # Xcode variables depend on it, including variables such as 1959 # Xcode variables depend on it, including variables such as
1960 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 1960 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
1961 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 1961 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
1962 # files to appear (when present) in the UI as actual files and not red 1962 # files to appear (when present) in the UI as actual files and not red
1963 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 1963 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
1964 # and therefore SYMROOT, needs to be set at the project level. 1964 # and therefore SYMROOT, needs to be set at the project level.
1965 'SYMROOT': '<(DEPTH)/xcodebuild', 1965 'SYMROOT': '<(DEPTH)/xcodebuild',
1966 }, 1966 },
1967 } 1967 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698