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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "//chrome/common/extensions/api", | 88 "//chrome/common/extensions/api", |
89 "//chrome/common/extensions/api:api_registration", | 89 "//chrome/common/extensions/api:api_registration", |
90 "//chrome/installer/util", | 90 "//chrome/installer/util", |
91 "//components/autofill/content/browser:risk_proto", | 91 "//components/autofill/content/browser:risk_proto", |
92 "//components/power", | 92 "//components/power", |
93 "//device/bluetooth", | 93 "//device/bluetooth", |
94 "//device/nfc", | 94 "//device/nfc", |
95 "//media", | 95 "//media", |
96 "//mojo/system", | 96 "//mojo/system", |
97 "//net:net_with_v8", | 97 "//net:net_with_v8", |
| 98 "//storage/browser", |
| 99 "//storage/common", |
98 "//third_party/WebKit/public:resources", | 100 "//third_party/WebKit/public:resources", |
99 "//third_party/adobe/flash:flapper_version_h", | 101 "//third_party/adobe/flash:flapper_version_h", |
100 "//third_party/expat", | 102 "//third_party/expat", |
101 "//third_party/hunspell", | 103 "//third_party/hunspell", |
102 "//third_party/leveldatabase", | 104 "//third_party/leveldatabase", |
103 "//third_party/npapi", | 105 "//third_party/npapi", |
104 "//third_party/libjingle", | 106 "//third_party/libjingle", |
105 "//third_party/re2", | 107 "//third_party/re2", |
106 "//ui/compositor", | 108 "//ui/compositor", |
107 "//ui/surface", | 109 "//ui/surface", |
108 "//ui/web_dialogs", | 110 "//ui/web_dialogs", |
109 "//v8", | 111 "//v8", |
110 "//webkit/browser:storage", | |
111 "//storage/common", | |
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': [ |
119 # '<@(nacl_defines)', | 119 # '<@(nacl_defines)', |
120 # ], | 120 # ], |
121 # }, | 121 # }, |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 script = "//chrome/tools/build/mac/generate_localizer" | 412 script = "//chrome/tools/build/mac/generate_localizer" |
413 sources = [ ] | 413 sources = [ ] |
414 table_path = "$target_gen_dir/ui_localizer_table.h" | 414 table_path = "$target_gen_dir/ui_localizer_table.h" |
415 outputs = [ table_path ] | 415 outputs = [ table_path ] |
416 args = [ rebase_path(table_path, root_build_dir) ] + | 416 args = [ rebase_path(table_path, root_build_dir) ] + |
417 rebase_path(nib_gypi_values.mac_translated_xibs, | 417 rebase_path(nib_gypi_values.mac_translated_xibs, |
418 root_build_dir, | 418 root_build_dir, |
419 "//chrome") | 419 "//chrome") |
420 } | 420 } |
421 } | 421 } |
OLD | NEW |