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