| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'atomicops_internals_x86_gcc.h', | 56 'atomicops_internals_x86_gcc.h', |
| 57 'atomicops_internals_x86_msvc.h', | 57 'atomicops_internals_x86_msvc.h', |
| 58 'base_export.h', | 58 'base_export.h', |
| 59 'base_paths.cc', | 59 'base_paths.cc', |
| 60 'base_paths.h', | 60 'base_paths.h', |
| 61 'base_paths_android.cc', | 61 'base_paths_android.cc', |
| 62 'base_paths_android.h', | 62 'base_paths_android.h', |
| 63 'base_paths_mac.h', | 63 'base_paths_mac.h', |
| 64 'base_paths_mac.mm', | 64 'base_paths_mac.mm', |
| 65 'base_paths_posix.cc', | 65 'base_paths_posix.cc', |
| 66 'base_paths_posix.h', | |
| 67 'base_paths_win.cc', | 66 'base_paths_win.cc', |
| 68 'base_paths_win.h', | 67 'base_paths_win.h', |
| 69 'base_switches.h', | 68 'base_switches.h', |
| 70 'base64.cc', | 69 'base64.cc', |
| 71 'base64.h', | 70 'base64.h', |
| 72 'basictypes.h', | 71 'basictypes.h', |
| 73 'bind.h', | 72 'bind.h', |
| 74 'bind_helpers.cc', | 73 'bind_helpers.cc', |
| 75 'bind_helpers.h', | 74 'bind_helpers.h', |
| 76 'bind_internal.h', | 75 'bind_internal.h', |
| (...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 688 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 690 # command-line-string limitation when building NaCl on Windows. | 689 # command-line-string limitation when building NaCl on Windows. |
| 691 ['OS == "win" and >(nacl_untrusted_build)==1', { | 690 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 692 'sources/': [ ['exclude', '\\.h$'] ], | 691 'sources/': [ ['exclude', '\\.h$'] ], |
| 693 }], | 692 }], |
| 694 ], | 693 ], |
| 695 }], | 694 }], |
| 696 ], | 695 ], |
| 697 }, | 696 }, |
| 698 } | 697 } |
| OLD | NEW |