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

Side by Side Diff: base/base.gypi

Issue 13866034: Pepper: Add VLOG support for NaCl plugins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change DCHECK to if. Created 7 years, 8 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 | « no previous file | base/base_untrusted.gyp » ('j') | ppapi/proxy/ppapi_messages.h » ('J')
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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 # Not automatically excluded by the *linux.cc rules. 614 # Not automatically excluded by the *linux.cc rules.
615 'linux_util.cc', 615 'linux_util.cc',
616 ], 616 ],
617 }, 617 },
618 ], 618 ],
619 ['>(nacl_untrusted_build)==1', { 619 ['>(nacl_untrusted_build)==1', {
620 'sources!': [ 620 'sources!': [
621 'allocator/type_profiler_control.cc', 621 'allocator/type_profiler_control.cc',
622 'allocator/type_profiler_control.h', 622 'allocator/type_profiler_control.h',
623 'base_paths.cc', 623 'base_paths.cc',
624 'command_line.cc',
625 'cpu.cc', 624 'cpu.cc',
626 'debug/stack_trace_posix.cc', 625 'debug/stack_trace_posix.cc',
627 'file_util.cc', 626 'file_util.cc',
628 'file_util_posix.cc', 627 'file_util_posix.cc',
629 'file_util_proxy.cc', 628 'file_util_proxy.cc',
630 'files/file_path_watcher_kqueue.cc', 629 'files/file_path_watcher_kqueue.cc',
631 'memory/shared_memory_posix.cc', 630 'memory/shared_memory_posix.cc',
632 'native_library_posix.cc', 631 'native_library_posix.cc',
633 'path_service.cc', 632 'path_service.cc',
634 'platform_file_posix.cc', 633 'platform_file_posix.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
767 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 766 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
768 'sources/': [ 767 'sources/': [
769 ['exclude', '^third_party/nspr/'], 768 ['exclude', '^third_party/nspr/'],
770 ], 769 ],
771 }], 770 }],
772 ], 771 ],
773 }], 772 }],
774 ], 773 ],
775 }, 774 },
776 } 775 }
OLDNEW
« no previous file with comments | « no previous file | base/base_untrusted.gyp » ('j') | ppapi/proxy/ppapi_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698