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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: 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
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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 "android/locale/locale_manager.h", 2982 "android/locale/locale_manager.h",
2983 "android/locale/special_locale_handler.cc", 2983 "android/locale/special_locale_handler.cc",
2984 "android/locale/special_locale_handler.h", 2984 "android/locale/special_locale_handler.h",
2985 "android/location_settings.h", 2985 "android/location_settings.h",
2986 "android/location_settings_impl.cc", 2986 "android/location_settings_impl.cc",
2987 "android/location_settings_impl.h", 2987 "android/location_settings_impl.h",
2988 "android/logo_bridge.cc", 2988 "android/logo_bridge.cc",
2989 "android/logo_bridge.h", 2989 "android/logo_bridge.h",
2990 "android/logo_service.cc", 2990 "android/logo_service.cc",
2991 "android/logo_service.h", 2991 "android/logo_service.h",
2992 "android/media_iph_manager.cc",
2993 "android/media_iph_manager.h",
2992 "android/metrics/launch_metrics.cc", 2994 "android/metrics/launch_metrics.cc",
2993 "android/metrics/launch_metrics.h", 2995 "android/metrics/launch_metrics.h",
2994 "android/metrics/uma_session_stats.cc", 2996 "android/metrics/uma_session_stats.cc",
2995 "android/metrics/uma_session_stats.h", 2997 "android/metrics/uma_session_stats.h",
2996 "android/metrics/uma_utils.cc", 2998 "android/metrics/uma_utils.cc",
2997 "android/metrics/uma_utils.h", 2999 "android/metrics/uma_utils.h",
2998 "android/metrics/variations_session.cc", 3000 "android/metrics/variations_session.cc",
2999 "android/metrics/variations_session.h", 3001 "android/metrics/variations_session.h",
3000 "android/mojo/chrome_interface_registrar_android.cc", 3002 "android/mojo/chrome_interface_registrar_android.cc",
3001 "android/mojo/chrome_interface_registrar_android.h", 3003 "android/mojo/chrome_interface_registrar_android.h",
(...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
4803 "//components/search_engines", 4805 "//components/search_engines",
4804 "//rlz:rlz_lib", 4806 "//rlz:rlz_lib",
4805 ] 4807 ]
4806 } 4808 }
4807 } 4809 }
4808 4810
4809 service_manifest("preferences_forwarder_manifest") { 4811 service_manifest("preferences_forwarder_manifest") {
4810 name = "preferences_forwarder" 4812 name = "preferences_forwarder"
4811 source = "prefs/forwarder_manifest.json" 4813 source = "prefs/forwarder_manifest.json"
4812 } 4814 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698