| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'native_library.h', | 325 'native_library.h', |
| 326 'native_library_mac.mm', | 326 'native_library_mac.mm', |
| 327 'native_library_posix.cc', | 327 'native_library_posix.cc', |
| 328 'native_library_win.cc', | 328 'native_library_win.cc', |
| 329 'observer_list.h', | 329 'observer_list.h', |
| 330 'observer_list_threadsafe.h', | 330 'observer_list_threadsafe.h', |
| 331 'os_compat_android.cc', | 331 'os_compat_android.cc', |
| 332 'os_compat_android.h', | 332 'os_compat_android.h', |
| 333 'os_compat_nacl.cc', | 333 'os_compat_nacl.cc', |
| 334 'os_compat_nacl.h', | 334 'os_compat_nacl.h', |
| 335 'partial_circular_buffer.cc', |
| 336 'partial_circular_buffer.h', |
| 335 'path_service.cc', | 337 'path_service.cc', |
| 336 'path_service.h', | 338 'path_service.h', |
| 337 'pending_task.cc', | 339 'pending_task.cc', |
| 338 'pending_task.h', | 340 'pending_task.h', |
| 339 'pickle.cc', | 341 'pickle.cc', |
| 340 'pickle.h', | 342 'pickle.h', |
| 341 'platform_file.cc', | 343 'platform_file.cc', |
| 342 'platform_file.h', | 344 'platform_file.h', |
| 343 'platform_file_posix.cc', | 345 'platform_file_posix.cc', |
| 344 'platform_file_win.cc', | 346 'platform_file_win.cc', |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 777 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 776 'sources/': [ | 778 'sources/': [ |
| 777 ['exclude', '^third_party/nspr/'], | 779 ['exclude', '^third_party/nspr/'], |
| 778 ], | 780 ], |
| 779 }], | 781 }], |
| 780 ], | 782 ], |
| 781 }], | 783 }], |
| 782 ], | 784 ], |
| 783 }, | 785 }, |
| 784 } | 786 } |
| OLD | NEW |