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

Side by Side Diff: base/base.gypi

Issue 11359217: Move scoped_temp_dir from base to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/base.gyp ('k') | base/file_util_proxy_unittest.cc » ('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 '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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'files/dir_reader_linux.h', 146 'files/dir_reader_linux.h',
147 'files/dir_reader_posix.h', 147 'files/dir_reader_posix.h',
148 'files/file_path_watcher.cc', 148 'files/file_path_watcher.cc',
149 'files/file_path_watcher.h', 149 'files/file_path_watcher.h',
150 'files/file_path_watcher_kqueue.cc', 150 'files/file_path_watcher_kqueue.cc',
151 'files/file_path_watcher_linux.cc', 151 'files/file_path_watcher_linux.cc',
152 'files/file_path_watcher_stub.cc', 152 'files/file_path_watcher_stub.cc',
153 'files/file_path_watcher_win.cc', 153 'files/file_path_watcher_win.cc',
154 'files/important_file_writer.h', 154 'files/important_file_writer.h',
155 'files/important_file_writer.cc', 155 'files/important_file_writer.cc',
156 'files/scoped_temp_dir.cc',
157 'files/scoped_temp_dir.h',
156 'float_util.h', 158 'float_util.h',
157 'format_macros.h', 159 'format_macros.h',
158 'gtest_prod_util.h', 160 'gtest_prod_util.h',
159 'guid.cc', 161 'guid.cc',
160 'guid.h', 162 'guid.h',
161 'guid_posix.cc', 163 'guid_posix.cc',
162 'guid_win.cc', 164 'guid_win.cc',
163 'hash.cc', 165 'hash.cc',
164 'hash.h', 166 'hash.h',
165 'hash_tables.h', 167 'hash_tables.h',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'rand_util.h', 341 'rand_util.h',
340 'rand_util_nacl.cc', 342 'rand_util_nacl.cc',
341 'rand_util_posix.cc', 343 'rand_util_posix.cc',
342 'rand_util_win.cc', 344 'rand_util_win.cc',
343 'run_loop.cc', 345 'run_loop.cc',
344 'run_loop.h', 346 'run_loop.h',
345 'safe_strerror_posix.cc', 347 'safe_strerror_posix.cc',
346 'safe_strerror_posix.h', 348 'safe_strerror_posix.h',
347 'scoped_native_library.cc', 349 'scoped_native_library.cc',
348 'scoped_native_library.h', 350 'scoped_native_library.h',
349 'scoped_temp_dir.cc',
350 'scoped_temp_dir.h',
351 'sequenced_task_runner.cc', 351 'sequenced_task_runner.cc',
352 'sequenced_task_runner.h', 352 'sequenced_task_runner.h',
353 'sequenced_task_runner_helpers.h', 353 'sequenced_task_runner_helpers.h',
354 'sha1.h', 354 'sha1.h',
355 'sha1_portable.cc', 355 'sha1_portable.cc',
356 'sha1_win.cc', 356 'sha1_win.cc',
357 'shared_memory.h', 357 'shared_memory.h',
358 'shared_memory_android.cc', 358 'shared_memory_android.cc',
359 'shared_memory_nacl.cc', 359 'shared_memory_nacl.cc',
360 'shared_memory_posix.cc', 360 'shared_memory_posix.cc',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'files/file_path_watcher_kqueue.cc', 586 'files/file_path_watcher_kqueue.cc',
587 'native_library_posix.cc', 587 'native_library_posix.cc',
588 'path_service.cc', 588 'path_service.cc',
589 'platform_file_posix.cc', 589 'platform_file_posix.cc',
590 'posix/unix_domain_socket.cc', 590 'posix/unix_domain_socket.cc',
591 'process_posix.cc', 591 'process_posix.cc',
592 'process_util.cc', 592 'process_util.cc',
593 'process_util_posix.cc', 593 'process_util_posix.cc',
594 'rand_util_posix.cc', 594 'rand_util_posix.cc',
595 'scoped_native_library.cc', 595 'scoped_native_library.cc',
596 'scoped_temp_dir.cc', 596 'files/scoped_temp_dir.cc',
597 'shared_memory_posix.cc', 597 'shared_memory_posix.cc',
598 'sys_info_posix.cc', 598 'sys_info_posix.cc',
599 'threading/sequenced_worker_pool.cc', 599 'threading/sequenced_worker_pool.cc',
600 'third_party/dynamic_annotations/dynamic_annotations.c', 600 'third_party/dynamic_annotations/dynamic_annotations.c',
601 ], 601 ],
602 # Metrics won't work in the NaCl sandbox. 602 # Metrics won't work in the NaCl sandbox.
603 'sources/': [ ['exclude', '^metrics/'] ], 603 'sources/': [ ['exclude', '^metrics/'] ],
604 }], 604 }],
605 ['OS == "android" and >(nacl_untrusted_build)==0', { 605 ['OS == "android" and >(nacl_untrusted_build)==0', {
606 'sources!': [ 606 'sources!': [
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 # Remove all unnecessary files for build_nexe.py to avoid exceeding 714 # Remove all unnecessary files for build_nexe.py to avoid exceeding
715 # command-line-string limitation when building NaCl on Windows. 715 # command-line-string limitation when building NaCl on Windows.
716 ['OS == "win" and >(nacl_untrusted_build)==1', { 716 ['OS == "win" and >(nacl_untrusted_build)==1', {
717 'sources/': [ ['exclude', '\\.h$'] ], 717 'sources/': [ ['exclude', '\\.h$'] ],
718 }], 718 }],
719 ], 719 ],
720 }], 720 }],
721 ], 721 ],
722 }, 722 },
723 } 723 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_util_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698