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("//build/config/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/config/win/console_app.gni") | 8 import("//build/config/win/console_app.gni") |
9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
11 import("//mojo/public/tools/bindings/mojom.gni") | 11 import("//mojo/public/tools/bindings/mojom.gni") |
| 12 import("//ppapi/features/features.gni") |
12 import("//tools/grit/repack.gni") | 13 import("//tools/grit/repack.gni") |
13 import("//tools/grit/grit_rule.gni") | 14 import("//tools/grit/grit_rule.gni") |
14 if (is_android) { | 15 if (is_android) { |
15 import("//build/config/android/config.gni") | 16 import("//build/config/android/config.gni") |
16 } else if (is_mac) { | 17 } else if (is_mac) { |
17 import("//build/config/mac/rules.gni") | 18 import("//build/config/mac/rules.gni") |
18 import("//build/mac/tweak_info_plist.gni") | 19 import("//build/mac/tweak_info_plist.gni") |
19 import("//third_party/icu/config.gni") | 20 import("//third_party/icu/config.gni") |
20 import("//v8/gni/v8.gni") | 21 import("//v8/gni/v8.gni") |
21 } else if (is_win) { | 22 } else if (is_win) { |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 "//device/bluetooth:mocks", | 242 "//device/bluetooth:mocks", |
242 "//device/geolocation", | 243 "//device/geolocation", |
243 "//gin", | 244 "//gin", |
244 "//gpu", | 245 "//gpu", |
245 "//ipc", | 246 "//ipc", |
246 "//media", | 247 "//media", |
247 "//media/capture", | 248 "//media/capture", |
248 "//mojo/edk/js", | 249 "//mojo/edk/js", |
249 "//net", | 250 "//net", |
250 "//net:net_resources", | 251 "//net:net_resources", |
| 252 "//ppapi/features", |
251 "//sandbox", | 253 "//sandbox", |
252 "//services/service_manager/public/cpp", | 254 "//services/service_manager/public/cpp", |
253 "//skia", | 255 "//skia", |
254 "//storage/browser", | 256 "//storage/browser", |
255 "//testing/gmock", | 257 "//testing/gmock", |
256 "//testing/gtest", | 258 "//testing/gtest", |
257 "//third_party/WebKit/public:blink", | 259 "//third_party/WebKit/public:blink", |
258 "//third_party/WebKit/public:features", | 260 "//third_party/WebKit/public:features", |
259 "//third_party/WebKit/public:image_resources", | 261 "//third_party/WebKit/public:image_resources", |
260 "//third_party/WebKit/public:resources", | 262 "//third_party/WebKit/public:resources", |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 "{{bundle_resources_dir}}/{{source_file_part}}", | 751 "{{bundle_resources_dir}}/{{source_file_part}}", |
750 ] | 752 ] |
751 } | 753 } |
752 } | 754 } |
753 | 755 |
754 mojom("mojo_bindings") { | 756 mojom("mojo_bindings") { |
755 sources = [ | 757 sources = [ |
756 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", | 758 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", |
757 ] | 759 ] |
758 } | 760 } |
OLD | NEW |