1 # Copyright (c) 2010 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.
9 # Keep the archive builder happy.
10 'chrome_personalization%': 1,
11 'use_syncapi_stub%': 0,
14 'version_py_path': '../tools/build/version.py',
15 'version_path': 'VERSION',
17 'version_py_path': '<(version_py_path) -f',
18 'version_path': '<(version_path)',
23 '<(DEPTH)\\third_party\\python_24\\setup_env.bat && python'
33 '../build/common.gypi',
37 # all our own includes are relative to src/
43 'target_name': 'chrome_launcher',
45 'msvs_guid': 'B7E540C1-49D9-4350-ACBC-FB8306316D16',
47 '../breakpad/breakpad.gyp:breakpad_handler',
48 '../chrome/chrome.gyp:chrome_version_info',
49 '../chrome/chrome.gyp:chrome_version_header',
51 'resource_include_dirs': [
52 '<(INTERMEDIATE_DIR)',
53 '<(SHARED_INTERMEDIATE_DIR)',
56 'chrome_launcher_main.cc',
57 'chrome_launcher_version.rc',
64 '$(OutDir)\\servers\\$(ProjectName).exe',
65 # Set /SUBSYSTEM:WINDOWS since this is not a command-line program.
67 'AdditionalDependencies': [
74 # Set flags to unconditionally optimize chrome_frame_launcher.exe
78 'LinkTimeCodeGeneration': '1',
82 'InlineFunctionExpansion': '2',
83 'EnableIntrinsicFunctions': 'true',
84 'FavorSizeOrSpeed': '2',
85 'OmitFramePointers': 'true',
86 'EnableFiberSafeOptimizations': 'true',
87 'WholeProgramOptimization': 'true',
90 'AdditionalOptions': ['/ltcg', '/expectedoutputsize:120000000'],