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