Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 | 6 |
| 7 component("base") { | 7 component("base") { |
| 8 external = true | 8 external = true |
| 9 sources = [ | 9 sources = [ |
| 10 "../build/build_config.h", | 10 "../build/build_config.h", |
| (...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 665 "win/scoped_process_information.cc", | 665 "win/scoped_process_information.cc", |
| 666 "win/scoped_process_information.h", | 666 "win/scoped_process_information.h", |
| 667 "win/scoped_propvariant.h", | 667 "win/scoped_propvariant.h", |
| 668 "win/scoped_select_object.h", | 668 "win/scoped_select_object.h", |
| 669 "win/scoped_variant.cc", | 669 "win/scoped_variant.cc", |
| 670 "win/scoped_variant.h", | 670 "win/scoped_variant.h", |
| 671 "win/shortcut.cc", | 671 "win/shortcut.cc", |
| 672 "win/shortcut.h", | 672 "win/shortcut.h", |
| 673 "win/startup_information.cc", | 673 "win/startup_information.cc", |
| 674 "win/startup_information.h", | 674 "win/startup_information.h", |
| 675 "win/text_services_message_filter.cc", | |
| 676 "win/text_services_message_filter.h", | |
|
Dirk Pranke
2014/02/18 19:22:35
didn't you land this chunk already?
brettw
2014/02/18 20:22:46
Yeah, I forgot about the branch, though, and I cou
| |
| 677 "win/win_util.cc", | 675 "win/win_util.cc", |
| 678 "win/win_util.h", | 676 "win/win_util.h", |
| 679 "win/windows_version.cc", | 677 "win/windows_version.cc", |
| 680 "win/windows_version.h", | 678 "win/windows_version.h", |
| 681 "win/wrapped_window_proc.cc", | 679 "win/wrapped_window_proc.cc", |
| 682 "win/wrapped_window_proc.h", | 680 "win/wrapped_window_proc.h", |
| 683 ] | 681 ] |
| 684 | 682 |
| 685 # TODO(brettw) I don't understand the conditions this file is used. | 683 # TODO(brettw) I don't understand the conditions this file is used. |
| 686 sources -= [ "files/file_path_watcher_stub.cc" ] | 684 sources -= [ "files/file_path_watcher_stub.cc" ] |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 900 # # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 898 # # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 901 # 'msvs_disabled_warnings': [ | 899 # 'msvs_disabled_warnings': [ |
| 902 # 4267, | 900 # 4267, |
| 903 # ], | 901 # ], |
| 904 # }], | 902 # }], |
| 905 #], | 903 #], |
| 906 #'variables': { | 904 #'variables': { |
| 907 # 'optimize': 'max', | 905 # 'optimize': 'max', |
| 908 #}, | 906 #}, |
| 909 } | 907 } |
| OLD | NEW |