| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 "//content/browser/service_worker:service_worker_proto", | 602 "//content/browser/service_worker:service_worker_proto", |
| 603 "//content/browser/speech/proto", | 603 "//content/browser/speech/proto", |
| 604 "//content/common:mojo_bindings", | 604 "//content/common:mojo_bindings", |
| 605 "//content/public/browser", | 605 "//content/public/browser", |
| 606 "//content/public/common", | 606 "//content/public/common", |
| 607 "//content/public/common:mojo_bindings", | 607 "//content/public/common:mojo_bindings", |
| 608 "//crypto", | 608 "//crypto", |
| 609 "//device/battery", | 609 "//device/battery", |
| 610 "//device/battery:mojo_bindings", | 610 "//device/battery:mojo_bindings", |
| 611 "//device/bluetooth", | 611 "//device/bluetooth", |
| 612 "//device/bluetooth:mocks", |
| 612 "//mojo/edk/test:test_support", | 613 "//mojo/edk/test:test_support", |
| 613 "//mojo/environment:chromium", | 614 "//mojo/environment:chromium", |
| 614 "//mojo/public/cpp/bindings", | 615 "//mojo/public/cpp/bindings", |
| 615 "//net:extras", | 616 "//net:extras", |
| 616 "//net:test_support", | 617 "//net:test_support", |
| 617 "//skia", | 618 "//skia", |
| 618 "//sql", | 619 "//sql", |
| 619 "//sql:test_support", | 620 "//sql:test_support", |
| 620 "//testing/gmock", | 621 "//testing/gmock", |
| 621 "//testing/gtest", | 622 "//testing/gtest", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 930 "//gpu:test_support", | 931 "//gpu:test_support", |
| 931 "//media/base/android", | 932 "//media/base/android", |
| 932 "//media/base/android:media_java", | 933 "//media/base/android:media_java", |
| 933 "//media/capture/video/android:capture_java", | 934 "//media/capture/video/android:capture_java", |
| 934 "//testing/gmock", | 935 "//testing/gmock", |
| 935 "//ui/android:ui_java", | 936 "//ui/android:ui_java", |
| 936 ] | 937 ] |
| 937 } | 938 } |
| 938 } | 939 } |
| 939 } | 940 } |
| OLD | NEW |