| 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/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "//content/gpu", | 330 "//content/gpu", |
| 331 "//content/public/common", | 331 "//content/public/common", |
| 332 "//content/public/plugin", | 332 "//content/public/plugin", |
| 333 "//content/public/renderer", | 333 "//content/public/renderer", |
| 334 "//content:resources", | 334 "//content:resources", |
| 335 "//content/shell:content_shell_lib", | 335 "//content/shell:content_shell_lib", |
| 336 "//content/shell:pak", | 336 "//content/shell:pak", |
| 337 "//content/test:test_support", | 337 "//content/test:test_support", |
| 338 "//device/battery", | 338 "//device/battery", |
| 339 "//device/battery:mojo_bindings", | 339 "//device/battery:mojo_bindings", |
| 340 "//device/vibration:mojo_bindings", |
| 340 "//gin", | 341 "//gin", |
| 341 "//gpu", | 342 "//gpu", |
| 342 "//ipc:test_support", | 343 "//ipc:test_support", |
| 343 "//media:test_support", | 344 "//media:test_support", |
| 344 "//media/audio:test_support", | 345 "//media/audio:test_support", |
| 345 "//media/base:test_support", | 346 "//media/base:test_support", |
| 346 "//media:shared_memory_support", | 347 "//media:shared_memory_support", |
| 347 "//mojo/application/public/cpp:cpp_for_chromium", | 348 "//mojo/application/public/cpp:cpp_for_chromium", |
| 348 "//mojo/environment:chromium", | 349 "//mojo/environment:chromium", |
| 349 "//mojo/test:test_support", | 350 "//mojo/test:test_support", |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 "//testing/gtest", | 791 "//testing/gtest", |
| 791 "//third_party/WebKit/public:blink", | 792 "//third_party/WebKit/public:blink", |
| 792 "//ui/base", | 793 "//ui/base", |
| 793 "//ui/gfx", | 794 "//ui/gfx", |
| 794 "//ui/gfx/geometry", | 795 "//ui/gfx/geometry", |
| 795 "//ui/gl", | 796 "//ui/gl", |
| 796 "//ui/gl:test_support", | 797 "//ui/gl:test_support", |
| 797 ] | 798 ] |
| 798 } | 799 } |
| 799 } | 800 } |
| OLD | NEW |