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

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

Issue 481433005: Extensions: Move id_util functions to crx_file component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update GN build Created 6 years, 4 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("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 27 matching lines...) Expand all
38 "//chrome/browser/history:in_memory_url_index_cache_proto", 38 "//chrome/browser/history:in_memory_url_index_cache_proto",
39 "//chrome/browser/net:cert_logger_proto", 39 "//chrome/browser/net:cert_logger_proto",
40 "//chrome/browser/net:probe_message_proto", 40 "//chrome/browser/net:probe_message_proto",
41 "//chrome/browser/ui", 41 "//chrome/browser/ui",
42 "//chrome/common", 42 "//chrome/common",
43 "//chrome/common/net", 43 "//chrome/common/net",
44 "//components/autofill/core/browser", 44 "//components/autofill/core/browser",
45 "//components/captive_portal", 45 "//components/captive_portal",
46 "//components/cloud_devices/common", 46 "//components/cloud_devices/common",
47 "//components/content_settings/core/common", 47 "//components/content_settings/core/common",
48 "//components/crx_file",
48 "//components/data_reduction_proxy/browser", 49 "//components/data_reduction_proxy/browser",
49 "//components/domain_reliability", 50 "//components/domain_reliability",
50 "//components/favicon_base", 51 "//components/favicon_base",
51 "//components/favicon/core", 52 "//components/favicon/core",
52 "//components/feedback", 53 "//components/feedback",
53 "//components/gcm_driver", 54 "//components/gcm_driver",
54 "//components/history/core/browser", 55 "//components/history/core/browser",
55 "//components/history/core/common", 56 "//components/history/core/common",
56 "//components/metrics:net", 57 "//components/metrics:net",
57 "//components/navigation_metrics", 58 "//components/navigation_metrics",
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 # TODO(GYP) write internal action 661 # TODO(GYP) write internal action
661 if (false) { #if (is_chrome_branded) { 662 if (false) { #if (is_chrome_branded) {
662 action("chrome_internal_resources_gen") { 663 action("chrome_internal_resources_gen") {
663 # TODO(GYP) 664 # TODO(GYP)
664 } 665 }
665 } else { 666 } else {
666 group("chrome_internal_resources_gen") { 667 group("chrome_internal_resources_gen") {
667 # Empty placeholder. 668 # Empty placeholder.
668 } 669 }
669 } 670 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698