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

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

Issue 410673002: [Suggestions] Moving suggestions code to a new component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gn fix Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | components/suggestions/DEPS » ('J')
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 about_credits_file = "$target_gen_dir/about_credits.html" 10 about_credits_file = "$target_gen_dir/about_credits.html"
(...skipping 19 matching lines...) Expand all
30 "//base/allocator", 30 "//base/allocator",
31 "//chrome:extra_resources", 31 "//chrome:extra_resources",
32 "//chrome:resources", 32 "//chrome:resources",
33 "//chrome:strings", 33 "//chrome:strings",
34 "//chrome/app:generated_resources_map", 34 "//chrome/app:generated_resources_map",
35 "//chrome/app/resources:platform_locale_settings", 35 "//chrome/app/resources:platform_locale_settings",
36 "//chrome/app/theme:theme_resources", 36 "//chrome/app/theme:theme_resources",
37 "//chrome/browser/history:in_memory_url_index_cache_proto", 37 "//chrome/browser/history:in_memory_url_index_cache_proto",
38 "//chrome/browser/net:cert_logger_proto", 38 "//chrome/browser/net:cert_logger_proto",
39 "//chrome/browser/net:probe_message_proto", 39 "//chrome/browser/net:probe_message_proto",
40 "//chrome/browser/search/suggestions/proto",
41 "//chrome/browser/ui", 40 "//chrome/browser/ui",
42 "//chrome/common", 41 "//chrome/common",
43 "//chrome/common/net", 42 "//chrome/common/net",
44 "//components/autocomplete", 43 "//components/autocomplete",
45 "//components/autofill/core/browser", 44 "//components/autofill/core/browser",
46 "//components/captive_portal", 45 "//components/captive_portal",
47 "//components/cloud_devices/common", 46 "//components/cloud_devices/common",
48 "//components/data_reduction_proxy/browser", 47 "//components/data_reduction_proxy/browser",
49 "//components/domain_reliability", 48 "//components/domain_reliability",
50 "//components/favicon_base", 49 "//components/favicon_base",
51 "//components/favicon/core", 50 "//components/favicon/core",
52 "//components/feedback", 51 "//components/feedback",
53 "//components/gcm_driver", 52 "//components/gcm_driver",
54 "//components/history/core/browser", 53 "//components/history/core/browser",
55 "//components/history/core/common", 54 "//components/history/core/common",
56 "//components/metrics:net", 55 "//components/metrics:net",
57 "//components/navigation_metrics", 56 "//components/navigation_metrics",
58 "//components/os_crypt", 57 "//components/os_crypt",
59 "//components/policy:policy_component", 58 "//components/policy:policy_component",
60 "//components/query_parser", 59 "//components/query_parser",
61 "//components/rappor", 60 "//components/rappor",
62 "//components/search", 61 "//components/search",
63 "//components/signin/core/browser", 62 "//components/signin/core/browser",
64 "//components/startup_metric_utils", 63 "//components/startup_metric_utils",
65 "//components/strings", 64 "//components/strings",
65 "//components/suggestions",
66 "//components/translate/core/browser", 66 "//components/translate/core/browser",
67 "//components/translate/core/common", 67 "//components/translate/core/common",
68 "//components/url_fixer", 68 "//components/url_fixer",
69 "//components/user_prefs", 69 "//components/user_prefs",
70 "//components/webdata/common", 70 "//components/webdata/common",
71 "//content/public/browser", 71 "//content/public/browser",
72 "//content/public/common", 72 "//content/public/common",
73 "//courgette:courgette_lib", 73 "//courgette:courgette_lib",
74 "//crypto", 74 "//crypto",
75 "//google_apis", 75 "//google_apis",
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 # TODO(GYP) write internal action 656 # TODO(GYP) write internal action
657 if (false) { #if (is_chrome_branded) { 657 if (false) { #if (is_chrome_branded) {
658 action("chrome_internal_resources_gen") { 658 action("chrome_internal_resources_gen") {
659 # TODO(GYP) 659 # TODO(GYP)
660 } 660 }
661 } else { 661 } else {
662 group("chrome_internal_resources_gen") { 662 group("chrome_internal_resources_gen") {
663 # Empty placeholder. 663 # Empty placeholder.
664 } 664 }
665 } 665 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | components/suggestions/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698