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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 "//content/browser/speech/proto", | 92 "//content/browser/speech/proto", |
93 "//content/gpu", | 93 "//content/gpu", |
94 "//content/public/child", | 94 "//content/public/child", |
95 "//content/public/plugin", | 95 "//content/public/plugin", |
96 "//content/public/renderer", | 96 "//content/public/renderer", |
97 "//content/public/utility", | 97 "//content/public/utility", |
98 "//content/shell:pak", | 98 "//content/shell:pak", |
99 "//ipc:test_support", | 99 "//ipc:test_support", |
100 "//ipc/mojo", | 100 "//ipc/mojo", |
101 "//media", | 101 "//media", |
102 "//mojo/application/public/cpp:cpp_for_chromium", | |
103 "//mojo/environment:chromium", | 102 "//mojo/environment:chromium", |
| 103 "//mojo/shell/public/cpp:cpp_for_chromium", |
104 "//storage/browser", | 104 "//storage/browser", |
105 "//storage/common", | 105 "//storage/common", |
106 "//third_party/mojo/src/mojo/edk/test:test_support", | 106 "//third_party/mojo/src/mojo/edk/test:test_support", |
107 "//ui/compositor:test_support", | 107 "//ui/compositor:test_support", |
108 "//ui/surface", | 108 "//ui/surface", |
109 "//v8", | 109 "//v8", |
110 ] | 110 ] |
111 } | 111 } |
112 | 112 |
113 if (enable_plugins) { | 113 if (enable_plugins) { |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 "//device/battery:mojo_bindings", | 381 "//device/battery:mojo_bindings", |
382 "//device/vibration:mojo_bindings", | 382 "//device/vibration:mojo_bindings", |
383 "//gin", | 383 "//gin", |
384 "//gpu", | 384 "//gpu", |
385 "//ipc:test_support", | 385 "//ipc:test_support", |
386 "//media:media_features", | 386 "//media:media_features", |
387 "//media:shared_memory_support", | 387 "//media:shared_memory_support", |
388 "//media:test_support", | 388 "//media:test_support", |
389 "//media/audio:test_support", | 389 "//media/audio:test_support", |
390 "//media/base:test_support", | 390 "//media/base:test_support", |
391 "//mojo/application/public/cpp:cpp_for_chromium", | |
392 "//mojo/environment:chromium", | 391 "//mojo/environment:chromium", |
393 "//mojo/public/cpp/bindings", | 392 "//mojo/public/cpp/bindings", |
394 "//mojo/public/js", | 393 "//mojo/public/js", |
| 394 "//mojo/shell/public/cpp:cpp_for_chromium", |
395 "//mojo/test:test_support", | 395 "//mojo/test:test_support", |
396 "//net:test_support", | 396 "//net:test_support", |
397 "//testing/gmock", | 397 "//testing/gmock", |
398 "//testing/gtest", | 398 "//testing/gtest", |
399 "//third_party/WebKit/public:blink", | 399 "//third_party/WebKit/public:blink", |
400 "//third_party/leveldatabase", | 400 "//third_party/leveldatabase", |
401 "//third_party/mesa:osmesa", | 401 "//third_party/mesa:osmesa", |
402 "//third_party/mojo/src/mojo/edk/system", | 402 "//third_party/mojo/src/mojo/edk/system", |
403 "//third_party/mojo/src/mojo/edk/test:test_support", | 403 "//third_party/mojo/src/mojo/edk/test:test_support", |
404 "//third_party/zlib", | 404 "//third_party/zlib", |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 deps += [ | 906 deps += [ |
907 "//gpu:test_support", | 907 "//gpu:test_support", |
908 "//media/base/android", | 908 "//media/base/android", |
909 "//media/base/android:media_java", | 909 "//media/base/android:media_java", |
910 "//testing/gmock", | 910 "//testing/gmock", |
911 "//ui/android:ui_java", | 911 "//ui/android:ui_java", |
912 ] | 912 ] |
913 } | 913 } |
914 } | 914 } |
915 } | 915 } |
OLD | NEW |