| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 } | 510 } |
| 511 } | 511 } |
| 512 | 512 |
| 513 configs += [ "//build/config:precompiled_headers" ] | 513 configs += [ "//build/config:precompiled_headers" ] |
| 514 | 514 |
| 515 deps = [ | 515 deps = [ |
| 516 ":test_support", | 516 ":test_support", |
| 517 "//base/allocator", | 517 "//base/allocator", |
| 518 "//base/test:test_support", | 518 "//base/test:test_support", |
| 519 "//content/browser/background_sync:background_sync_proto", | 519 "//content/browser/background_sync:background_sync_proto", |
| 520 "//content/browser/cache_storage:cache_storage_proto", |
| 520 "//content/browser/notifications:notification_proto", | 521 "//content/browser/notifications:notification_proto", |
| 521 "//content/browser/service_worker:service_worker_proto", | 522 "//content/browser/service_worker:service_worker_proto", |
| 522 "//content/browser/speech/proto", | 523 "//content/browser/speech/proto", |
| 523 "//content/common:mojo_bindings", | 524 "//content/common:mojo_bindings", |
| 524 "//content/public/browser", | 525 "//content/public/browser", |
| 525 "//content/public/common", | 526 "//content/public/common", |
| 526 "//content/public/common:mojo_bindings", | 527 "//content/public/common:mojo_bindings", |
| 527 "//crypto", | 528 "//crypto", |
| 528 "//device/battery", | 529 "//device/battery", |
| 529 "//device/battery:mojo_bindings", | 530 "//device/battery:mojo_bindings", |
| (...skipping 264 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 |