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

Side by Side Diff: base/base.gyp

Issue 6990028: Remove files that don't exist, and fix typos in gyp files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more Created 9 years, 7 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 | « no previous file | base/base.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'dir_reader_posix_unittest.cc', 277 'dir_reader_posix_unittest.cc',
278 'file_descriptor_shuffle_unittest.cc', 278 'file_descriptor_shuffle_unittest.cc',
279 'threading/worker_pool_posix_unittest.cc', 279 'threading/worker_pool_posix_unittest.cc',
280 'message_pump_libevent_unittest.cc', 280 'message_pump_libevent_unittest.cc',
281 ], 281 ],
282 }, { # OS != "win" 282 }, { # OS != "win"
283 'sources/': [ 283 'sources/': [
284 ['exclude', '^win/'], 284 ['exclude', '^win/'],
285 ], 285 ],
286 'sources!': [ 286 'sources!': [
287 'debug/trace_event_win_unittest.cc',
287 'time_win_unittest.cc', 288 'time_win_unittest.cc',
288 'trace_event_win_unittest.cc', 289 'win/win_util_unittest.cc',
289 'win_util_unittest.cc',
290 ], 290 ],
291 }], 291 }],
292 ], 292 ],
293 }, 293 },
294 { 294 {
295 'target_name': 'test_support_base', 295 'target_name': 'test_support_base',
296 'type': 'static_library', 296 'type': 'static_library',
297 'dependencies': [ 297 'dependencies': [
298 'base', 298 'base',
299 'base_static', 299 'base_static',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 ], 380 ],
381 }], 381 }],
382 ], 382 ],
383 } 383 }
384 384
385 # Local Variables: 385 # Local Variables:
386 # tab-width:2 386 # tab-width:2
387 # indent-tabs-mode:nil 387 # indent-tabs-mode:nil
388 # End: 388 # End:
389 # vim: set expandtab tabstop=2 shiftwidth=2: 389 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698