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

Side by Side Diff: build/all.gyp

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « android_webview/android_webview.gyp ('k') | build/gn_migration.gypi » ('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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 '../third_party/libxslt/libxslt.gyp:*', 160 '../third_party/libxslt/libxslt.gyp:*',
161 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 161 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
162 '../third_party/mesa/mesa.gyp:*', 162 '../third_party/mesa/mesa.gyp:*',
163 '../third_party/modp_b64/modp_b64.gyp:*', 163 '../third_party/modp_b64/modp_b64.gyp:*',
164 '../third_party/ots/ots.gyp:*', 164 '../third_party/ots/ots.gyp:*',
165 '../third_party/pdfium/samples/samples.gyp:*', 165 '../third_party/pdfium/samples/samples.gyp:*',
166 '../third_party/qcms/qcms.gyp:*', 166 '../third_party/qcms/qcms.gyp:*',
167 '../tools/battor_agent/battor_agent.gyp:*', 167 '../tools/battor_agent/battor_agent.gyp:*',
168 '../tools/gn/gn.gyp:*', 168 '../tools/gn/gn.gyp:*',
169 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 169 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
170 '../v8/tools/gyp/v8.gyp:*', 170 '../v8/src/v8.gyp:*',
171 '<(libjpeg_gyp_path):*', 171 '<(libjpeg_gyp_path):*',
172 ], 172 ],
173 }], 173 }],
174 ['OS=="win" or OS=="ios" or OS=="linux"', { 174 ['OS=="win" or OS=="ios" or OS=="linux"', {
175 'dependencies': [ 175 'dependencies': [
176 '../breakpad/breakpad.gyp:*', 176 '../breakpad/breakpad.gyp:*',
177 ], 177 ],
178 }], 178 }],
179 ['OS=="mac"', { 179 ['OS=="mac"', {
180 'dependencies': [ 180 'dependencies': [
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'dependencies': [ 1379 'dependencies': [
1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1381 '../ui/views/views.gyp:views', 1381 '../ui/views/views.gyp:views',
1382 '../ui/views/views.gyp:views_unittests', 1382 '../ui/views/views.gyp:views_unittests',
1383 ], 1383 ],
1384 }, # target_name: macviews_builder 1384 }, # target_name: macviews_builder
1385 ], # targets 1385 ], # targets
1386 }], # os=='mac' and toolkit_views==1 1386 }], # os=='mac' and toolkit_views==1
1387 ], # conditions 1387 ], # conditions
1388 } 1388 }
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698