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

Side by Side Diff: base/base.gyp

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.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 unified diff | Download patch
« no previous file with comments | « base/android/record_histogram.cc ('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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'mac/bind_objc_block_unittest.mm', 534 'mac/bind_objc_block_unittest.mm',
535 'mac/foundation_util_unittest.mm', 535 'mac/foundation_util_unittest.mm',
536 'mac/libdispatch_task_runner_unittest.cc', 536 'mac/libdispatch_task_runner_unittest.cc',
537 'mac/mac_util_unittest.mm', 537 'mac/mac_util_unittest.mm',
538 'mac/objc_property_releaser_unittest.mm', 538 'mac/objc_property_releaser_unittest.mm',
539 'mac/scoped_nsobject_unittest.mm', 539 'mac/scoped_nsobject_unittest.mm',
540 'mac/scoped_objc_class_swizzler_unittest.mm', 540 'mac/scoped_objc_class_swizzler_unittest.mm',
541 'mac/scoped_sending_event_unittest.mm', 541 'mac/scoped_sending_event_unittest.mm',
542 'md5_unittest.cc', 542 'md5_unittest.cc',
543 'memory/aligned_memory_unittest.cc', 543 'memory/aligned_memory_unittest.cc',
544 'memory/discardable_memory_unittest.cc',
545 'memory/discardable_shared_memory_unittest.cc', 544 'memory/discardable_shared_memory_unittest.cc',
546 'memory/linked_ptr_unittest.cc', 545 'memory/linked_ptr_unittest.cc',
547 'memory/ref_counted_memory_unittest.cc', 546 'memory/ref_counted_memory_unittest.cc',
548 'memory/ref_counted_unittest.cc', 547 'memory/ref_counted_unittest.cc',
549 'memory/scoped_ptr_unittest.cc', 548 'memory/scoped_ptr_unittest.cc',
550 'memory/scoped_ptr_unittest.nc', 549 'memory/scoped_ptr_unittest.nc',
551 'memory/scoped_vector_unittest.cc', 550 'memory/scoped_vector_unittest.cc',
552 'memory/shared_memory_unittest.cc', 551 'memory/shared_memory_unittest.cc',
553 'memory/singleton_unittest.cc', 552 'memory/singleton_unittest.cc',
554 'memory/weak_ptr_unittest.cc', 553 'memory/weak_ptr_unittest.cc',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'test/sequenced_task_runner_test_template.cc', 968 'test/sequenced_task_runner_test_template.cc',
970 'test/sequenced_task_runner_test_template.h', 969 'test/sequenced_task_runner_test_template.h',
971 'test/sequenced_worker_pool_owner.cc', 970 'test/sequenced_worker_pool_owner.cc',
972 'test/sequenced_worker_pool_owner.h', 971 'test/sequenced_worker_pool_owner.h',
973 'test/simple_test_clock.cc', 972 'test/simple_test_clock.cc',
974 'test/simple_test_clock.h', 973 'test/simple_test_clock.h',
975 'test/simple_test_tick_clock.cc', 974 'test/simple_test_tick_clock.cc',
976 'test/simple_test_tick_clock.h', 975 'test/simple_test_tick_clock.h',
977 'test/task_runner_test_template.cc', 976 'test/task_runner_test_template.cc',
978 'test/task_runner_test_template.h', 977 'test/task_runner_test_template.h',
978 'test/test_discardable_memory_shmem_allocator.cc',
979 'test/test_discardable_memory_shmem_allocator.h',
979 'test/test_file_util.cc', 980 'test/test_file_util.cc',
980 'test/test_file_util.h', 981 'test/test_file_util.h',
981 'test/test_file_util_android.cc', 982 'test/test_file_util_android.cc',
982 'test/test_file_util_linux.cc', 983 'test/test_file_util_linux.cc',
983 'test/test_file_util_mac.cc', 984 'test/test_file_util_mac.cc',
984 'test/test_file_util_posix.cc', 985 'test/test_file_util_posix.cc',
985 'test/test_file_util_win.cc', 986 'test/test_file_util_win.cc',
986 'test/test_io_thread.cc', 987 'test/test_io_thread.cc',
987 'test/test_io_thread.h', 988 'test/test_io_thread.h',
988 'test/test_listener_ios.h', 989 'test/test_listener_ios.h',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'dependencies': [ 1602 'dependencies': [
1602 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1603 ], 1604 ],
1604 }], 1605 }],
1605 ], 1606 ],
1606 }, 1607 },
1607 ], 1608 ],
1608 }], 1609 }],
1609 ], 1610 ],
1610 } 1611 }
OLDNEW
« no previous file with comments | « base/android/record_histogram.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698