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

Side by Side Diff: ios/chrome/common/BUILD.gn

Issue 2879703002: WebView: Add channel info for UMA (Closed)
Patch Set: rebase 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ios/ios_sdk.gni") 6 import("//build/config/ios/ios_sdk.gni")
7 7
8 source_set("common") { 8 source_set("common") {
9 configs += [ "//build/config/compiler:enable_arc" ] 9 configs += [ "//build/config/compiler:enable_arc" ]
10 sources = [ 10 sources = [
11 "channel_info.h", 11 "channel_info.h",
12 "channel_info.mm", 12 "channel_info.mm",
13 "material_timing.h", 13 "material_timing.h",
14 "material_timing.mm", 14 "material_timing.mm",
15 "string_util.h", 15 "string_util.h",
16 "string_util.mm", 16 "string_util.mm",
17 "x_callback_url.cc", 17 "x_callback_url.cc",
18 "x_callback_url.h", 18 "x_callback_url.h",
19 ] 19 ]
20 20
21 deps = [ 21 deps = [
22 "//base", 22 "//base",
23 "//components/version_info", 23 "//components/version_info",
24 "//components/version_info:version_string",
24 "//ios/chrome/common/app_group:main_app", 25 "//ios/chrome/common/app_group:main_app",
25 "//ios/chrome/common/physical_web", 26 "//ios/chrome/common/physical_web",
26 "//net", 27 "//net",
27 "//url", 28 "//url",
28 ] 29 ]
29 30
30 libs = [ "QuartzCore.framework" ] 31 libs = [ "QuartzCore.framework" ]
31 } 32 }
32 33
33 source_set("unit_tests") { 34 source_set("unit_tests") {
(...skipping 28 matching lines...) Expand all
62 ":common", 63 ":common",
63 "//base", 64 "//base",
64 "//testing/gtest", 65 "//testing/gtest",
65 ] 66 ]
66 } 67 }
67 68
68 buildflag_header("ios_app_bundle_id_prefix_header") { 69 buildflag_header("ios_app_bundle_id_prefix_header") {
69 header = "ios_app_bundle_id_prefix.h" 70 header = "ios_app_bundle_id_prefix.h"
70 flags = [ "IOS_APP_BUNDLE_ID_PREFIX=\"$ios_app_bundle_id_prefix\"" ] 71 flags = [ "IOS_APP_BUNDLE_ID_PREFIX=\"$ios_app_bundle_id_prefix\"" ]
71 } 72 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/metrics/ios_chrome_metrics_service_client.mm ('k') | ios/chrome/common/channel_info.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698