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

Side by Side Diff: chrome/BUILD.gn

Issue 2869223002: Metrics logging for user engagement of the Reload and Feedback buttons (Closed)
Patch Set: Attempt 2 to make Java enum work Created 3 years, 6 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/sad_tab.cc » ('j') | ui/base/ui_metrics_types.h » ('J')
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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/compiler/pgo/pgo.gni") 7 import("//build/config/compiler/pgo/pgo.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 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 } 1636 }
1637 1637
1638 java_cpp_enum("offline_pages_enum_javagen") { 1638 java_cpp_enum("offline_pages_enum_javagen") {
1639 sources = [ 1639 sources = [
1640 "browser/android/offline_pages/offline_page_utils.h", 1640 "browser/android/offline_pages/offline_page_utils.h",
1641 ] 1641 ]
1642 } 1642 }
1643 1643
1644 java_cpp_enum("sad_tab_event_enum_javagen") { 1644 java_cpp_enum("sad_tab_event_enum_javagen") {
1645 sources = [ 1645 sources = [
1646 "browser/ui/sad_tab.cc", 1646 "//ui/base/ui_metrics_types.h",
1647 ] 1647 ]
1648 } 1648 }
1649 1649
1650 source_set("chrome_android_core") { 1650 source_set("chrome_android_core") {
1651 sources = [ 1651 sources = [
1652 "app/android/chrome_android_initializer.cc", 1652 "app/android/chrome_android_initializer.cc",
1653 "app/android/chrome_android_initializer.h", 1653 "app/android/chrome_android_initializer.h",
1654 "app/android/chrome_jni_onload.cc", 1654 "app/android/chrome_jni_onload.cc",
1655 "app/android/chrome_jni_onload.h", 1655 "app/android/chrome_jni_onload.h",
1656 "app/android/chrome_main_delegate_android.cc", 1656 "app/android/chrome_main_delegate_android.cc",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1768 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1769 "//chrome/tools/build/linux/chrome-wrapper", 1769 "//chrome/tools/build/linux/chrome-wrapper",
1770 "//third_party/xdg-utils/scripts/xdg-mime", 1770 "//third_party/xdg-utils/scripts/xdg-mime",
1771 "//third_party/xdg-utils/scripts/xdg-settings", 1771 "//third_party/xdg-utils/scripts/xdg-settings",
1772 ] 1772 ]
1773 outputs = [ 1773 outputs = [
1774 "$root_out_dir/{{source_file_part}}", 1774 "$root_out_dir/{{source_file_part}}",
1775 ] 1775 ]
1776 } 1776 }
1777 } 1777 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/sad_tab.cc » ('j') | ui/base/ui_metrics_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698