| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 } | 514 } |
| 515 } | 515 } |
| 516 | 516 |
| 517 configs += [ "//build/config:precompiled_headers" ] | 517 configs += [ "//build/config:precompiled_headers" ] |
| 518 | 518 |
| 519 deps = [ | 519 deps = [ |
| 520 ":test_support", | 520 ":test_support", |
| 521 "//base/allocator", | 521 "//base/allocator", |
| 522 "//base/test:test_support", | 522 "//base/test:test_support", |
| 523 "//content/browser/background_sync:background_sync_proto", | 523 "//content/browser/background_sync:background_sync_proto", |
| 524 "//content/browser/cache_storage:cache_storage_proto", |
| 524 "//content/browser/notifications:notification_proto", | 525 "//content/browser/notifications:notification_proto", |
| 525 "//content/browser/service_worker:service_worker_proto", | 526 "//content/browser/service_worker:service_worker_proto", |
| 526 "//content/browser/speech/proto", | 527 "//content/browser/speech/proto", |
| 527 "//content/common:mojo_bindings", | 528 "//content/common:mojo_bindings", |
| 528 "//content/public/browser", | 529 "//content/public/browser", |
| 529 "//content/public/common", | 530 "//content/public/common", |
| 530 "//content/public/common:mojo_bindings", | 531 "//content/public/common:mojo_bindings", |
| 531 "//crypto", | 532 "//crypto", |
| 532 "//device/battery", | 533 "//device/battery", |
| 533 "//device/battery:mojo_bindings", | 534 "//device/battery:mojo_bindings", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 796 "//gpu/blink", | 797 "//gpu/blink", |
| 797 "//testing/gtest", | 798 "//testing/gtest", |
| 798 "//third_party/WebKit/public:blink", | 799 "//third_party/WebKit/public:blink", |
| 799 "//ui/base", | 800 "//ui/base", |
| 800 "//ui/gfx", | 801 "//ui/gfx", |
| 801 "//ui/gfx/geometry", | 802 "//ui/gfx/geometry", |
| 802 "//ui/gl", | 803 "//ui/gl", |
| 803 "//ui/gl:test_support", | 804 "//ui/gl:test_support", |
| 804 ] | 805 ] |
| 805 } | 806 } |
| OLD | NEW |