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

Side by Side Diff: remoting/remoting.gyp

Issue 2801003: Tighten up compile warnings based to match other chromium sub-projects.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/jingle_glue/jingle_thread.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) 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': {
7 'chromium_code': 1,
8 },
9
6 'target_defaults': { 10 'target_defaults': {
7 'defines': [ 11 'defines': [
8 ], 12 ],
9 'include_dirs': [ 13 'include_dirs': [
10 '..', # Root of Chrome checkout 14 '..', # Root of Chrome checkout
11 ], 15 ],
12 }, 16 },
13 17
14 'conditions': [ 18 'conditions': [
15 # Chromoting Client targets 19 # Chromoting Client targets
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 ], # end of 'conditions' 385 ], # end of 'conditions'
382 }, # end of target 'chromoting_unittests' 386 }, # end of target 'chromoting_unittests'
383 ], # end of targets 387 ], # end of targets
384 } 388 }
385 389
386 # Local Variables: 390 # Local Variables:
387 # tab-width:2 391 # tab-width:2
388 # indent-tabs-mode:nil 392 # indent-tabs-mode:nil
389 # End: 393 # End:
390 # vim: set expandtab tabstop=2 shiftwidth=2: 394 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/jingle_glue/jingle_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698