Chromium Code Reviews| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/chrome_build.gni") | 6 import("//build/config/chrome_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
| 10 import("//build/config/sanitizers/sanitizers.gni") | 10 import("//build/config/sanitizers/sanitizers.gni") |
| (...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1401 "//chrome/browser/resources:invalidations_resources", | 1401 "//chrome/browser/resources:invalidations_resources", |
| 1402 "//chrome/browser/resources:net_internals_resources", | 1402 "//chrome/browser/resources:net_internals_resources", |
| 1403 "//chrome/browser/resources:password_manager_internals_resources", | 1403 "//chrome/browser/resources:password_manager_internals_resources", |
| 1404 "//chrome/browser/resources:policy_resources", | 1404 "//chrome/browser/resources:policy_resources", |
| 1405 "//chrome/browser/resources:translate_internals_resources", | 1405 "//chrome/browser/resources:translate_internals_resources", |
| 1406 "//chrome/common:resources", | 1406 "//chrome/common:resources", |
| 1407 "//components/resources", | 1407 "//components/resources", |
| 1408 "//net:net_resources", | 1408 "//net:net_resources", |
| 1409 "//ui/resources", | 1409 "//ui/resources", |
| 1410 ] | 1410 ] |
| 1411 if (is_android) { | |
|
jbudorick
2016/08/10 14:44:07
nit: blank line before this if block, no blank lin
aberent
2016/08/10 16:04:20
Done.
| |
| 1412 sources += [ "$root_gen_dir/android_webview/aw_resources.pak" ] | |
| 1413 deps += [ "//android_webview:generate_aw_resources" ] | |
| 1414 } | |
| 1411 | 1415 |
| 1412 if (!is_ios && !is_android) { | 1416 if (!is_ios && !is_android) { |
| 1413 # New paks should be added here by default. | 1417 # New paks should be added here by default. |
| 1414 sources += [ | 1418 sources += [ |
| 1415 "$root_gen_dir/blink/devtools_resources.pak", | 1419 "$root_gen_dir/blink/devtools_resources.pak", |
| 1416 "$root_gen_dir/chrome/component_extension_resources.pak", | 1420 "$root_gen_dir/chrome/component_extension_resources.pak", |
| 1417 "$root_gen_dir/chrome/options_resources.pak", | 1421 "$root_gen_dir/chrome/options_resources.pak", |
| 1418 "$root_gen_dir/chrome/quota_internals_resources.pak", | 1422 "$root_gen_dir/chrome/quota_internals_resources.pak", |
| 1419 "$root_gen_dir/chrome/settings_resources.pak", | 1423 "$root_gen_dir/chrome/settings_resources.pak", |
| 1420 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", | 1424 "$root_gen_dir/chrome/sync_file_system_internals_resources.pak", |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1767 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1771 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1768 "//chrome/tools/build/linux/chrome-wrapper", | 1772 "//chrome/tools/build/linux/chrome-wrapper", |
| 1769 "//third_party/xdg-utils/scripts/xdg-mime", | 1773 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1770 "//third_party/xdg-utils/scripts/xdg-settings", | 1774 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1771 ] | 1775 ] |
| 1772 outputs = [ | 1776 outputs = [ |
| 1773 "$root_out_dir/{{source_file_part}}", | 1777 "$root_out_dir/{{source_file_part}}", |
| 1774 ] | 1778 ] |
| 1775 } | 1779 } |
| 1776 } | 1780 } |
| OLD | NEW |