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

Side by Side Diff: base/base.gypi

Issue 10874083: Enable file path watcher for Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: changes according to the comments Created 8 years, 3 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
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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'shared_memory_posix.cc', 568 'shared_memory_posix.cc',
569 'sys_info_posix.cc', 569 'sys_info_posix.cc',
570 'threading/sequenced_worker_pool.cc', 570 'threading/sequenced_worker_pool.cc',
571 'third_party/dynamic_annotations/dynamic_annotations.c', 571 'third_party/dynamic_annotations/dynamic_annotations.c',
572 ], 572 ],
573 }], 573 }],
574 ['OS == "android" and >(nacl_untrusted_build)==0', { 574 ['OS == "android" and >(nacl_untrusted_build)==0', {
575 'sources!': [ 575 'sources!': [
576 'base_paths_posix.cc', 576 'base_paths_posix.cc',
577 'files/file_path_watcher_kqueue.cc', 577 'files/file_path_watcher_kqueue.cc',
578 'files/file_path_watcher_stub.cc',
578 'system_monitor/system_monitor_posix.cc', 579 'system_monitor/system_monitor_posix.cc',
579 ], 580 ],
580 'sources/': [ 581 'sources/': [
582 ['include', '^files/file_path_watcher_linux\\.cc$'],
581 ['include', '^process_util_linux\\.cc$'], 583 ['include', '^process_util_linux\\.cc$'],
582 ['include', '^sys_info_linux\\.cc$'], 584 ['include', '^sys_info_linux\\.cc$'],
583 ['include', '^sys_string_conversions_posix\\.cc$'], 585 ['include', '^sys_string_conversions_posix\\.cc$'],
584 ['include', '^worker_pool_linux\\.cc$'], 586 ['include', '^worker_pool_linux\\.cc$'],
585 ], 587 ],
586 }], 588 }],
587 ['OS == "ios"', { 589 ['OS == "ios"', {
588 'sources/': [ 590 'sources/': [
589 # Pull in specific Mac files for iOS (which have been filtered out 591 # Pull in specific Mac files for iOS (which have been filtered out
590 # by file name rules). 592 # by file name rules).
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 # Remove all unnecessary files for build_nexe.py to avoid exceeding 682 # Remove all unnecessary files for build_nexe.py to avoid exceeding
681 # command-line-string limitation when building NaCl on Windows. 683 # command-line-string limitation when building NaCl on Windows.
682 ['OS == "win" and >(nacl_untrusted_build)==1', { 684 ['OS == "win" and >(nacl_untrusted_build)==1', {
683 'sources/': [ ['exclude', '\\.h$'] ], 685 'sources/': [ ['exclude', '\\.h$'] ],
684 }], 686 }],
685 ], 687 ],
686 }], 688 }],
687 ], 689 ],
688 }, 690 },
689 } 691 }
OLDNEW
« no previous file with comments | « no previous file | base/files/file_path_watcher_linux.cc » ('j') | base/files/file_path_watcher_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698