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

Side by Side Diff: chrome/BUILD.gn

Issue 2629573004: Add a chrome://webapks page. (Closed)
Patch Set: Add a chrome://webapks page. Created 3 years, 10 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/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java » ('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 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/compiler/pgo/pgo.gni") 8 import("//build/config/compiler/pgo/pgo.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/locales.gni") 10 import("//build/config/locales.gni")
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 "//chrome/browser/resources:component_extension_resources", 1341 "//chrome/browser/resources:component_extension_resources",
1342 "//chrome/browser/resources:invalidations_resources", 1342 "//chrome/browser/resources:invalidations_resources",
1343 "//chrome/browser/resources:net_internals_resources", 1343 "//chrome/browser/resources:net_internals_resources",
1344 "//chrome/browser/resources:options_resources", 1344 "//chrome/browser/resources:options_resources",
1345 "//chrome/browser/resources:password_manager_internals_resources", 1345 "//chrome/browser/resources:password_manager_internals_resources",
1346 "//chrome/browser/resources:policy_resources", 1346 "//chrome/browser/resources:policy_resources",
1347 "//chrome/browser/resources:quota_internals_resources", 1347 "//chrome/browser/resources:quota_internals_resources",
1348 "//chrome/browser/resources:settings_resources", 1348 "//chrome/browser/resources:settings_resources",
1349 "//chrome/browser/resources:task_scheduler_internals_resources", 1349 "//chrome/browser/resources:task_scheduler_internals_resources",
1350 "//chrome/browser/resources:translate_internals_resources", 1350 "//chrome/browser/resources:translate_internals_resources",
1351 "//chrome/browser/resources:webapks_ui_resources",
1351 ] 1352 ]
1352 1353
1353 if (is_chromeos) { 1354 if (is_chromeos) {
1354 public_deps += [ "//chrome/browser/resources/chromeos/chromevox" ] 1355 public_deps += [ "//chrome/browser/resources/chromeos/chromevox" ]
1355 public_deps += [ "//chrome/browser/resources/chromeos/select_to_speak" ] 1356 public_deps += [ "//chrome/browser/resources/chromeos/select_to_speak" ]
1356 } 1357 }
1357 1358
1358 if (enable_extensions) { 1359 if (enable_extensions) {
1359 public_deps += 1360 public_deps +=
1360 [ "//chrome/browser/resources:sync_file_system_internals_resources" ] 1361 [ "//chrome/browser/resources:sync_file_system_internals_resources" ]
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1605 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1606 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1606 "//chrome/tools/build/linux/chrome-wrapper", 1607 "//chrome/tools/build/linux/chrome-wrapper",
1607 "//third_party/xdg-utils/scripts/xdg-mime", 1608 "//third_party/xdg-utils/scripts/xdg-mime",
1608 "//third_party/xdg-utils/scripts/xdg-settings", 1609 "//third_party/xdg-utils/scripts/xdg-settings",
1609 ] 1610 ]
1610 outputs = [ 1611 outputs = [
1611 "$root_out_dir/{{source_file_part}}", 1612 "$root_out_dir/{{source_file_part}}",
1612 ] 1613 ]
1613 } 1614 }
1614 } 1615 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698