OLD | NEW |
---|---|
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | |
sky
2015/11/19 17:16:26
The fix landed, so you should be able to revert yo
yzshen1
2015/11/19 22:00:40
Done.
| |
6 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
7 import("//build/config/locales.gni") | 8 import("//build/config/locales.gni") |
8 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
9 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
10 import("//build/config/win/manifest.gni") | 11 import("//build/config/win/manifest.gni") |
11 import("//chrome/chrome_repack_locales.gni") | 12 import("//chrome/chrome_repack_locales.gni") |
12 import("//chrome/version.gni") | 13 import("//chrome/version.gni") |
13 | 14 |
14 declare_args() { | 15 declare_args() { |
15 # If true, builds as a console app (rather than a windowed app), which allows | 16 # If true, builds as a console app (rather than a windowed app), which allows |
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1067 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1068 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
1068 "//chrome/tools/build/linux/chrome-wrapper", | 1069 "//chrome/tools/build/linux/chrome-wrapper", |
1069 "//third_party/xdg-utils/scripts/xdg-mime", | 1070 "//third_party/xdg-utils/scripts/xdg-mime", |
1070 "//third_party/xdg-utils/scripts/xdg-settings", | 1071 "//third_party/xdg-utils/scripts/xdg-settings", |
1071 ] | 1072 ] |
1072 outputs = [ | 1073 outputs = [ |
1073 "$root_out_dir/{{source_file_part}}", | 1074 "$root_out_dir/{{source_file_part}}", |
1074 ] | 1075 ] |
1075 } | 1076 } |
1076 } | 1077 } |
OLD | NEW |