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

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

Issue 393173002: Moves some functions in search.h to components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix 3 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') | 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/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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//components/feedback", 52 "//components/feedback",
53 "//components/gcm_driver", 53 "//components/gcm_driver",
54 "//components/history/core/browser", 54 "//components/history/core/browser",
55 "//components/history/core/common", 55 "//components/history/core/common",
56 "//components/metrics:net", 56 "//components/metrics:net",
57 "//components/navigation_metrics", 57 "//components/navigation_metrics",
58 "//components/os_crypt", 58 "//components/os_crypt",
59 "//components/policy:policy_component", 59 "//components/policy:policy_component",
60 "//components/query_parser", 60 "//components/query_parser",
61 "//components/rappor", 61 "//components/rappor",
62 "//components/search",
62 "//components/signin/core/browser", 63 "//components/signin/core/browser",
63 "//components/startup_metric_utils", 64 "//components/startup_metric_utils",
64 "//components/strings", 65 "//components/strings",
65 "//components/translate/core/browser", 66 "//components/translate/core/browser",
66 "//components/translate/core/common", 67 "//components/translate/core/common",
67 "//components/url_fixer", 68 "//components/url_fixer",
68 "//components/user_prefs", 69 "//components/user_prefs",
69 "//components/webdata/common", 70 "//components/webdata/common",
70 "//content/public/browser", 71 "//content/public/browser",
71 "//content/public/common", 72 "//content/public/common",
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 # TODO(GYP) write internal action 656 # TODO(GYP) write internal action
656 if (false) { #if (is_chrome_branded) { 657 if (false) { #if (is_chrome_branded) {
657 action("chrome_internal_resources_gen") { 658 action("chrome_internal_resources_gen") {
658 # TODO(GYP) 659 # TODO(GYP)
659 } 660 }
660 } else { 661 } else {
661 group("chrome_internal_resources_gen") { 662 group("chrome_internal_resources_gen") {
662 # Empty placeholder. 663 # Empty placeholder.
663 } 664 }
664 } 665 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698