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