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

Side by Side Diff: base/base.gyp

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « base/android/jni_onload_delegate.h ('k') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'threading/worker_pool_posix_unittest.cc', 638 'threading/worker_pool_posix_unittest.cc',
639 'threading/worker_pool_unittest.cc', 639 'threading/worker_pool_unittest.cc',
640 'time/pr_time_unittest.cc', 640 'time/pr_time_unittest.cc',
641 'time/time_unittest.cc', 641 'time/time_unittest.cc',
642 'time/time_win_unittest.cc', 642 'time/time_win_unittest.cc',
643 'timer/hi_res_timer_manager_unittest.cc', 643 'timer/hi_res_timer_manager_unittest.cc',
644 'timer/mock_timer_unittest.cc', 644 'timer/mock_timer_unittest.cc',
645 'timer/timer_unittest.cc', 645 'timer/timer_unittest.cc',
646 'tools_sanity_unittest.cc', 646 'tools_sanity_unittest.cc',
647 'trace_event/memory_dump_manager_unittest.cc', 647 'trace_event/memory_dump_manager_unittest.cc',
648 'trace_event/process_memory_totals_dump_provider_unittest.cc',
649 'trace_event/trace_event_argument_unittest.cc', 648 'trace_event/trace_event_argument_unittest.cc',
650 'trace_event/trace_event_memory_unittest.cc', 649 'trace_event/trace_event_memory_unittest.cc',
651 'trace_event/trace_event_synthetic_delay_unittest.cc', 650 'trace_event/trace_event_synthetic_delay_unittest.cc',
652 'trace_event/trace_event_system_stats_monitor_unittest.cc', 651 'trace_event/trace_event_system_stats_monitor_unittest.cc',
653 'trace_event/trace_event_unittest.cc', 652 'trace_event/trace_event_unittest.cc',
654 'trace_event/trace_event_win_unittest.cc', 653 'trace_event/trace_event_win_unittest.cc',
655 'tracked_objects_unittest.cc', 654 'tracked_objects_unittest.cc',
656 'tuple_unittest.cc', 655 'tuple_unittest.cc',
657 'values_unittest.cc', 656 'values_unittest.cc',
658 'version_unittest.cc', 657 'version_unittest.cc',
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'dependencies': [ 1557 'dependencies': [
1559 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1558 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1560 ], 1559 ],
1561 }], 1560 }],
1562 ], 1561 ],
1563 }, 1562 },
1564 ], 1563 ],
1565 }], 1564 }],
1566 ], 1565 ],
1567 } 1566 }
OLDNEW
« no previous file with comments | « base/android/jni_onload_delegate.h ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698