Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(997)

Side by Side Diff: chrome/BUILD.gn

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/compiler/pgo/pgo.gni") 8 import("//build/config/compiler/pgo/pgo.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/locales.gni") 10 import("//build/config/locales.gni")
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 } 1544 }
1545 1545
1546 java_cpp_enum("page_info_connection_type_javagen") { 1546 java_cpp_enum("page_info_connection_type_javagen") {
1547 sources = [ 1547 sources = [
1548 "browser/ui/android/page_info/website_settings_popup_android.h", 1548 "browser/ui/android/page_info/website_settings_popup_android.h",
1549 ] 1549 ]
1550 } 1550 }
1551 1551
1552 java_cpp_enum("website_settings_action_javagen") { 1552 java_cpp_enum("website_settings_action_javagen") {
1553 sources = [ 1553 sources = [
1554 "browser/ui/page_info/website_settings.h", 1554 "browser/ui/page_info/page_info.h",
1555 ] 1555 ]
1556 } 1556 }
1557 1557
1558 java_cpp_enum("quick_action_category_enum_javagen") { 1558 java_cpp_enum("quick_action_category_enum_javagen") {
1559 sources = [ 1559 sources = [
1560 "browser/android/contextualsearch/resolved_search_term.h", 1560 "browser/android/contextualsearch/resolved_search_term.h",
1561 ] 1561 ]
1562 } 1562 }
1563 1563
1564 source_set("chrome_android_core") { 1564 source_set("chrome_android_core") {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1680 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1681 "//chrome/tools/build/linux/chrome-wrapper", 1681 "//chrome/tools/build/linux/chrome-wrapper",
1682 "//third_party/xdg-utils/scripts/xdg-mime", 1682 "//third_party/xdg-utils/scripts/xdg-mime",
1683 "//third_party/xdg-utils/scripts/xdg-settings", 1683 "//third_party/xdg-utils/scripts/xdg-settings",
1684 ] 1684 ]
1685 outputs = [ 1685 outputs = [
1686 "$root_out_dir/{{source_file_part}}", 1686 "$root_out_dir/{{source_file_part}}",
1687 ] 1687 ]
1688 } 1688 }
1689 } 1689 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698