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

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

Issue 361373002: components: Add bookmarks to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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 30 matching lines...) Expand all
41 "//chrome/common", 41 "//chrome/common",
42 "//chrome/common/net", 42 "//chrome/common/net",
43 "//components/autofill/core/browser", 43 "//components/autofill/core/browser",
44 "//components/cloud_devices/common", 44 "//components/cloud_devices/common",
45 "//components/metrics:net", 45 "//components/metrics:net",
46 "//components/navigation_metrics", 46 "//components/navigation_metrics",
47 "//components/os_crypt", 47 "//components/os_crypt",
48 "//components/policy:policy_component", 48 "//components/policy:policy_component",
49 "//components/query_parser", 49 "//components/query_parser",
50 "//components/strings", 50 "//components/strings",
51 "//components/translate:translate_core_browser", 51 "//components/translate/core/browser",
52 "//components/translate:translate_core_common", 52 "//components/translate/core/common",
53 "//components/user_prefs", 53 "//components/user_prefs",
54 "//content/public/browser", 54 "//content/public/browser",
55 "//content/public/common", 55 "//content/public/common",
56 "//courgette:courgette_lib", 56 "//courgette:courgette_lib",
57 "//crypto", 57 "//crypto",
58 "//google_apis", 58 "//google_apis",
59 "//skia", 59 "//skia",
60 "//sql", 60 "//sql",
61 "//sync", 61 "//sync",
62 "//third_party/cacheinvalidation", 62 "//third_party/cacheinvalidation",
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 # TODO(GYP) write internal action 654 # TODO(GYP) write internal action
655 if (false) { #if (is_chrome_branded) { 655 if (false) { #if (is_chrome_branded) {
656 action("chrome_internal_resources_gen") { 656 action("chrome_internal_resources_gen") {
657 # TODO(GYP) 657 # TODO(GYP)
658 } 658 }
659 } else { 659 } else {
660 group("chrome_internal_resources_gen") { 660 group("chrome_internal_resources_gen") {
661 # Empty placeholder. 661 # Empty placeholder.
662 } 662 }
663 } 663 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | components/translate/core/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698