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

Side by Side Diff: remoting/remoting.gyp

Issue 12225111: Make remoting_unittests build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/disconnect_window_win.cc ('k') | no next file » | 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'host/setup/pin_validator.h', 553 'host/setup/pin_validator.h',
554 'host/setup/win/auth_code_getter.cc', 554 'host/setup/win/auth_code_getter.cc',
555 'host/setup/win/auth_code_getter.h', 555 'host/setup/win/auth_code_getter.h',
556 ], 556 ],
557 'conditions': [ 557 'conditions': [
558 ['OS=="win"', { 558 ['OS=="win"', {
559 'dependencies': [ 559 'dependencies': [
560 '../google_update/google_update.gyp:google_update', 560 '../google_update/google_update.gyp:google_update',
561 'remoting_controller_idl', 561 'remoting_controller_idl',
562 ], 562 ],
563 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
564 'msvs_disabled_warnings': [4267, ],
563 }], 565 }],
564 ], 566 ],
565 }, # end of target 'remoting_host_setup_base' 567 }, # end of target 'remoting_host_setup_base'
566 568
567 { 569 {
568 'target_name': 'remoting_host_plugin', 570 'target_name': 'remoting_host_plugin',
569 'type': 'loadable_module', 571 'type': 'loadable_module',
570 'variables': { 'enable_wexit_time_destructors': 1, }, 572 'variables': { 'enable_wexit_time_destructors': 1, },
571 'product_extension': '<(host_plugin_extension)', 573 'product_extension': '<(host_plugin_extension)',
572 'product_prefix': '<(host_plugin_prefix)', 574 'product_prefix': '<(host_plugin_prefix)',
(...skipping 1903 matching lines...) Expand 10 before | Expand all | Expand 10 after
2476 '../base/allocator/allocator.gyp:allocator', 2478 '../base/allocator/allocator.gyp:allocator',
2477 ], 2479 ],
2478 }, 2480 },
2479 ], 2481 ],
2480 ], 2482 ],
2481 }], # end of 'toolkit_uses_gtk == 1' 2483 }], # end of 'toolkit_uses_gtk == 1'
2482 ], # end of 'conditions' 2484 ], # end of 'conditions'
2483 }, # end of target 'remoting_unittests' 2485 }, # end of target 'remoting_unittests'
2484 ], # end of targets 2486 ], # end of targets
2485 } 2487 }
OLDNEW
« no previous file with comments | « remoting/host/disconnect_window_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698