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

Side by Side Diff: build/all.gyp

Issue 66613003: Static initializers tool for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 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
« no previous file with comments | « no previous file | tools/win/static_initializers/static_initializers.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) 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 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 }], 185 }],
186 ], 186 ],
187 'dependencies': [ 187 'dependencies': [
188 '../chrome_elf/chrome_elf.gyp:*', 188 '../chrome_elf/chrome_elf.gyp:*',
189 '../cloud_print/cloud_print.gyp:*', 189 '../cloud_print/cloud_print.gyp:*',
190 '../courgette/courgette.gyp:*', 190 '../courgette/courgette.gyp:*',
191 '../rlz/rlz.gyp:*', 191 '../rlz/rlz.gyp:*',
192 '../sandbox/sandbox.gyp:*', 192 '../sandbox/sandbox.gyp:*',
193 '<(angle_path)/src/build_angle.gyp:*', 193 '<(angle_path)/src/build_angle.gyp:*',
194 '../third_party/bspatch/bspatch.gyp:*', 194 '../third_party/bspatch/bspatch.gyp:*',
195 '../tools/win/static_initializers/static_initializers.gyp:*',
195 ], 196 ],
196 }, { 197 }, {
197 'dependencies': [ 198 'dependencies': [
198 '../third_party/libevent/libevent.gyp:*', 199 '../third_party/libevent/libevent.gyp:*',
199 ], 200 ],
200 }], 201 }],
201 ['toolkit_views==1', { 202 ['toolkit_views==1', {
202 'dependencies': [ 203 'dependencies': [
203 '../ui/views/controls/webview/webview.gyp:*', 204 '../ui/views/controls/webview/webview.gyp:*',
204 '../ui/views/views.gyp:*', 205 '../ui/views/views.gyp:*',
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 '../chrome/chrome.gyp:interactive_ui_tests_run', 1233 '../chrome/chrome.gyp:interactive_ui_tests_run',
1233 '../chrome/chrome.gyp:sync_integration_tests_run', 1234 '../chrome/chrome.gyp:sync_integration_tests_run',
1234 '../chrome/chrome.gyp:unit_tests_run', 1235 '../chrome/chrome.gyp:unit_tests_run',
1235 '../net/net.gyp:net_unittests_run', 1236 '../net/net.gyp:net_unittests_run',
1236 ], 1237 ],
1237 }, # target_name: chromium_swarm_tests 1238 }, # target_name: chromium_swarm_tests
1238 ], 1239 ],
1239 }], 1240 }],
1240 ], # conditions 1241 ], # conditions
1241 } 1242 }
OLDNEW
« no previous file with comments | « no previous file | tools/win/static_initializers/static_initializers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698