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

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

Issue 2897213002: Removed NativeAppNavigationController and related code (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
« no previous file with comments | « no previous file | ios/chrome/browser/browsing_data/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 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/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//build/config/mac/base_rules.gni") 6 import("//build/config/mac/base_rules.gni")
7 import("//build/mac/tweak_info_plist.gni") 7 import("//build/mac/tweak_info_plist.gni")
8 import("//ios/build/chrome_build.gni") 8 import("//ios/build/chrome_build.gni")
9 import("//ios/public/provider/chrome/browser/build_config.gni") 9 import("//ios/public/provider/chrome/browser/build_config.gni")
10 10
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "//ios/chrome/browser/crash_report", 176 "//ios/chrome/browser/crash_report",
177 "//ios/chrome/browser/crash_report:crash_report_internal", 177 "//ios/chrome/browser/crash_report:crash_report_internal",
178 "//ios/chrome/browser/favicon", 178 "//ios/chrome/browser/favicon",
179 "//ios/chrome/browser/first_run", 179 "//ios/chrome/browser/first_run",
180 "//ios/chrome/browser/geolocation", 180 "//ios/chrome/browser/geolocation",
181 "//ios/chrome/browser/geolocation:geolocation_internal", 181 "//ios/chrome/browser/geolocation:geolocation_internal",
182 "//ios/chrome/browser/history", 182 "//ios/chrome/browser/history",
183 "//ios/chrome/browser/memory", 183 "//ios/chrome/browser/memory",
184 "//ios/chrome/browser/metrics", 184 "//ios/chrome/browser/metrics",
185 "//ios/chrome/browser/metrics:metrics_internal", 185 "//ios/chrome/browser/metrics:metrics_internal",
186 "//ios/chrome/browser/native_app_launcher:native_app_launcher_internal",
187 "//ios/chrome/browser/net", 186 "//ios/chrome/browser/net",
188 "//ios/chrome/browser/omaha", 187 "//ios/chrome/browser/omaha",
189 "//ios/chrome/browser/prefs", 188 "//ios/chrome/browser/prefs",
190 "//ios/chrome/browser/reading_list", 189 "//ios/chrome/browser/reading_list",
191 "//ios/chrome/browser/search_engines", 190 "//ios/chrome/browser/search_engines",
192 "//ios/chrome/browser/share_extension", 191 "//ios/chrome/browser/share_extension",
193 "//ios/chrome/browser/signin", 192 "//ios/chrome/browser/signin",
194 "//ios/chrome/browser/snapshots", 193 "//ios/chrome/browser/snapshots",
195 "//ios/chrome/browser/suggestions", 194 "//ios/chrome/browser/suggestions",
196 "//ios/chrome/browser/sync", 195 "//ios/chrome/browser/sync",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 ] 356 ]
358 sources = [ 357 sources = [
359 "$root_out_dir/share_extension.appex", 358 "$root_out_dir/share_extension.appex",
360 ] 359 ]
361 outputs = [ 360 outputs = [
362 "{{bundle_plugins_dir}}/{{source_file_part}}", 361 "{{bundle_plugins_dir}}/{{source_file_part}}",
363 ] 362 ]
364 } 363 }
365 } 364 }
366 } 365 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/browsing_data/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698