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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "//third_party/hunspell", | 101 "//third_party/hunspell", |
102 "//third_party/leveldatabase", | 102 "//third_party/leveldatabase", |
103 "//third_party/npapi", | 103 "//third_party/npapi", |
104 "//third_party/libjingle", | 104 "//third_party/libjingle", |
105 "//third_party/re2", | 105 "//third_party/re2", |
106 "//ui/compositor", | 106 "//ui/compositor", |
107 "//ui/surface", | 107 "//ui/surface", |
108 "//ui/web_dialogs", | 108 "//ui/web_dialogs", |
109 "//v8", | 109 "//v8", |
110 "//webkit/browser:storage", | 110 "//webkit/browser:storage", |
111 "//webkit/common", | 111 "//storage/common", |
112 "//webkit/common:storage_common", | |
113 ] | 112 ] |
114 # TODO(GYP) | 113 # TODO(GYP) |
115 #'defines': [ | 114 #'defines': [ |
116 # '<@(nacl_defines)', | 115 # '<@(nacl_defines)', |
117 #], | 116 #], |
118 #'direct_dependent_settings': { | 117 #'direct_dependent_settings': { |
119 # 'defines': [ | 118 # 'defines': [ |
120 # '<@(nacl_defines)', | 119 # '<@(nacl_defines)', |
121 # ], | 120 # ], |
122 # }, | 121 # }, |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 script = "//chrome/tools/build/mac/generate_localizer" | 412 script = "//chrome/tools/build/mac/generate_localizer" |
414 sources = [ ] | 413 sources = [ ] |
415 table_path = "$target_gen_dir/ui_localizer_table.h" | 414 table_path = "$target_gen_dir/ui_localizer_table.h" |
416 outputs = [ table_path ] | 415 outputs = [ table_path ] |
417 args = [ rebase_path(table_path, root_build_dir) ] + | 416 args = [ rebase_path(table_path, root_build_dir) ] + |
418 rebase_path(nib_gypi_values.mac_translated_xibs, | 417 rebase_path(nib_gypi_values.mac_translated_xibs, |
419 root_build_dir, | 418 root_build_dir, |
420 "//chrome") | 419 "//chrome") |
421 } | 420 } |
422 } | 421 } |
OLD | NEW |