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

Side by Side Diff: chrome/chrome_installer.gypi

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « chrome/app/breakpad_win.cc ('k') | chrome/common/chrome_switches.h » ('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) 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 }, 59 },
60 { 60 {
61 'target_name': 'installer_util_unittests', 61 'target_name': 'installer_util_unittests',
62 'type': 'executable', 62 'type': 'executable',
63 'msvs_guid': '903F8C1E-537A-4C9E-97BE-075147CBE769', 63 'msvs_guid': '903F8C1E-537A-4C9E-97BE-075147CBE769',
64 'dependencies': [ 64 'dependencies': [
65 'installer_util', 65 'installer_util',
66 'installer_util_strings', 66 'installer_util_strings',
67 '<(DEPTH)/base/base.gyp:base', 67 '<(DEPTH)/base/base.gyp:base',
68 '<(DEPTH)/base/base.gyp:base_i18n', 68 '<(DEPTH)/base/base.gyp:base_i18n',
69 '<(DEPTH)/base/base.gyp:test_support_base',
70 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 69 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
71 '<(DEPTH)/testing/gtest.gyp:gtest', 70 '<(DEPTH)/testing/gtest.gyp:gtest',
72 ], 71 ],
73 'include_dirs': [ 72 'include_dirs': [
74 '<(DEPTH)', 73 '<(DEPTH)',
75 ], 74 ],
76 'sources': [ 75 'sources': [
77 'installer/setup/compat_checks_unittest.cc', 76 'installer/setup/compat_checks_unittest.cc',
78 'installer/setup/setup_constants.cc', 77 'installer/setup/setup_constants.cc',
79 'installer/util/browser_distribution_unittest.cc', 78 'installer/util/browser_distribution_unittest.cc',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 }, 137 },
139 }, 138 },
140 { 139 {
141 'target_name': 'mini_installer_test', 140 'target_name': 'mini_installer_test',
142 'type': 'executable', 141 'type': 'executable',
143 'msvs_guid': '4B6E199A-034A-49BD-AB93-458DD37E45B1', 142 'msvs_guid': '4B6E199A-034A-49BD-AB93-458DD37E45B1',
144 'dependencies': [ 143 'dependencies': [
145 'installer_util', 144 'installer_util',
146 '<(DEPTH)/base/base.gyp:base', 145 '<(DEPTH)/base/base.gyp:base',
147 '<(DEPTH)/base/base.gyp:base_i18n', 146 '<(DEPTH)/base/base.gyp:base_i18n',
148 '<(DEPTH)/base/base.gyp:test_support_base',
149 '<(DEPTH)/testing/gtest.gyp:gtest', 147 '<(DEPTH)/testing/gtest.gyp:gtest',
150 ], 148 ],
151 'include_dirs': [ 149 'include_dirs': [
152 '<(DEPTH)', 150 '<(DEPTH)',
153 ], 151 ],
154 'sources': [ 152 'sources': [
155 'test/mini_installer_test/run_all_unittests.cc', 153 'test/mini_installer_test/run_all_unittests.cc',
156 'test/mini_installer_test/chrome_mini_installer.cc', 154 'test/mini_installer_test/chrome_mini_installer.cc',
157 'test/mini_installer_test/chrome_mini_installer.h', 155 'test/mini_installer_test/chrome_mini_installer.h',
158 'test/mini_installer_test/mini_installer_test_constants.cc', 156 'test/mini_installer_test/mini_installer_test_constants.cc',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ], 286 ],
289 }, 287 },
290 { 288 {
291 'target_name': 'setup_unittests', 289 'target_name': 'setup_unittests',
292 'type': 'executable', 290 'type': 'executable',
293 'msvs_guid': 'C0AE4E06-F023-460F-BC14-6302CEAC51F8', 291 'msvs_guid': 'C0AE4E06-F023-460F-BC14-6302CEAC51F8',
294 'dependencies': [ 292 'dependencies': [
295 'installer_util', 293 'installer_util',
296 '<(DEPTH)/base/base.gyp:base', 294 '<(DEPTH)/base/base.gyp:base',
297 '<(DEPTH)/base/base.gyp:base_i18n', 295 '<(DEPTH)/base/base.gyp:base_i18n',
298 '<(DEPTH)/base/base.gyp:test_support_base',
299 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 296 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
300 '<(DEPTH)/testing/gtest.gyp:gtest', 297 '<(DEPTH)/testing/gtest.gyp:gtest',
301 ], 298 ],
302 'include_dirs': [ 299 'include_dirs': [
303 '<(DEPTH)', 300 '<(DEPTH)',
304 ], 301 ],
305 'sources': [ 302 'sources': [
306 'installer/setup/run_all_unittests.cc', 303 'installer/setup/run_all_unittests.cc',
307 'installer/setup/setup_util.cc', 304 'installer/setup/setup_util.cc',
308 'installer/setup/setup_util_unittest.cc', 305 'installer/setup/setup_util_unittest.cc',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 }, 850 },
854 }], 851 }],
855 ], 852 ],
856 } 853 }
857 854
858 # Local Variables: 855 # Local Variables:
859 # tab-width:2 856 # tab-width:2
860 # indent-tabs-mode:nil 857 # indent-tabs-mode:nil
861 # End: 858 # End:
862 # vim: set expandtab tabstop=2 shiftwidth=2: 859 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/app/breakpad_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698