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

Side by Side Diff: base/base.gypi

Issue 6862002: Merge gpu_trace_event back into base/debug/trace_event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Flaky test fixed, found race in my test 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '<(DEPTH)/third_party/wtl/include', 397 '<(DEPTH)/third_party/wtl/include',
398 ], 398 ],
399 'sources!': [ 399 'sources!': [
400 'event_recorder_stubs.cc', 400 'event_recorder_stubs.cc',
401 'file_descriptor_shuffle.cc', 401 'file_descriptor_shuffle.cc',
402 'message_pump_libevent.cc', 402 'message_pump_libevent.cc',
403 # Not using sha1_win.cc because it may have caused a 403 # Not using sha1_win.cc because it may have caused a
404 # regression to page cycler moz. 404 # regression to page cycler moz.
405 'sha1_win.cc', 405 'sha1_win.cc',
406 'string16.cc', 406 'string16.cc',
407 'debug/trace_event.cc',
408 ], 407 ],
409 },], 408 },],
410 ['OS=="freebsd" or OS=="openbsd"', { 409 ['OS=="freebsd" or OS=="openbsd"', {
411 'sources!': [ 410 'sources!': [
412 'base/files/file_path_watcher_linux.cc', 411 'base/files/file_path_watcher_linux.cc',
413 ], 412 ],
414 'sources': [ 413 'sources': [
415 'base/files/file_path_watcher_stub.cc', 414 'base/files/file_path_watcher_stub.cc',
416 ], 415 ],
417 }], 416 }],
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'third_party/xdg_mime/xdgmimemagic.c', 679 'third_party/xdg_mime/xdgmimemagic.c',
681 'third_party/xdg_mime/xdgmimemagic.h', 680 'third_party/xdg_mime/xdgmimemagic.h',
682 'third_party/xdg_mime/xdgmimeparent.c', 681 'third_party/xdg_mime/xdgmimeparent.c',
683 'third_party/xdg_mime/xdgmimeparent.h', 682 'third_party/xdg_mime/xdgmimeparent.h',
684 ], 683 ],
685 }, 684 },
686 ], 685 ],
687 }], 686 }],
688 ], 687 ],
689 } 688 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event.h » ('j') | base/debug/trace_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698