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

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: "fix gpu/command_buffer/client/cmd_buffer_helper to new macros" Created 9 years, 8 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/debug/trace_event.h » ('j') | base/debug/trace_event.h » ('J')
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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '<(DEPTH)/third_party/wtl/include', 396 '<(DEPTH)/third_party/wtl/include',
397 ], 397 ],
398 'sources!': [ 398 'sources!': [
399 'event_recorder_stubs.cc', 399 'event_recorder_stubs.cc',
400 'file_descriptor_shuffle.cc', 400 'file_descriptor_shuffle.cc',
401 'message_pump_libevent.cc', 401 'message_pump_libevent.cc',
402 # Not using sha1_win.cc because it may have caused a 402 # Not using sha1_win.cc because it may have caused a
403 # regression to page cycler moz. 403 # regression to page cycler moz.
404 'sha1_win.cc', 404 'sha1_win.cc',
405 'string16.cc', 405 'string16.cc',
406 'debug/trace_event.cc',
407 ], 406 ],
408 },], 407 },],
409 ['OS=="freebsd" or OS=="openbsd"', { 408 ['OS=="freebsd" or OS=="openbsd"', {
410 'sources!': [ 409 'sources!': [
411 'base/files/file_path_watcher_linux.cc', 410 'base/files/file_path_watcher_linux.cc',
412 ], 411 ],
413 'sources': [ 412 'sources': [
414 'base/files/file_path_watcher_stub.cc', 413 'base/files/file_path_watcher_stub.cc',
415 ], 414 ],
416 }], 415 }],
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'third_party/xdg_mime/xdgmimemagic.c', 651 'third_party/xdg_mime/xdgmimemagic.c',
653 'third_party/xdg_mime/xdgmimemagic.h', 652 'third_party/xdg_mime/xdgmimemagic.h',
654 'third_party/xdg_mime/xdgmimeparent.c', 653 'third_party/xdg_mime/xdgmimeparent.c',
655 'third_party/xdg_mime/xdgmimeparent.h', 654 'third_party/xdg_mime/xdgmimeparent.h',
656 ], 655 ],
657 }, 656 },
658 ], 657 ],
659 }], 658 }],
660 ], 659 ],
661 } 660 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('j') | base/debug/trace_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698