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

Side by Side Diff: chrome/chrome.gyp

Issue 27722003: Windows-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed feature platforms to 'win' and 'mac' to match Platforms from model.py Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_tests.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'utility/media_galleries/iphoto_library_parser.h', 330 'utility/media_galleries/iphoto_library_parser.h',
331 ], 331 ],
332 }], 332 }],
333 ['OS=="win"', { 333 ['OS=="win"', {
334 'sources': [ 334 'sources': [
335 'utility/networking_private_handler.cc', 335 'utility/networking_private_handler.cc',
336 'utility/networking_private_handler.h', 336 'utility/networking_private_handler.h',
337 'utility/wifi/wifi_service.h', 337 'utility/wifi/wifi_service.h',
338 'utility/wifi/wifi_service.cc', 338 'utility/wifi/wifi_service.cc',
339 'utility/wifi/wifi_service_mock.cc', 339 'utility/wifi/wifi_service_mock.cc',
340 'utility/wifi/wifi_service_win.cc',
340 ], 341 ],
341 }], 342 }],
342 ['use_openssl==1', { 343 ['use_openssl==1', {
343 'sources!': [ 344 'sources!': [
344 'utility/importer/nss_decryptor.cc', 345 'utility/importer/nss_decryptor.cc',
345 ] 346 ]
346 }], 347 }],
347 ['OS!="win" and OS!="mac" and use_openssl==0', { 348 ['OS!="win" and OS!="mac" and use_openssl==0', {
348 'dependencies': [ 349 'dependencies': [
349 '../crypto/crypto.gyp:crypto', 350 '../crypto/crypto.gyp:crypto',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'sources': [ 1189 'sources': [
1189 'service/cloud_print/print_system_cups.cc', 1190 'service/cloud_print/print_system_cups.cc',
1190 ], 1191 ],
1191 }], 1192 }],
1192 ], 1193 ],
1193 }, 1194 },
1194 ], 1195 ],
1195 }], 1196 }],
1196 ], # 'conditions' 1197 ], # 'conditions'
1197 } 1198 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698