| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'location.h', | 240 'location.h', |
| 241 'logging.cc', | 241 'logging.cc', |
| 242 'logging.h', | 242 'logging.h', |
| 243 'logging_win.cc', | 243 'logging_win.cc', |
| 244 'logging_win.h', | 244 'logging_win.h', |
| 245 'mac/authorization_util.h', | 245 'mac/authorization_util.h', |
| 246 'mac/authorization_util.mm', | 246 'mac/authorization_util.mm', |
| 247 'mac/bind_objc_block.h', | 247 'mac/bind_objc_block.h', |
| 248 'mac/bundle_locations.h', | 248 'mac/bundle_locations.h', |
| 249 'mac/bundle_locations.mm', | 249 'mac/bundle_locations.mm', |
| 250 'mac/close_nocancel.cc', |
| 250 'mac/cocoa_protocols.h', | 251 'mac/cocoa_protocols.h', |
| 251 'mac/foundation_util.h', | 252 'mac/foundation_util.h', |
| 252 'mac/foundation_util.mm', | 253 'mac/foundation_util.mm', |
| 253 'mac/launch_services_util.cc', | 254 'mac/launch_services_util.cc', |
| 254 'mac/launch_services_util.h', | 255 'mac/launch_services_util.h', |
| 255 'mac/launchd.cc', | 256 'mac/launchd.cc', |
| 256 'mac/launchd.h', | 257 'mac/launchd.h', |
| 257 'mac/libdispatch_task_runner.cc', | 258 'mac/libdispatch_task_runner.cc', |
| 258 'mac/libdispatch_task_runner.h', | 259 'mac/libdispatch_task_runner.h', |
| 259 'mac/mac_logging.h', | 260 'mac/mac_logging.h', |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 900 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 900 'sources/': [ | 901 'sources/': [ |
| 901 ['exclude', '^third_party/nspr/'], | 902 ['exclude', '^third_party/nspr/'], |
| 902 ], | 903 ], |
| 903 }], | 904 }], |
| 904 ], | 905 ], |
| 905 }], | 906 }], |
| 906 ], | 907 ], |
| 907 }, | 908 }, |
| 908 } | 909 } |
| OLD | NEW |