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

Side by Side Diff: base/base.gypi

Issue 6933035: Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at htt... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « base/base.gyp ('k') | base/debug/trace_event.h » ('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 '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',
407 ], 408 ],
408 },], 409 },],
409 ['OS=="freebsd" or OS=="openbsd"', { 410 ['OS=="freebsd" or OS=="openbsd"', {
410 'sources!': [ 411 'sources!': [
411 'base/files/file_path_watcher_linux.cc', 412 'base/files/file_path_watcher_linux.cc',
412 ], 413 ],
413 'sources': [ 414 'sources': [
414 'base/files/file_path_watcher_stub.cc', 415 'base/files/file_path_watcher_stub.cc',
415 ], 416 ],
416 }], 417 }],
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'third_party/xdg_mime/xdgmimemagic.c', 680 'third_party/xdg_mime/xdgmimemagic.c',
680 'third_party/xdg_mime/xdgmimemagic.h', 681 'third_party/xdg_mime/xdgmimemagic.h',
681 'third_party/xdg_mime/xdgmimeparent.c', 682 'third_party/xdg_mime/xdgmimeparent.c',
682 'third_party/xdg_mime/xdgmimeparent.h', 683 'third_party/xdg_mime/xdgmimeparent.h',
683 ], 684 ],
684 }, 685 },
685 ], 686 ],
686 }], 687 }],
687 ], 688 ],
688 } 689 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698