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

Side by Side Diff: base/base.gyp

Issue 276002: Add AtomicFlag class to base/...... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/atomic_flag_unittest.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'third_party/xdg_mime/xdgmimeicon.h', 56 'third_party/xdg_mime/xdgmimeicon.h',
57 'third_party/xdg_mime/xdgmimeint.c', 57 'third_party/xdg_mime/xdgmimeint.c',
58 'third_party/xdg_mime/xdgmimeint.h', 58 'third_party/xdg_mime/xdgmimeint.h',
59 'third_party/xdg_mime/xdgmimemagic.c', 59 'third_party/xdg_mime/xdgmimemagic.c',
60 'third_party/xdg_mime/xdgmimemagic.h', 60 'third_party/xdg_mime/xdgmimemagic.h',
61 'third_party/xdg_mime/xdgmimeparent.c', 61 'third_party/xdg_mime/xdgmimeparent.c',
62 'third_party/xdg_mime/xdgmimeparent.h', 62 'third_party/xdg_mime/xdgmimeparent.h',
63 'atomicops_internals_x86_gcc.cc', 63 'atomicops_internals_x86_gcc.cc',
64 'at_exit.cc', 64 'at_exit.cc',
65 'at_exit.h', 65 'at_exit.h',
66 'atomic_flag.h',
67 'atomic_flag.cc',
66 'atomic_ref_count.h', 68 'atomic_ref_count.h',
67 'atomic_sequence_num.h', 69 'atomic_sequence_num.h',
68 'atomicops.h', 70 'atomicops.h',
69 'atomicops_internals_x86_msvc.h', 71 'atomicops_internals_x86_msvc.h',
70 'base_drag_source.cc', 72 'base_drag_source.cc',
71 'base_drag_source.h', 73 'base_drag_source.h',
72 'base_drop_target.cc', 74 'base_drop_target.cc',
73 'base_drop_target.h', 75 'base_drop_target.h',
74 'base_paths.cc', 76 'base_paths.cc',
75 'base_paths.h', 77 'base_paths.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'type': 'executable', 547 'type': 'executable',
546 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC', 548 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
547 'sources': [ 549 'sources': [
548 # Infrastructure files. 550 # Infrastructure files.
549 'multiprocess_test.h', 551 'multiprocess_test.h',
550 'test/run_all_unittests.cc', 552 'test/run_all_unittests.cc',
551 'test/test_suite.h', 553 'test/test_suite.h',
552 554
553 # Tests. 555 # Tests.
554 'at_exit_unittest.cc', 556 'at_exit_unittest.cc',
557 'atomic_flag_unittest.cc',
555 'atomicops_unittest.cc', 558 'atomicops_unittest.cc',
556 'command_line_unittest.cc', 559 'command_line_unittest.cc',
557 'condition_variable_unittest.cc', 560 'condition_variable_unittest.cc',
558 'crypto/rsa_private_key_unittest.cc', 561 'crypto/rsa_private_key_unittest.cc',
559 'crypto/signature_creator_unittest.cc', 562 'crypto/signature_creator_unittest.cc',
560 'crypto/signature_verifier_unittest.cc', 563 'crypto/signature_verifier_unittest.cc',
561 'data_pack_unittest.cc', 564 'data_pack_unittest.cc',
562 'debug_util_unittest.cc', 565 'debug_util_unittest.cc',
563 'directory_watcher_unittest.cc', 566 'directory_watcher_unittest.cc',
564 'field_trial_unittest.cc', 567 'field_trial_unittest.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 ], 832 ],
830 }], 833 }],
831 ], 834 ],
832 } 835 }
833 836
834 # Local Variables: 837 # Local Variables:
835 # tab-width:2 838 # tab-width:2
836 # indent-tabs-mode:nil 839 # indent-tabs-mode:nil
837 # End: 840 # End:
838 # vim: set expandtab tabstop=2 shiftwidth=2: 841 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/atomic_flag_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698