OLD | NEW |
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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'metrics/stats_table.h', | 238 'metrics/stats_table.h', |
239 'move.h', | 239 'move.h', |
240 'native_library.h', | 240 'native_library.h', |
241 'native_library_mac.mm', | 241 'native_library_mac.mm', |
242 'native_library_posix.cc', | 242 'native_library_posix.cc', |
243 'native_library_win.cc', | 243 'native_library_win.cc', |
244 'observer_list.h', | 244 'observer_list.h', |
245 'observer_list_threadsafe.h', | 245 'observer_list_threadsafe.h', |
246 'os_compat_android.cc', | 246 'os_compat_android.cc', |
247 'os_compat_android.h', | 247 'os_compat_android.h', |
| 248 'os_compat_nacl.cc', |
| 249 'os_compat_nacl.h', |
248 'path_service.cc', | 250 'path_service.cc', |
249 'path_service.h', | 251 'path_service.h', |
250 'pending_task.cc', | 252 'pending_task.cc', |
251 'pending_task.h', | 253 'pending_task.h', |
252 'pickle.cc', | 254 'pickle.cc', |
253 'pickle.h', | 255 'pickle.h', |
254 'platform_file.cc', | 256 'platform_file.cc', |
255 'platform_file.h', | 257 'platform_file.h', |
256 'platform_file_posix.cc', | 258 'platform_file_posix.cc', |
257 'platform_file_win.cc', | 259 'platform_file_win.cc', |
(...skipping 15 matching lines...) Expand all Loading... |
273 'profiler/scoped_profile.cc', | 275 'profiler/scoped_profile.cc', |
274 'profiler/scoped_profile.h', | 276 'profiler/scoped_profile.h', |
275 'profiler/alternate_timer.cc', | 277 'profiler/alternate_timer.cc', |
276 'profiler/alternate_timer.h', | 278 'profiler/alternate_timer.h', |
277 'profiler/tracked_time.cc', | 279 'profiler/tracked_time.cc', |
278 'profiler/tracked_time.h', | 280 'profiler/tracked_time.h', |
279 'property_bag.cc', | 281 'property_bag.cc', |
280 'property_bag.h', | 282 'property_bag.h', |
281 'rand_util.cc', | 283 'rand_util.cc', |
282 'rand_util.h', | 284 'rand_util.h', |
| 285 'rand_util_nacl.cc', |
283 'rand_util_posix.cc', | 286 'rand_util_posix.cc', |
284 'rand_util_win.cc', | 287 'rand_util_win.cc', |
285 'safe_strerror_posix.cc', | 288 'safe_strerror_posix.cc', |
286 'safe_strerror_posix.h', | 289 'safe_strerror_posix.h', |
287 'scoped_native_library.cc', | 290 'scoped_native_library.cc', |
288 'scoped_native_library.h', | 291 'scoped_native_library.h', |
289 'scoped_temp_dir.cc', | 292 'scoped_temp_dir.cc', |
290 'scoped_temp_dir.h', | 293 'scoped_temp_dir.h', |
291 'sequenced_task_runner.cc', | 294 'sequenced_task_runner.cc', |
292 'sequenced_task_runner.h', | 295 'sequenced_task_runner.h', |
293 'sequenced_task_runner_helpers.h', | 296 'sequenced_task_runner_helpers.h', |
294 'sha1.h', | 297 'sha1.h', |
295 'sha1_portable.cc', | 298 'sha1_portable.cc', |
296 'sha1_win.cc', | 299 'sha1_win.cc', |
297 'shared_memory.h', | 300 'shared_memory.h', |
298 'shared_memory_android.cc', | 301 'shared_memory_android.cc', |
| 302 'shared_memory_nacl.cc', |
299 'shared_memory_posix.cc', | 303 'shared_memory_posix.cc', |
300 'shared_memory_win.cc', | 304 'shared_memory_win.cc', |
301 'single_thread_task_runner.h', | 305 'single_thread_task_runner.h', |
302 'stack_container.h', | 306 'stack_container.h', |
303 'stl_util.h', | 307 'stl_util.h', |
304 'string_number_conversions.cc', | 308 'string_number_conversions.cc', |
305 'string_number_conversions.h', | 309 'string_number_conversions.h', |
306 'string_piece.cc', | 310 'string_piece.cc', |
307 'string_piece.h', | 311 'string_piece.h', |
308 'string_split.cc', | 312 'string_split.cc', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 }], | 501 }], |
498 ['(OS != "linux" and <(os_bsd) != 1) or >(nacl_untrusted_build)==1', { | 502 ['(OS != "linux" and <(os_bsd) != 1) or >(nacl_untrusted_build)==1', { |
499 'sources!': [ | 503 'sources!': [ |
500 # Not automatically excluded by the *linux.cc rules. | 504 # Not automatically excluded by the *linux.cc rules. |
501 'linux_util.cc', | 505 'linux_util.cc', |
502 ], | 506 ], |
503 }, | 507 }, |
504 ], | 508 ], |
505 ['>(nacl_untrusted_build)==1', { | 509 ['>(nacl_untrusted_build)==1', { |
506 'sources!': [ | 510 'sources!': [ |
507 'file_util.cc', | 511 'base_paths.cc', |
508 'files/file_path_watcher_kqueue.cc', | 512 'command_line.cc', |
| 513 'cpu.cc', |
| 514 'debug/stack_trace_posix.cc', |
| 515 'environment.cc', |
| 516 'file_util.cc', |
| 517 'file_util_posix.cc', |
| 518 'file_util_proxy.cc', |
| 519 'files/file_path_watcher_kqueue.cc', |
| 520 'native_library_posix.cc', |
| 521 'path_service.cc', |
| 522 'platform_file_posix.cc', |
| 523 'posix/unix_domain_socket.cc', |
| 524 'process_posix.cc', |
| 525 'process_util.cc', |
| 526 'process_util_posix.cc', |
| 527 'scoped_native_library.cc', |
| 528 'scoped_temp_dir.cc', |
| 529 'shared_memory_posix.cc', |
| 530 'sys_info_posix.cc', |
| 531 'threading/sequenced_worker_pool.cc', |
| 532 'third_party/dynamic_annotations/dynamic_annotations.c', |
509 ], | 533 ], |
510 }], | 534 }], |
511 ['OS == "android" and >(nacl_untrusted_build)==0', { | 535 ['OS == "android" and >(nacl_untrusted_build)==0', { |
512 'sources!': [ | 536 'sources!': [ |
513 'files/file_path_watcher_kqueue.cc', | 537 'files/file_path_watcher_kqueue.cc', |
514 'system_monitor/system_monitor_posix.cc', | 538 'system_monitor/system_monitor_posix.cc', |
515 ], | 539 ], |
516 'sources/': [ | 540 'sources/': [ |
517 ['include', '^process_util_linux\\.cc$'], | 541 ['include', '^process_util_linux\\.cc$'], |
518 ['include', '^sys_info_linux\\.cc$'], | 542 ['include', '^sys_info_linux\\.cc$'], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
586 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { | 610 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { |
587 'sources/': [ | 611 'sources/': [ |
588 ['exclude', '^chromeos/'], | 612 ['exclude', '^chromeos/'], |
589 ], | 613 ], |
590 }], | 614 }], |
591 ], | 615 ], |
592 }], | 616 }], |
593 ], | 617 ], |
594 }, | 618 }, |
595 } | 619 } |
OLD | NEW |