| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "//media/base:test_support", | 345 "//media/base:test_support", |
| 346 "//media:shared_memory_support", | 346 "//media:shared_memory_support", |
| 347 "//mojo/application/public/cpp:cpp_for_chromium", | 347 "//mojo/application/public/cpp:cpp_for_chromium", |
| 348 "//mojo/environment:chromium", | 348 "//mojo/environment:chromium", |
| 349 "//mojo/test:test_support", | 349 "//mojo/test:test_support", |
| 350 "//net:test_support", | 350 "//net:test_support", |
| 351 "//ppapi/host", | 351 "//ppapi/host", |
| 352 "//ppapi/proxy", | 352 "//ppapi/proxy", |
| 353 "//ppapi/proxy:ipc", | 353 "//ppapi/proxy:ipc", |
| 354 "//ppapi/shared_impl", | 354 "//ppapi/shared_impl", |
| 355 "//third_party/mojo/src/mojo/edk/system", | |
| 356 "//third_party/mojo/src/mojo/edk/test:test_support", | |
| 357 "//third_party/mojo/src/mojo/public/cpp/bindings", | 355 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 358 "//third_party/mojo/src/mojo/public/js", | 356 "//third_party/mojo/src/mojo/public/js", |
| 359 "//testing/gmock", | 357 "//testing/gmock", |
| 360 "//testing/gtest", | 358 "//testing/gtest", |
| 361 "//third_party/WebKit/public:blink", | 359 "//third_party/WebKit/public:blink", |
| 362 "//third_party/leveldatabase", | 360 "//third_party/leveldatabase", |
| 363 "//third_party/mesa:osmesa", | 361 "//third_party/mesa:osmesa", |
| 362 "//third_party/mojo/src/mojo/edk/system", |
| 363 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 364 "//third_party/zlib", | 364 "//third_party/zlib", |
| 365 "//ui/accessibility", | 365 "//ui/accessibility", |
| 366 "//ui/accessibility:ax_gen", | 366 "//ui/accessibility:ax_gen", |
| 367 "//ui/base", | 367 "//ui/base", |
| 368 "//ui/base/ime", | 368 "//ui/base/ime", |
| 369 "//ui/gfx", | 369 "//ui/gfx", |
| 370 "//ui/gfx/geometry", | 370 "//ui/gfx/geometry", |
| 371 "//ui/gl", | 371 "//ui/gl", |
| 372 "//ui/gl:test_support", | 372 "//ui/gl:test_support", |
| 373 "//ui/resources", | 373 "//ui/resources", |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 "//testing/gtest", | 790 "//testing/gtest", |
| 791 "//third_party/WebKit/public:blink", | 791 "//third_party/WebKit/public:blink", |
| 792 "//ui/base", | 792 "//ui/base", |
| 793 "//ui/gfx", | 793 "//ui/gfx", |
| 794 "//ui/gfx/geometry", | 794 "//ui/gfx/geometry", |
| 795 "//ui/gl", | 795 "//ui/gl", |
| 796 "//ui/gl:test_support", | 796 "//ui/gl:test_support", |
| 797 ] | 797 ] |
| 798 } | 798 } |
| 799 } | 799 } |
| OLD | NEW |