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

Side by Side Diff: remoting/remoting.gyp

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | « printing/run_all_unittests.cc ('k') | remoting/run_all_unittests.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 { 335 {
336 'target_name': 'remoting_unittests', 336 'target_name': 'remoting_unittests',
337 'type': 'executable', 337 'type': 'executable',
338 'dependencies': [ 338 'dependencies': [
339 'chromoting_base', 339 'chromoting_base',
340 'chromoting_client', 340 'chromoting_client',
341 'chromoting_host', 341 'chromoting_host',
342 'chromoting_jingle_glue', 342 'chromoting_jingle_glue',
343 '../base/base.gyp:base', 343 '../base/base.gyp:base',
344 '../base/base.gyp:base_i18n', 344 '../base/base.gyp:base_i18n',
345 '../base/base.gyp:test_support_base',
346 '../gfx/gfx.gyp:gfx', 345 '../gfx/gfx.gyp:gfx',
347 '../testing/gmock.gyp:gmock', 346 '../testing/gmock.gyp:gmock',
348 '../testing/gtest.gyp:gtest', 347 '../testing/gtest.gyp:gtest',
349 ], 348 ],
350 'include_dirs': [ 349 'include_dirs': [
351 '../testing/gmock/include', 350 '../testing/gmock/include',
352 ], 351 ],
353 'sources': [ 352 'sources': [
354 'base/codec_test.cc', 353 'base/codec_test.cc',
355 'base/codec_test.h', 354 'base/codec_test.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 ], # end of 'conditions' 406 ], # end of 'conditions'
408 }, # end of target 'chromoting_unittests' 407 }, # end of target 'chromoting_unittests'
409 ], # end of targets 408 ], # end of targets
410 } 409 }
411 410
412 # Local Variables: 411 # Local Variables:
413 # tab-width:2 412 # tab-width:2
414 # indent-tabs-mode:nil 413 # indent-tabs-mode:nil
415 # End: 414 # End:
416 # vim: set expandtab tabstop=2 shiftwidth=2: 415 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « printing/run_all_unittests.cc ('k') | remoting/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698