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

Side by Side Diff: build/all.gyp

Issue 1645103002: tools/battor_agent: Adds battor_agent_unittests to waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « BUILD.gn ('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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 '../third_party/libusb/libusb.gyp:*', 151 '../third_party/libusb/libusb.gyp:*',
152 '../third_party/libwebp/libwebp.gyp:*', 152 '../third_party/libwebp/libwebp.gyp:*',
153 '../third_party/libxslt/libxslt.gyp:*', 153 '../third_party/libxslt/libxslt.gyp:*',
154 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 154 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
155 '../third_party/mesa/mesa.gyp:*', 155 '../third_party/mesa/mesa.gyp:*',
156 '../third_party/modp_b64/modp_b64.gyp:*', 156 '../third_party/modp_b64/modp_b64.gyp:*',
157 '../third_party/npapi/npapi.gyp:*', 157 '../third_party/npapi/npapi.gyp:*',
158 '../third_party/ots/ots.gyp:*', 158 '../third_party/ots/ots.gyp:*',
159 '../third_party/pdfium/samples/samples.gyp:*', 159 '../third_party/pdfium/samples/samples.gyp:*',
160 '../third_party/qcms/qcms.gyp:*', 160 '../third_party/qcms/qcms.gyp:*',
161 '../tools/battor_agent/battor_agent.gyp:*',
161 '../tools/gn/gn.gyp:*', 162 '../tools/gn/gn.gyp:*',
162 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 163 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
163 '../v8/tools/gyp/v8.gyp:*', 164 '../v8/tools/gyp/v8.gyp:*',
164 '<(libjpeg_gyp_path):*', 165 '<(libjpeg_gyp_path):*',
165 ], 166 ],
166 }], 167 }],
167 ['use_openssl==0 and OS=="ios"', { 168 ['use_openssl==0 and OS=="ios"', {
168 'dependencies': [ 169 'dependencies': [
169 '../third_party/nss/nss.gyp:*', 170 '../third_party/nss/nss.gyp:*',
170 ], 171 ],
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 'dependencies': [ 1442 'dependencies': [
1442 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1443 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1443 '../ui/views/views.gyp:views', 1444 '../ui/views/views.gyp:views',
1444 '../ui/views/views.gyp:views_unittests', 1445 '../ui/views/views.gyp:views_unittests',
1445 ], 1446 ],
1446 }, # target_name: macviews_builder 1447 }, # target_name: macviews_builder
1447 ], # targets 1448 ], # targets
1448 }], # os=='mac' and toolkit_views==1 1449 }], # os=='mac' and toolkit_views==1
1449 ], # conditions 1450 ], # conditions
1450 } 1451 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698