| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "//media", | 75 "//media", |
| 76 "//mojo/application/public/cpp:cpp_for_chromium", | 76 "//mojo/application/public/cpp:cpp_for_chromium", |
| 77 "//mojo/environment:chromium", | 77 "//mojo/environment:chromium", |
| 78 "//ppapi/host", | 78 "//ppapi/host", |
| 79 "//ppapi/proxy", | 79 "//ppapi/proxy", |
| 80 "//ppapi/proxy:test_support", | 80 "//ppapi/proxy:test_support", |
| 81 "//ppapi/shared_impl", | 81 "//ppapi/shared_impl", |
| 82 "//ppapi/shared_impl:test_support", | 82 "//ppapi/shared_impl:test_support", |
| 83 "//storage/browser", | 83 "//storage/browser", |
| 84 "//storage/common", | 84 "//storage/common", |
| 85 "//ui/compositor:test_support", |
| 85 "//ui/surface", | 86 "//ui/surface", |
| 86 "//v8", | 87 "//v8", |
| 87 ] | 88 ] |
| 88 | 89 |
| 89 if (enable_plugins) { | 90 if (enable_plugins) { |
| 90 deps += [ "//content/ppapi_plugin" ] | 91 deps += [ "//content/ppapi_plugin" ] |
| 91 } | 92 } |
| 92 | 93 |
| 93 if (enable_webrtc) { | 94 if (enable_webrtc) { |
| 94 sources += [ | 95 sources += [ |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 "//testing/gtest", | 795 "//testing/gtest", |
| 795 "//third_party/WebKit/public:blink", | 796 "//third_party/WebKit/public:blink", |
| 796 "//ui/base", | 797 "//ui/base", |
| 797 "//ui/gfx", | 798 "//ui/gfx", |
| 798 "//ui/gfx/geometry", | 799 "//ui/gfx/geometry", |
| 799 "//ui/gl", | 800 "//ui/gl", |
| 800 "//ui/gl:test_support", | 801 "//ui/gl:test_support", |
| 801 ] | 802 ] |
| 802 } | 803 } |
| 803 } | 804 } |
| OLD | NEW |