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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 4287001: Integrating CEEE into top-level .gyp files so that it builds.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « chrome/chrome.gyp ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 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 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 { 5 {
6 'variables': { 6 'variables': {
7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
8 # 'branding_dir' is set in the 'conditions' section at the bottom. 8 # 'branding_dir' is set in the 'conditions' section at the bottom.
9 }, 9 },
10 'conditions': [ 10 'conditions': [
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'target_name': 'setup', 173 'target_name': 'setup',
174 'type': 'executable', 174 'type': 'executable',
175 'msvs_guid': '21C76E6E-8B38-44D6-8148-B589C13B9554', 175 'msvs_guid': '21C76E6E-8B38-44D6-8148-B589C13B9554',
176 'dependencies': [ 176 'dependencies': [
177 'installer_util', 177 'installer_util',
178 'installer_util_strings', 178 'installer_util_strings',
179 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 179 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
180 '<(DEPTH)/build/util/build_util.gyp:lastchange', 180 '<(DEPTH)/build/util/build_util.gyp:lastchange',
181 '<(DEPTH)/build/util/support/support.gyp:*', 181 '<(DEPTH)/build/util/support/support.gyp:*',
182 '<(DEPTH)/build/win/system.gyp:cygwin', 182 '<(DEPTH)/build/win/system.gyp:cygwin',
183 '<(DEPTH)/ceee/ie/broker/broker.gyp:ceee_broker',
184 '<(DEPTH)/ceee/ie/plugin/toolband/toolband.gyp:ceee_ie',
185 '<(DEPTH)/ceee/installer_dll/ceee_installer_dll.gyp:ceee_installer_h elper',
183 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame', 186 '<(DEPTH)/chrome_frame/chrome_frame.gyp:npchrome_frame',
184 ], 187 ],
185 'include_dirs': [ 188 'include_dirs': [
186 '<(DEPTH)', 189 '<(DEPTH)',
187 '<(INTERMEDIATE_DIR)', 190 '<(INTERMEDIATE_DIR)',
188 '<(SHARED_INTERMEDIATE_DIR)/setup', 191 '<(SHARED_INTERMEDIATE_DIR)/setup',
189 ], 192 ],
190 'direct_dependent_settings': { 193 'direct_dependent_settings': {
191 'include_dirs': [ 194 'include_dirs': [
192 '<(SHARED_INTERMEDIATE_DIR)/setup', 195 '<(SHARED_INTERMEDIATE_DIR)/setup',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 }, 863 },
861 }], 864 }],
862 ], 865 ],
863 } 866 }
864 867
865 # Local Variables: 868 # Local Variables:
866 # tab-width:2 869 # tab-width:2
867 # indent-tabs-mode:nil 870 # indent-tabs-mode:nil
868 # End: 871 # End:
869 # vim: set expandtab tabstop=2 shiftwidth=2: 872 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698