| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'mac/scoped_nsautorelease_pool.h', | 276 'mac/scoped_nsautorelease_pool.h', |
| 277 'mac/scoped_nsautorelease_pool.mm', | 277 'mac/scoped_nsautorelease_pool.mm', |
| 278 'mac/scoped_nsexception_enabler.h', | 278 'mac/scoped_nsexception_enabler.h', |
| 279 'mac/scoped_nsexception_enabler.mm', | 279 'mac/scoped_nsexception_enabler.mm', |
| 280 'mac/scoped_nsobject.h', | 280 'mac/scoped_nsobject.h', |
| 281 'mac/scoped_sending_event.h', | 281 'mac/scoped_sending_event.h', |
| 282 'mac/scoped_sending_event.mm', | 282 'mac/scoped_sending_event.mm', |
| 283 'mac/sdk_forward_declarations.h', | 283 'mac/sdk_forward_declarations.h', |
| 284 'memory/aligned_memory.cc', | 284 'memory/aligned_memory.cc', |
| 285 'memory/aligned_memory.h', | 285 'memory/aligned_memory.h', |
| 286 'memory/discardable_memory.cc', | |
| 287 'memory/discardable_memory.h', | 286 'memory/discardable_memory.h', |
| 288 'memory/discardable_memory_android.cc', | 287 'memory/discardable_memory_android.cc', |
| 288 'memory/discardable_memory_emulated.cc', |
| 289 'memory/discardable_memory_mac.cc', | 289 'memory/discardable_memory_mac.cc', |
| 290 'memory/discardable_memory_provider.cc', |
| 291 'memory/discardable_memory_provider.h', |
| 290 'memory/linked_ptr.h', | 292 'memory/linked_ptr.h', |
| 291 'memory/manual_constructor.h', | 293 'memory/manual_constructor.h', |
| 292 'memory/memory_pressure_listener.cc', | 294 'memory/memory_pressure_listener.cc', |
| 293 'memory/memory_pressure_listener.h', | 295 'memory/memory_pressure_listener.h', |
| 294 'memory/raw_scoped_refptr_mismatch_checker.h', | 296 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 295 'memory/ref_counted.cc', | 297 'memory/ref_counted.cc', |
| 296 'memory/ref_counted.h', | 298 'memory/ref_counted.h', |
| 297 'memory/ref_counted_delete_on_message_loop.h', | 299 'memory/ref_counted_delete_on_message_loop.h', |
| 298 'memory/ref_counted_memory.cc', | 300 'memory/ref_counted_memory.cc', |
| 299 'memory/ref_counted_memory.h', | 301 'memory/ref_counted_memory.h', |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 }, | 840 }, |
| 839 ], | 841 ], |
| 840 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { | 842 ['OS != "openbsd" or >(nacl_untrusted_build)==1', { |
| 841 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], | 843 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], |
| 842 }, | 844 }, |
| 843 ], | 845 ], |
| 844 ['OS != "win" or >(nacl_untrusted_build)==1', { | 846 ['OS != "win" or >(nacl_untrusted_build)==1', { |
| 845 'sources/': [ ['exclude', '^win/'] ], | 847 'sources/': [ ['exclude', '^win/'] ], |
| 846 }, | 848 }, |
| 847 ], | 849 ], |
| 850 ['<(native_discardable_memory)==1', { |
| 851 'sources!': [ |
| 852 'memory/discardable_memory_emulated.cc', |
| 853 'memory/discardable_memory_provider.cc', |
| 854 'memory/discardable_memory_provider.h', |
| 855 ], |
| 856 }, |
| 857 ], |
| 848 ['OS != "android" or >(nacl_untrusted_build)==1', { | 858 ['OS != "android" or >(nacl_untrusted_build)==1', { |
| 849 'sources/': [ ['exclude', '^android/'] ], | 859 'sources/': [ ['exclude', '^android/'] ], |
| 850 }, | 860 }, |
| 851 ], | 861 ], |
| 852 ['OS == "win" and >(nacl_untrusted_build)==0', { | 862 ['OS == "win" and >(nacl_untrusted_build)==0', { |
| 853 'include_dirs': [ | 863 'include_dirs': [ |
| 854 '<(DEPTH)/third_party/wtl/include', | 864 '<(DEPTH)/third_party/wtl/include', |
| 855 ], | 865 ], |
| 856 'sources!': [ | 866 'sources!': [ |
| 857 'event_recorder_stubs.cc', | 867 'event_recorder_stubs.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 ['<(toolkit_uses_gtk) == 1', { | 925 ['<(toolkit_uses_gtk) == 1', { |
| 916 'sources!': [ | 926 'sources!': [ |
| 917 'x11/x11_error_tracker.cc', | 927 'x11/x11_error_tracker.cc', |
| 918 ], | 928 ], |
| 919 }], | 929 }], |
| 920 ], | 930 ], |
| 921 }], | 931 }], |
| 922 ], | 932 ], |
| 923 }, | 933 }, |
| 924 } | 934 } |
| OLD | NEW |