| 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'win/scoped_com_initializer.h', | 498 'win/scoped_com_initializer.h', |
| 499 'win/scoped_comptr.h', | 499 'win/scoped_comptr.h', |
| 500 'win/scoped_gdi_object.h', | 500 'win/scoped_gdi_object.h', |
| 501 'win/scoped_handle.cc', | 501 'win/scoped_handle.cc', |
| 502 'win/scoped_handle.h', | 502 'win/scoped_handle.h', |
| 503 'win/scoped_hdc.h', | 503 'win/scoped_hdc.h', |
| 504 'win/scoped_hglobal.h', | 504 'win/scoped_hglobal.h', |
| 505 'win/scoped_process_information.cc', | 505 'win/scoped_process_information.cc', |
| 506 'win/scoped_process_information.h', | 506 'win/scoped_process_information.h', |
| 507 'win/scoped_select_object.h', | 507 'win/scoped_select_object.h', |
| 508 'win/shortcut.cc', |
| 509 'win/shortcut.h', |
| 508 'win/startup_information.cc', | 510 'win/startup_information.cc', |
| 509 'win/startup_information.h', | 511 'win/startup_information.h', |
| 510 'win/scoped_variant.cc', | 512 'win/scoped_variant.cc', |
| 511 'win/scoped_variant.h', | 513 'win/scoped_variant.h', |
| 512 'win/windows_version.cc', | 514 'win/windows_version.cc', |
| 513 'win/windows_version.h', | 515 'win/windows_version.h', |
| 514 'win/win_util.cc', | 516 'win/win_util.cc', |
| 515 'win/win_util.h', | 517 'win/win_util.h', |
| 516 'win/wrapped_window_proc.cc', | 518 'win/wrapped_window_proc.cc', |
| 517 'win/wrapped_window_proc.h', | 519 'win/wrapped_window_proc.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 686 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 685 # command-line-string limitation when building NaCl on Windows. | 687 # command-line-string limitation when building NaCl on Windows. |
| 686 ['OS == "win" and >(nacl_untrusted_build)==1', { | 688 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 687 'sources/': [ ['exclude', '\\.h$'] ], | 689 'sources/': [ ['exclude', '\\.h$'] ], |
| 688 }], | 690 }], |
| 689 ], | 691 ], |
| 690 }], | 692 }], |
| 691 ], | 693 ], |
| 692 }, | 694 }, |
| 693 } | 695 } |
| OLD | NEW |