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

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: gn 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/components.gyp » ('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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//components/favicon_base", 49 "//components/favicon_base",
50 "//components/favicon/core", 50 "//components/favicon/core",
51 "//components/history/core/browser", 51 "//components/history/core/browser",
52 "//components/history/core/common", 52 "//components/history/core/common",
53 "//components/metrics:net", 53 "//components/metrics:net",
54 "//components/navigation_metrics", 54 "//components/navigation_metrics",
55 "//components/os_crypt", 55 "//components/os_crypt",
56 "//components/policy:policy_component", 56 "//components/policy:policy_component",
57 "//components/query_parser", 57 "//components/query_parser",
58 "//components/rappor", 58 "//components/rappor",
59 "//components/search",
59 "//components/strings", 60 "//components/strings",
60 "//components/translate/core/browser", 61 "//components/translate/core/browser",
61 "//components/translate/core/common", 62 "//components/translate/core/common",
62 "//components/url_fixer", 63 "//components/url_fixer",
63 "//components/user_prefs", 64 "//components/user_prefs",
64 "//components/webdata/common", 65 "//components/webdata/common",
65 "//content/public/browser", 66 "//content/public/browser",
66 "//content/public/common", 67 "//content/public/common",
67 "//courgette:courgette_lib", 68 "//courgette:courgette_lib",
68 "//crypto", 69 "//crypto",
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 # TODO(GYP) write internal action 652 # TODO(GYP) write internal action
652 if (false) { #if (is_chrome_branded) { 653 if (false) { #if (is_chrome_branded) {
653 action("chrome_internal_resources_gen") { 654 action("chrome_internal_resources_gen") {
654 # TODO(GYP) 655 # TODO(GYP)
655 } 656 }
656 } else { 657 } else {
657 group("chrome_internal_resources_gen") { 658 group("chrome_internal_resources_gen") {
658 # Empty placeholder. 659 # Empty placeholder.
659 } 660 }
660 } 661 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | components/components.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698