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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
7 | 7 |
8 gypi_values = exec_script( | 8 gypi_values = exec_script( |
9 "//build/gypi_to_gn.py", | 9 "//build/gypi_to_gn.py", |
10 [ rebase_path("../chrome_renderer.gypi") ], | 10 [ rebase_path("../chrome_renderer.gypi") ], |
(...skipping 29 matching lines...) Expand all Loading... |
40 "//components/translate/core/common", | 40 "//components/translate/core/common", |
41 "//components/translate/core/language_detection", | 41 "//components/translate/core/language_detection", |
42 "//components/visitedlink/renderer", | 42 "//components/visitedlink/renderer", |
43 "//content/app/strings", | 43 "//content/app/strings", |
44 "//content/public/renderer", | 44 "//content/public/renderer", |
45 "//extensions:extensions_resources", | 45 "//extensions:extensions_resources", |
46 "//media/cast/logging/proto", | 46 "//media/cast/logging/proto", |
47 "//net", | 47 "//net", |
48 "//skia", | 48 "//skia", |
49 "//third_party/WebKit/public:blink", | 49 "//third_party/WebKit/public:blink", |
| 50 "//third_party/WebKit/public:resources", |
50 "//third_party/icu", | 51 "//third_party/icu", |
51 "//third_party/npapi", | 52 "//third_party/npapi", |
52 "//third_party/re2", | 53 "//third_party/re2", |
53 "//third_party/widevine/cdm:version_h", | 54 "//third_party/widevine/cdm:version_h", |
54 "//ui/surface", | 55 "//ui/surface", |
55 "//v8:v8", | 56 "//v8:v8", |
56 "//webkit/child", | 57 "//webkit/child", |
57 "//webkit/common", | 58 "//webkit/common", |
58 "//webkit:resources", | 59 "//webkit/glue/resources", |
59 #"../components/components.gyp:cdm_renderer", TODO(GYP) | 60 #"../components/components.gyp:cdm_renderer", TODO(GYP) |
60 #"../extensions/extensions.gyp:extensions_renderer", TODO(GYP) | 61 #"../extensions/extensions.gyp:extensions_renderer", TODO(GYP) |
61 #"../media/cast/cast.gyp:cast_sender", TODO(GYP) | 62 #"../media/cast/cast.gyp:cast_sender", TODO(GYP) |
62 #"../media/cast/cast.gyp:cast_transport", TODO(GYP) | 63 #"../media/cast/cast.gyp:cast_transport", TODO(GYP) |
63 ] | 64 ] |
64 | 65 |
65 if (enable_nacl) { | 66 if (enable_nacl) { |
66 deps += [ | 67 deps += [ |
67 #'../components/nacl.gyp:nacl', TODO(GYP) | 68 #'../components/nacl.gyp:nacl', TODO(GYP) |
68 #'../components/nacl.gyp:nacl_renderer', TODO(GYP) | 69 #'../components/nacl.gyp:nacl_renderer', TODO(GYP) |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 # ['win_pdf_metafile_for_printing==1', { | 151 # ['win_pdf_metafile_for_printing==1', { |
151 # 'sources': [ | 152 # 'sources': [ |
152 # 'renderer/printing/print_web_view_helper_pdf_win.cc', | 153 # 'renderer/printing/print_web_view_helper_pdf_win.cc', |
153 # ], | 154 # ], |
154 # }, { | 155 # }, { |
155 # 'sources': [ | 156 # 'sources': [ |
156 # 'renderer/printing/print_web_view_helper_win.cc', | 157 # 'renderer/printing/print_web_view_helper_win.cc', |
157 # ], | 158 # ], |
158 # }], | 159 # }], |
159 } | 160 } |
OLD | NEW |