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

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

Issue 383083010: Add browser_extensions to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment 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
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 8
9 gypi_values = exec_script( 9 gypi_values = exec_script(
10 "//build/gypi_to_gn.py", 10 "//build/gypi_to_gn.py",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 75
76 forward_dependent_configs_from = [ 76 forward_dependent_configs_from = [
77 "//components/dom_distiller/core", 77 "//components/dom_distiller/core",
78 "//sync", 78 "//sync",
79 ] 79 ]
80 80
81 if (!is_ios) { 81 if (!is_ios) {
82 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources, 82 sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources,
83 ".", "//chrome") 83 ".", "//chrome")
84 deps += [ 84 deps += [
85 "//chrome/browser/extensions",
85 "//chrome/browser/performance_monitor", 86 "//chrome/browser/performance_monitor",
86 "//chrome/browser/ui/webui/omnibox:mojo_bindings", 87 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
87 "//chrome/common/extensions/api:api", 88 "//chrome/common/extensions/api:api",
88 "//components/autofill/content/browser:risk_proto", 89 "//components/autofill/content/browser:risk_proto",
89 "//mojo/system", 90 "//mojo/system",
90 "//net:net_with_v8", 91 "//net:net_with_v8",
91 "//third_party/adobe/flash:flapper_version_h", 92 "//third_party/adobe/flash:flapper_version_h",
92 "//third_party/expat", 93 "//third_party/expat",
93 "//third_party/hunspell", 94 "//third_party/hunspell",
94 "//third_party/leveldatabase", 95 "//third_party/leveldatabase",
95 "//third_party/npapi", 96 "//third_party/npapi",
96 "//third_party/re2", 97 "//third_party/re2",
97 "//ui/compositor", 98 "//ui/compositor",
98 "//ui/surface", 99 "//ui/surface",
99 "//v8", 100 "//v8",
100 "//webkit:resources", 101 "//webkit:resources",
101 "//webkit/browser:storage", 102 "//webkit/browser:storage",
102 "//webkit/common", 103 "//webkit/common",
103 "//webkit/common:storage", 104 "//webkit/common:storage",
104 #'browser_extensions', TODO(GYP)
105 #'debugger', TODO(GYP) 105 #'debugger', TODO(GYP)
106 #'installer_util', TODO(GYP) 106 #'installer_util', TODO(GYP)
107 #'../device/bluetooth/bluetooth.gyp:device_bluetooth', TODO(GYP) 107 #'../device/bluetooth/bluetooth.gyp:device_bluetooth', TODO(GYP)
108 #'../device/nfc/nfc.gyp:device_nfc', TODO(GYP) 108 #'../device/nfc/nfc.gyp:device_nfc', TODO(GYP)
109 #'../media/media.gyp:media', TODO(GYP) 109 #'../media/media.gyp:media', TODO(GYP)
110 #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP) 110 #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
111 #'../ui/web_dialogs/web_dialogs.gyp:web_dialogs', TODO(GYP) 111 #'../ui/web_dialogs/web_dialogs.gyp:web_dialogs', TODO(GYP)
112 ] 112 ]
113 # TODO(GYP) 113 # TODO(GYP)
114 #'defines': [ 114 #'defines': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 } 412 }
413 if (enable_service_discovery) { 413 if (enable_service_discovery) {
414 sources += rebase_path( 414 sources += rebase_path(
415 gypi_values.chrome_browser_ui_service_discovery_sources, 415 gypi_values.chrome_browser_ui_service_discovery_sources,
416 ".", "//chrome") 416 ".", "//chrome")
417 } 417 }
418 if (enable_spellcheck) { 418 if (enable_spellcheck) {
419 deps += [ "//third_party/hunspell" ] 419 deps += [ "//third_party/hunspell" ]
420 } 420 }
421 } 421 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/cast_channel/BUILD.gn ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698