| 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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 'win/scoped_co_mem.h', | 527 'win/scoped_co_mem.h', |
| 528 'win/scoped_com_initializer.h', | 528 'win/scoped_com_initializer.h', |
| 529 'win/scoped_comptr.h', | 529 'win/scoped_comptr.h', |
| 530 'win/scoped_gdi_object.h', | 530 'win/scoped_gdi_object.h', |
| 531 'win/scoped_handle.cc', | 531 'win/scoped_handle.cc', |
| 532 'win/scoped_handle.h', | 532 'win/scoped_handle.h', |
| 533 'win/scoped_hdc.h', | 533 'win/scoped_hdc.h', |
| 534 'win/scoped_hglobal.h', | 534 'win/scoped_hglobal.h', |
| 535 'win/scoped_process_information.cc', | 535 'win/scoped_process_information.cc', |
| 536 'win/scoped_process_information.h', | 536 'win/scoped_process_information.h', |
| 537 'win/scoped_propvariant.h', |
| 537 'win/scoped_select_object.h', | 538 'win/scoped_select_object.h', |
| 539 'win/scoped_variant.cc', |
| 540 'win/scoped_variant.h', |
| 538 'win/shortcut.cc', | 541 'win/shortcut.cc', |
| 539 'win/shortcut.h', | 542 'win/shortcut.h', |
| 540 'win/startup_information.cc', | 543 'win/startup_information.cc', |
| 541 'win/startup_information.h', | 544 'win/startup_information.h', |
| 542 'win/scoped_variant.cc', | |
| 543 'win/scoped_variant.h', | |
| 544 'win/text_services_message_filter.cc', | 545 'win/text_services_message_filter.cc', |
| 545 'win/text_services_message_filter.h', | 546 'win/text_services_message_filter.h', |
| 546 'win/windows_version.cc', | 547 'win/windows_version.cc', |
| 547 'win/windows_version.h', | 548 'win/windows_version.h', |
| 548 'win/win_util.cc', | 549 'win/win_util.cc', |
| 549 'win/win_util.h', | 550 'win/win_util.h', |
| 550 'win/wrapped_window_proc.cc', | 551 'win/wrapped_window_proc.cc', |
| 551 'win/wrapped_window_proc.h', | 552 'win/wrapped_window_proc.h', |
| 552 ], | 553 ], |
| 553 'defines': [ | 554 'defines': [ |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 # Remove all unnecessary files for build_nexe.py to avoid exceeding | 726 # Remove all unnecessary files for build_nexe.py to avoid exceeding |
| 726 # command-line-string limitation when building NaCl on Windows. | 727 # command-line-string limitation when building NaCl on Windows. |
| 727 ['OS == "win" and >(nacl_untrusted_build)==1', { | 728 ['OS == "win" and >(nacl_untrusted_build)==1', { |
| 728 'sources/': [ ['exclude', '\\.h$'] ], | 729 'sources/': [ ['exclude', '\\.h$'] ], |
| 729 }], | 730 }], |
| 730 ], | 731 ], |
| 731 }], | 732 }], |
| 732 ], | 733 ], |
| 733 }, | 734 }, |
| 734 } | 735 } |
| OLD | NEW |