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

Side by Side Diff: remoting/remoting.gyp

Issue 11049006: [Chromoting] Add a helper class to map an OAuth access token to an email address. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an unused method. Created 8 years, 2 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/gaia_user_email_fetcher.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 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'host/disconnect_window_mac.mm', 1345 'host/disconnect_window_mac.mm',
1346 'host/disconnect_window_win.cc', 1346 'host/disconnect_window_win.cc',
1347 'host/dns_blackhole_checker.cc', 1347 'host/dns_blackhole_checker.cc',
1348 'host/dns_blackhole_checker.h', 1348 'host/dns_blackhole_checker.h',
1349 'host/event_executor.h', 1349 'host/event_executor.h',
1350 'host/event_executor_linux.cc', 1350 'host/event_executor_linux.cc',
1351 'host/event_executor_mac.cc', 1351 'host/event_executor_mac.cc',
1352 'host/event_executor_win.cc', 1352 'host/event_executor_win.cc',
1353 'host/gaia_oauth_client.cc', 1353 'host/gaia_oauth_client.cc',
1354 'host/gaia_oauth_client.h', 1354 'host/gaia_oauth_client.h',
1355 'host/gaia_user_email_fetcher.cc',
1356 'host/gaia_user_email_fetcher.h',
1355 'host/heartbeat_sender.cc', 1357 'host/heartbeat_sender.cc',
1356 'host/heartbeat_sender.h', 1358 'host/heartbeat_sender.h',
1357 'host/host_config.cc', 1359 'host/host_config.cc',
1358 'host/host_config.h', 1360 'host/host_config.h',
1359 'host/host_exit_codes.h', 1361 'host/host_exit_codes.h',
1360 'host/host_key_pair.cc', 1362 'host/host_key_pair.cc',
1361 'host/host_key_pair.h', 1363 'host/host_key_pair.h',
1362 'host/host_port_allocator.cc', 1364 'host/host_port_allocator.cc',
1363 'host/host_port_allocator.h', 1365 'host/host_port_allocator.h',
1364 'host/host_secret.cc', 1366 'host/host_secret.cc',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1984 '../base/allocator/allocator.gyp:allocator', 1986 '../base/allocator/allocator.gyp:allocator',
1985 ], 1987 ],
1986 }, 1988 },
1987 ], 1989 ],
1988 ], 1990 ],
1989 }], 1991 }],
1990 ], # end of 'conditions' 1992 ], # end of 'conditions'
1991 }, # end of target 'remoting_unittests' 1993 }, # end of target 'remoting_unittests'
1992 ], # end of targets 1994 ], # end of targets
1993 } 1995 }
OLDNEW
« no previous file with comments | « remoting/host/gaia_user_email_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698