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

Side by Side Diff: components/components_tests.gyp

Issue 1860003003: Remove the WebPNetworkClient* from iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix No. 2 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 | components/webp_transcode.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 'components.gyp:safe_browsing_db_mobile', 1321 'components.gyp:safe_browsing_db_mobile',
1322 ], 1322 ],
1323 'sources': [ 1323 'sources': [
1324 '<@(safe_browsing_db_mobile_unittest_sources)', 1324 '<@(safe_browsing_db_mobile_unittest_sources)',
1325 ], 1325 ],
1326 }], 1326 }],
1327 ], 1327 ],
1328 }, { # 'OS == "ios"' 1328 }, { # 'OS == "ios"'
1329 'sources': [ 1329 'sources': [
1330 'webp_transcode/webp_decoder_unittest.mm', 1330 'webp_transcode/webp_decoder_unittest.mm',
1331 'webp_transcode/webp_network_client_unittest.mm',
1332 ], 1331 ],
1333 'sources/': [ 1332 'sources/': [
1334 # Exclude all tests that depends on //content (based on layered- 1333 # Exclude all tests that depends on //content (based on layered-
1335 # component directory structure). 1334 # component directory structure).
1336 ['exclude', '^[^/]*/content/'], 1335 ['exclude', '^[^/]*/content/'],
1337 ], 1336 ],
1338 'mac_bundle_resources': [ 1337 'mac_bundle_resources': [
1339 '<(PRODUCT_DIR)/ui_test.pak', 1338 '<(PRODUCT_DIR)/ui_test.pak',
1340 ], 1339 ],
1341 'dependencies': [ 1340 'dependencies': [
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'dependencies': [ 1923 'dependencies': [
1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1926 ], 1925 ],
1927 }], 1926 }],
1928 ], 1927 ],
1929 }, 1928 },
1930 ], 1929 ],
1931 }], 1930 }],
1932 ], 1931 ],
1933 } 1932 }
OLDNEW
« no previous file with comments | « no previous file | components/webp_transcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698