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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 "//media/test/data/", | 542 "//media/test/data/", |
543 ] | 543 ] |
544 | 544 |
545 if (is_android) { | 545 if (is_android) { |
546 data += [ "$root_out_dir/content_shell_assets/content_shell.pak" ] | 546 data += [ "$root_out_dir/content_shell_assets/content_shell.pak" ] |
547 } else { | 547 } else { |
548 data += [ "$root_out_dir/content_shell.pak" ] | 548 data += [ "$root_out_dir/content_shell.pak" ] |
549 } | 549 } |
550 } | 550 } |
551 | 551 |
552 configs += [ "//build/config:precompiled_headers" ] | 552 configs += [ |
| 553 "//build/config:precompiled_headers", |
| 554 ] |
553 | 555 |
554 deps = [ | 556 deps = [ |
555 ":test_support", | 557 ":test_support", |
556 "//base/allocator", | 558 "//base/allocator", |
557 "//base/test:test_support", | 559 "//base/test:test_support", |
558 "//content/browser/background_sync:background_sync_proto", | 560 "//content/browser/background_sync:background_sync_proto", |
559 "//content/browser/cache_storage:cache_storage_proto", | 561 "//content/browser/cache_storage:cache_storage_proto", |
560 "//content/browser/notifications:notification_proto", | 562 "//content/browser/notifications:notification_proto", |
561 "//content/browser/service_worker:service_worker_proto", | 563 "//content/browser/service_worker:service_worker_proto", |
562 "//content/browser/speech/proto", | 564 "//content/browser/speech/proto", |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
855 "//gpu/blink", | 857 "//gpu/blink", |
856 "//testing/gtest", | 858 "//testing/gtest", |
857 "//third_party/WebKit/public:blink", | 859 "//third_party/WebKit/public:blink", |
858 "//ui/base", | 860 "//ui/base", |
859 "//ui/gfx", | 861 "//ui/gfx", |
860 "//ui/gfx/geometry", | 862 "//ui/gfx/geometry", |
861 "//ui/gl", | 863 "//ui/gl", |
862 "//ui/gl:test_support", | 864 "//ui/gl:test_support", |
863 ] | 865 ] |
864 } | 866 } |
OLD | NEW |