OLD | NEW |
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 25 matching lines...) Expand all Loading... |
36 "//chrome:strings", | 36 "//chrome:strings", |
37 "//chrome/app/resources:platform_locale_settings", | 37 "//chrome/app/resources:platform_locale_settings", |
38 "//chrome/app/theme:theme_resources", | 38 "//chrome/app/theme:theme_resources", |
39 "//chrome/browser/history:in_memory_url_index_cache_proto", | 39 "//chrome/browser/history:in_memory_url_index_cache_proto", |
40 "//chrome/browser/net:cert_logger_proto", | 40 "//chrome/browser/net:cert_logger_proto", |
41 "//chrome/common", | 41 "//chrome/common", |
42 "//chrome/common/net", | 42 "//chrome/common/net", |
43 "//components/dom_distiller/core", | 43 "//components/dom_distiller/core", |
44 "//components/dom_distiller/webui", | 44 "//components/dom_distiller/webui", |
45 "//components/feedback/proto", | 45 "//components/feedback/proto", |
| 46 "//components/onc", |
46 "//components/resources", | 47 "//components/resources", |
47 "//components/strings", | 48 "//components/strings", |
48 "//content/public/browser", | 49 "//content/public/browser", |
49 "//content/public/common", | 50 "//content/public/common", |
50 "//crypto", | 51 "//crypto", |
51 "//skia", | 52 "//skia", |
52 "//sync", | 53 "//sync", |
53 "//third_party/cacheinvalidation", | 54 "//third_party/cacheinvalidation", |
54 "//third_party/icu", | 55 "//third_party/icu", |
55 "//third_party/libusb", | 56 "//third_party/libusb", |
56 "//third_party/libxml", | 57 "//third_party/libxml", |
57 "//third_party/zlib", | 58 "//third_party/zlib", |
58 "//ui/accessibility", | 59 "//ui/accessibility", |
59 "//ui/base", | 60 "//ui/base", |
60 "//ui/events", | 61 "//ui/events", |
61 "//ui/gfx", | 62 "//ui/gfx", |
62 "//ui/gfx/geometry", | 63 "//ui/gfx/geometry", |
63 "//ui/native_theme", | 64 "//ui/native_theme", |
64 "//ui/resources", | 65 "//ui/resources", |
65 "//ui/snapshot", | 66 "//ui/snapshot", |
66 "//ui/strings", | 67 "//ui/strings", |
67 #'chrome_browser_ui_views.gyp:browser_ui_views', TODO(GYP) | 68 #'chrome_browser_ui_views.gyp:browser_ui_views', TODO(GYP) |
68 #'../components/components.gyp:auto_login_parser', TODO(GYP) | 69 #'../components/components.gyp:auto_login_parser', TODO(GYP) |
69 #'../components/components.gyp:invalidation', TODO(GYP) | 70 #'../components/components.gyp:invalidation', TODO(GYP) |
70 #'../components/components.gyp:omaha_query_params', TODO(GYP) | 71 #'../components/components.gyp:omaha_query_params', TODO(GYP) |
71 #'../components/components.gyp:onc_component', TODO(GYP) | |
72 #'../components/components.gyp:password_manager_core_browser', TODO(GYP) | 72 #'../components/components.gyp:password_manager_core_browser', TODO(GYP) |
73 #'../ui/message_center/message_center.gyp:message_center', TODO(GYP) | 73 #'../ui/message_center/message_center.gyp:message_center', TODO(GYP) |
74 ] | 74 ] |
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/extensions", |
86 "//chrome/browser/performance_monitor", | 86 "//chrome/browser/performance_monitor", |
87 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 87 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
88 "//chrome/common/extensions/api:api", | 88 "//chrome/common/extensions/api:api", |
89 "//components/autofill/content/browser:risk_proto", | 89 "//components/autofill/content/browser:risk_proto", |
| 90 "//device/bluetooth", |
| 91 "//device/nfc", |
90 "//mojo/system", | 92 "//mojo/system", |
91 "//net:net_with_v8", | 93 "//net:net_with_v8", |
92 "//third_party/adobe/flash:flapper_version_h", | 94 "//third_party/adobe/flash:flapper_version_h", |
93 "//third_party/expat", | 95 "//third_party/expat", |
94 "//third_party/hunspell", | 96 "//third_party/hunspell", |
95 "//third_party/leveldatabase", | 97 "//third_party/leveldatabase", |
96 "//third_party/npapi", | 98 "//third_party/npapi", |
97 "//third_party/re2", | 99 "//third_party/re2", |
98 "//ui/compositor", | 100 "//ui/compositor", |
99 "//ui/surface", | 101 "//ui/surface", |
100 "//v8", | 102 "//v8", |
101 "//webkit:resources", | 103 "//webkit:resources", |
102 "//webkit/browser:storage", | 104 "//webkit/browser:storage", |
103 "//webkit/common", | 105 "//webkit/common", |
104 "//webkit/common:storage", | 106 "//webkit/common:storage", |
105 #'debugger', TODO(GYP) | 107 #'debugger', TODO(GYP) |
106 #'installer_util', TODO(GYP) | 108 #'installer_util', TODO(GYP) |
107 #'../device/bluetooth/bluetooth.gyp:device_bluetooth', 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': [ |
115 # '<@(nacl_defines)', | 115 # '<@(nacl_defines)', |
116 #], | 116 #], |
117 #'direct_dependent_settings': { | 117 #'direct_dependent_settings': { |
118 # 'defines': [ | 118 # 'defines': [ |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |