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