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

Side by Side Diff: components/BUILD.gn

Issue 1417743003: Lots of misc bug fixes to make the GN build of ios work again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert mac_deployment_target change Created 5 years, 1 month 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 | « build/config/ios/BUILD.gn ('k') | components/sessions/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 12 matching lines...) Expand all
23 "//components/chrome_apps", 23 "//components/chrome_apps",
24 "//components/component_updater", 24 "//components/component_updater",
25 "//components/compression", 25 "//components/compression",
26 "//components/crx_file", 26 "//components/crx_file",
27 "//components/data_reduction_proxy/core/browser", 27 "//components/data_reduction_proxy/core/browser",
28 "//components/data_reduction_proxy/core/common", 28 "//components/data_reduction_proxy/core/common",
29 "//components/device_event_log", 29 "//components/device_event_log",
30 "//components/google/core/browser", 30 "//components/google/core/browser",
31 "//components/search", 31 "//components/search",
32 "//components/search_engines", 32 "//components/search_engines",
33 "//components/sessions",
33 "//components/sync_bookmarks", 34 "//components/sync_bookmarks",
34 "//components/undo", 35 "//components/undo",
35 "//components/strings", 36 "//components/strings",
36 "//components/leveldb_proto", 37 "//components/leveldb_proto",
37 "//components/pref_registry", 38 "//components/pref_registry",
38 "//components/omnibox/browser", 39 "//components/omnibox/browser",
39 "//components/infobars/core", 40 "//components/infobars/core",
40 "//components/version_ui", 41 "//components/version_ui",
41 ] 42 ]
42 43
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "//components/power", 115 "//components/power",
115 "//components/precache/core", 116 "//components/precache/core",
116 "//components/precache/content", 117 "//components/precache/content",
117 "//components/proxy_config", 118 "//components/proxy_config",
118 "//components/query_parser", 119 "//components/query_parser",
119 "//components/rappor", 120 "//components/rappor",
120 "//components/renderer_context_menu", 121 "//components/renderer_context_menu",
121 "//components/resources:components_resources", 122 "//components/resources:components_resources",
122 "//components/search_provider_logos", 123 "//components/search_provider_logos",
123 "//components/security_interstitials/core", 124 "//components/security_interstitials/core",
124 "//components/sessions",
125 "//components/signin/core/browser", 125 "//components/signin/core/browser",
126 "//components/ssl_config", 126 "//components/ssl_config",
127 "//components/startup_metric_utils", 127 "//components/startup_metric_utils",
128 "//components/sync_driver", 128 "//components/sync_driver",
129 "//components/sync_sessions", 129 "//components/sync_sessions",
130 "//components/tracing", 130 "//components/tracing",
131 "//components/tracing:startup_tracing", 131 "//components/tracing:startup_tracing",
132 "//components/translate/content/browser", 132 "//components/translate/content/browser",
133 "//components/translate/content/common", 133 "//components/translate/content/common",
134 "//components/translate/content/renderer", 134 "//components/translate/content/renderer",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 467
468 # TODO(GYP) need this target. 468 # TODO(GYP) need this target.
469 #'breakpad/app/crash_keys_win_unittest.cc', 469 #'breakpad/app/crash_keys_win_unittest.cc',
470 470
471 if (enable_configuration_policy) { 471 if (enable_configuration_policy) {
472 deps += [ 472 deps += [
473 "//components/policy/core/browser:unit_tests", 473 "//components/policy/core/browser:unit_tests",
474 "//components/policy/core/common:unit_tests", 474 "//components/policy/core/common:unit_tests",
475 ] 475 ]
476 } 476 }
477 } else {
478 deps += [ "//components/sessions:unit_tests" ]
477 } 479 }
478 480
479 if (toolkit_views) { 481 if (toolkit_views) {
480 # TODO bug 522654 Enable this when the undefined symbol is fixed in 482 # TODO bug 522654 Enable this when the undefined symbol is fixed in
481 # web_modal such that this links. 483 # web_modal such that this links.
482 #deps += [ "//components/constrained_window:unit_tests" ] 484 #deps += [ "//components/constrained_window:unit_tests" ]
483 } 485 }
484 486
485 if (is_win) { 487 if (is_win) {
486 deps += [ "//components/browser_watcher:unit_tests" ] 488 deps += [ "//components/browser_watcher:unit_tests" ]
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 ] 621 ]
620 if (!is_ios) { 622 if (!is_ios) {
621 deps += [ 623 deps += [
622 "//base", 624 "//base",
623 "//base/test:test_support_perf", 625 "//base/test:test_support_perf",
624 "//content/test:test_support", 626 "//content/test:test_support",
625 "//components/visitedlink/browser", 627 "//components/visitedlink/browser",
626 ] 628 ]
627 } 629 }
628 } 630 }
OLDNEW
« no previous file with comments | « build/config/ios/BUILD.gn ('k') | components/sessions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698