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

Side by Side Diff: chrome/BUILD.gn

Issue 2744823004: Move cross-platform Page Info UI code to its own folder. (Closed)
Patch Set: Update test build file with changes not caught by mass-rename.py 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
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 } 1526 }
1527 1527
1528 java_cpp_enum("page_info_connection_type_javagen") { 1528 java_cpp_enum("page_info_connection_type_javagen") {
1529 sources = [ 1529 sources = [
1530 "browser/ui/android/page_info/website_settings_popup_android.h", 1530 "browser/ui/android/page_info/website_settings_popup_android.h",
1531 ] 1531 ]
1532 } 1532 }
1533 1533
1534 java_cpp_enum("website_settings_action_javagen") { 1534 java_cpp_enum("website_settings_action_javagen") {
1535 sources = [ 1535 sources = [
1536 "browser/ui/website_settings/website_settings.h", 1536 "browser/ui/page_info/website_settings.h",
1537 ] 1537 ]
1538 } 1538 }
1539 1539
1540 java_cpp_enum("quick_action_category_enum_javagen") { 1540 java_cpp_enum("quick_action_category_enum_javagen") {
1541 sources = [ 1541 sources = [
1542 "browser/android/contextualsearch/resolved_search_term.h", 1542 "browser/android/contextualsearch/resolved_search_term.h",
1543 ] 1543 ]
1544 } 1544 }
1545 1545
1546 source_set("chrome_android_core") { 1546 source_set("chrome_android_core") {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1662 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1663 "//chrome/tools/build/linux/chrome-wrapper", 1663 "//chrome/tools/build/linux/chrome-wrapper",
1664 "//third_party/xdg-utils/scripts/xdg-mime", 1664 "//third_party/xdg-utils/scripts/xdg-mime",
1665 "//third_party/xdg-utils/scripts/xdg-settings", 1665 "//third_party/xdg-utils/scripts/xdg-settings",
1666 ] 1666 ]
1667 outputs = [ 1667 outputs = [
1668 "$root_out_dir/{{source_file_part}}", 1668 "$root_out_dir/{{source_file_part}}",
1669 ] 1669 ]
1670 } 1670 }
1671 } 1671 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698