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

Unified Diff: base/base.gyp

Issue 1014923002: [tracing] Move GN/gyp build files under trace_event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/trace_event/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c7a24811dc6348d11b77d6bdcd0b2d80ce453805..389357a9ae54cc443c9fa5ec7f81d605f11bad1d 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -656,15 +656,6 @@
'timer/mock_timer_unittest.cc',
'timer/timer_unittest.cc',
'tools_sanity_unittest.cc',
- 'trace_event/memory_dump_manager_unittest.cc',
- 'trace_event/process_memory_maps_dump_provider_unittest.cc',
- 'trace_event/process_memory_totals_dump_provider_unittest.cc',
- 'trace_event/trace_event_argument_unittest.cc',
- 'trace_event/trace_event_memory_unittest.cc',
- 'trace_event/trace_event_synthetic_delay_unittest.cc',
- 'trace_event/trace_event_system_stats_monitor_unittest.cc',
- 'trace_event/trace_event_unittest.cc',
- 'trace_event/trace_event_win_unittest.cc',
'tracked_objects_unittest.cc',
'tuple_unittest.cc',
'values_unittest.cc',
@@ -689,6 +680,7 @@
'win/startup_information_unittest.cc',
'win/win_util_unittest.cc',
'win/wrapped_window_proc_unittest.cc',
+ '<@(trace_event_test_sources)',
dsinclair 2015/03/17 20:00:53 Does this need an includes: section like the gypi?
Primiano Tucci (use gerrit) 2015/03/17 20:29:11 The include is inherited through base.gypi, i.e.
],
'dependencies': [
'base',
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/trace_event/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698