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

Side by Side Diff: build/all.gyp

Issue 1860753002: Remove third_party/npapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: messed up previous upload Created 4 years, 8 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 | content/DEPS » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '../third_party/codesighs/codesighs.gyp:*', 149 '../third_party/codesighs/codesighs.gyp:*',
150 '../third_party/ffmpeg/ffmpeg.gyp:*', 150 '../third_party/ffmpeg/ffmpeg.gyp:*',
151 '../third_party/iccjpeg/iccjpeg.gyp:*', 151 '../third_party/iccjpeg/iccjpeg.gyp:*',
152 '../third_party/libpng/libpng.gyp:*', 152 '../third_party/libpng/libpng.gyp:*',
153 '../third_party/libusb/libusb.gyp:*', 153 '../third_party/libusb/libusb.gyp:*',
154 '../third_party/libwebp/libwebp.gyp:*', 154 '../third_party/libwebp/libwebp.gyp:*',
155 '../third_party/libxslt/libxslt.gyp:*', 155 '../third_party/libxslt/libxslt.gyp:*',
156 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 156 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
157 '../third_party/mesa/mesa.gyp:*', 157 '../third_party/mesa/mesa.gyp:*',
158 '../third_party/modp_b64/modp_b64.gyp:*', 158 '../third_party/modp_b64/modp_b64.gyp:*',
159 '../third_party/npapi/npapi.gyp:*',
160 '../third_party/ots/ots.gyp:*', 159 '../third_party/ots/ots.gyp:*',
161 '../third_party/pdfium/samples/samples.gyp:*', 160 '../third_party/pdfium/samples/samples.gyp:*',
162 '../third_party/qcms/qcms.gyp:*', 161 '../third_party/qcms/qcms.gyp:*',
163 '../tools/battor_agent/battor_agent.gyp:*', 162 '../tools/battor_agent/battor_agent.gyp:*',
164 '../tools/gn/gn.gyp:*', 163 '../tools/gn/gn.gyp:*',
165 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 164 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
166 '../v8/tools/gyp/v8.gyp:*', 165 '../v8/tools/gyp/v8.gyp:*',
167 '<(libjpeg_gyp_path):*', 166 '<(libjpeg_gyp_path):*',
168 ], 167 ],
169 }], 168 }],
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 'dependencies': [ 1401 'dependencies': [
1403 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1402 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1404 '../ui/views/views.gyp:views', 1403 '../ui/views/views.gyp:views',
1405 '../ui/views/views.gyp:views_unittests', 1404 '../ui/views/views.gyp:views_unittests',
1406 ], 1405 ],
1407 }, # target_name: macviews_builder 1406 }, # target_name: macviews_builder
1408 ], # targets 1407 ], # targets
1409 }], # os=='mac' and toolkit_views==1 1408 }], # os=='mac' and toolkit_views==1
1410 ], # conditions 1409 ], # conditions
1411 } 1410 }
OLDNEW
« no previous file with comments | « no previous file | content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698