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

Side by Side Diff: ios/public/provider/chrome/browser/build_config.gni

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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 | « ios/chrome/test/ocmock/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 declare_args() { 5 declare_args() {
6 # Label of the target providing application icons. This target must be a 6 # Label of the target providing application icons. This target must be a
7 # bundle_data target that copy Icon-*.png files in the application bundle. 7 # bundle_data target that copy Icon-*.png files in the application bundle.
8 ios_application_icons_target = "//ios/chrome/app/resources:chromium_icons" 8 ios_application_icons_target = "//ios/chrome/app/resources:chromium_icons"
9 9
10 # Label of the target providing image assets for the launchscreen. This 10 # Label of the target providing image assets for the launchscreen. This
11 # target must be an asset catalog that contains at least two imagesets, one 11 # target must be an asset catalog that contains at least two imagesets, one
12 # named "launchscreen_app_logo" and one named "launchscreen_brand_name". 12 # named "launchscreen_app_logo" and one named "launchscreen_brand_name".
13 ios_launchscreen_assets_target = 13 ios_launchscreen_assets_target =
14 "//ios/chrome/app/resources:launchscreen_assets" 14 "//ios/chrome/app/resources:launchscreen_assets"
15 15
16 # Label of the target providing packed resources (localizable strings, 16 # Label of the target providing packed resources (localizable strings,
17 # scalable and unscalable resources). This target must copy the packed 17 # scalable and unscalable resources). This target must copy the packed
18 # resources to the application bundle when depended on. 18 # resources to the application bundle when depended on.
19 ios_packed_resources_target = "//ios/chrome/app/resources:packed_resources" 19 ios_packed_resources_target = "//ios/chrome/app/resources:packed_resources"
20 20
21 # Label of the target providing implementation for ChromeBrowserProvider. 21 # Label of the target providing implementation for ChromeBrowserProvider.
22 # Overridden when using the Google-internal repository to build Chrome on iOS. 22 # Overridden when using the Google-internal repository to build Chrome on iOS.
23 ios_provider_target = "//ios/chrome/browser/providers:provider_factory" 23 ios_provider_target = "//ios/chrome/browser:downstream_provider_factory"
24 } 24 }
OLDNEW
« no previous file with comments | « ios/chrome/test/ocmock/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698