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

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

Issue 2696763003: Don't build chrome://settings on Android (Closed)
Patch Set: rebase 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 | « chrome/BUILD.gn ('k') | chrome/browser/resources/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 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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 "//cc", 1368 "//cc",
1369 "//chrome:extra_resources", 1369 "//chrome:extra_resources",
1370 "//chrome:resources", 1370 "//chrome:resources",
1371 "//chrome:strings", 1371 "//chrome:strings",
1372 "//chrome/app/resources:platform_locale_settings", 1372 "//chrome/app/resources:platform_locale_settings",
1373 "//chrome/app/theme:theme_resources", 1373 "//chrome/app/theme:theme_resources",
1374 "//chrome/browser/budget_service:budget_proto", 1374 "//chrome/browser/budget_service:budget_proto",
1375 "//chrome/browser/devtools", 1375 "//chrome/browser/devtools",
1376 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 1376 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
1377 "//chrome/browser/net:probe_message_proto", 1377 "//chrome/browser/net:probe_message_proto",
1378 "//chrome/browser/resources:component_extension_resources",
1379 "//chrome/browser/ssl:proto", 1378 "//chrome/browser/ssl:proto",
1380 "//chrome/browser/ui", 1379 "//chrome/browser/ui",
1381 "//chrome/common/net", 1380 "//chrome/common/net",
1382 "//chrome/installer/util:with_no_strings", 1381 "//chrome/installer/util:with_no_strings",
1383 "//components/about_handler", 1382 "//components/about_handler",
1384 "//components/app_modal", 1383 "//components/app_modal",
1385 "//components/autofill/content/browser", 1384 "//components/autofill/content/browser",
1386 "//components/autofill/core/browser", 1385 "//components/autofill/core/browser",
1387 "//components/bookmarks/browser", 1386 "//components/bookmarks/browser",
1388 "//components/bookmarks/managed", 1387 "//components/bookmarks/managed",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1591 # Android does in-process PAC, so must link against V8 directly. Other 1590 # Android does in-process PAC, so must link against V8 directly. Other
1592 # platforms use OOP Mojo resolution. 1591 # platforms use OOP Mojo resolution.
1593 if (is_android) { 1592 if (is_android) {
1594 deps += [ 1593 deps += [
1595 "//net:net_with_v8", 1594 "//net:net_with_v8",
1596 "//v8", 1595 "//v8",
1597 ] 1596 ]
1598 } else { 1597 } else {
1599 deps += [ 1598 deps += [
1600 "//chrome/app/vector_icons", 1599 "//chrome/app/vector_icons",
1600 "//chrome/browser/resources:component_extension_resources",
1601 "//net:net", 1601 "//net:net",
1602 "//ui/vector_icons", 1602 "//ui/vector_icons",
1603 ] 1603 ]
1604 } 1604 }
1605 1605
1606 if (is_chromeos && use_cras) { 1606 if (is_chromeos && use_cras) {
1607 defines += [ "USE_CRAS" ] 1607 defines += [ "USE_CRAS" ]
1608 } 1608 }
1609 1609
1610 if (toolkit_views) { 1610 if (toolkit_views) {
(...skipping 2913 matching lines...) Expand 10 before | Expand all | Expand 10 after
4524 "media/pepper_cdm_test_constants.cc", 4524 "media/pepper_cdm_test_constants.cc",
4525 "media/pepper_cdm_test_constants.h", 4525 "media/pepper_cdm_test_constants.h",
4526 ] 4526 ]
4527 } 4527 }
4528 } 4528 }
4529 4529
4530 service_manifest("preferences_manifest") { 4530 service_manifest("preferences_manifest") {
4531 name = "preferences" 4531 name = "preferences"
4532 source = "prefs/preferences_manifest.json" 4532 source = "prefs/preferences_manifest.json"
4533 } 4533 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698