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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//content/browser/browser.gni") | 7 import("//content/browser/browser.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 | 9 |
10 source_set("browser") { | 10 source_set("browser") { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 "//content/app/strings", | 45 "//content/app/strings", |
46 "//content/browser/background_sync:background_sync_proto", | 46 "//content/browser/background_sync:background_sync_proto", |
47 "//content/browser/cache_storage:cache_storage_proto", | 47 "//content/browser/cache_storage:cache_storage_proto", |
48 "//content/browser/devtools:gen_devtools_protocol_handler", | 48 "//content/browser/devtools:gen_devtools_protocol_handler", |
49 "//content/browser/devtools:resources", | 49 "//content/browser/devtools:resources", |
50 "//content/browser/notifications:notification_proto", | 50 "//content/browser/notifications:notification_proto", |
51 "//content/browser/service_worker:service_worker_proto", | 51 "//content/browser/service_worker:service_worker_proto", |
52 "//content/browser/speech/proto", | 52 "//content/browser/speech/proto", |
53 "//content/common", | 53 "//content/common", |
54 "//content/public/common:common_sources", | 54 "//content/public/common:common_sources", |
55 "//content/public/common:mojo_bindings", | |
56 "//crypto", | 55 "//crypto", |
57 "//device/battery", | 56 "//device/battery", |
58 "//device/bluetooth", | 57 "//device/bluetooth", |
59 "//device/vibration", | 58 "//device/vibration", |
60 "//gin", | 59 "//gin", |
61 "//google_apis", | 60 "//google_apis", |
62 "//gpu", | 61 "//gpu", |
63 "//gpu/command_buffer/client:gles2_implementation", | 62 "//gpu/command_buffer/client:gles2_implementation", |
64 "//gpu/command_buffer/client:gles2_interface", | 63 "//gpu/command_buffer/client:gles2_interface", |
65 "//ipc/mojo", | 64 "//ipc/mojo", |
(...skipping 15 matching lines...) Expand all Loading... |
81 "//services/user:lib", | 80 "//services/user:lib", |
82 "//services/user/public/cpp", | 81 "//services/user/public/cpp", |
83 "//services/user/public/interfaces", | 82 "//services/user/public/interfaces", |
84 "//skia", | 83 "//skia", |
85 "//skia/public", | 84 "//skia/public", |
86 "//sql", | 85 "//sql", |
87 "//storage/browser", | 86 "//storage/browser", |
88 "//storage/common", | 87 "//storage/common", |
89 "//third_party/WebKit/public:blink_headers", | 88 "//third_party/WebKit/public:blink_headers", |
90 "//third_party/WebKit/public:image_resources", | 89 "//third_party/WebKit/public:image_resources", |
| 90 "//third_party/WebKit/public:mojo_bindings", |
91 "//third_party/WebKit/public:resources", | 91 "//third_party/WebKit/public:resources", |
92 "//third_party/angle:angle_common", | 92 "//third_party/angle:angle_common", |
93 "//third_party/icu", | 93 "//third_party/icu", |
94 "//third_party/kasko:kasko_features", | 94 "//third_party/kasko:kasko_features", |
95 "//third_party/libyuv", | 95 "//third_party/libyuv", |
96 "//third_party/re2", | 96 "//third_party/re2", |
97 "//third_party/zlib", | 97 "//third_party/zlib", |
98 "//third_party/zlib:zip", | 98 "//third_party/zlib:zip", |
99 "//ui/accessibility", | 99 "//ui/accessibility", |
100 "//ui/accessibility:ax_gen", | 100 "//ui/accessibility:ax_gen", |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 if (!is_component_build) { | 537 if (!is_component_build) { |
538 public_deps = [ | 538 public_deps = [ |
539 ":browser", | 539 ":browser", |
540 ] | 540 ] |
541 } else { | 541 } else { |
542 public_deps = [ | 542 public_deps = [ |
543 "//third_party/leveldatabase", | 543 "//third_party/leveldatabase", |
544 ] | 544 ] |
545 } | 545 } |
546 } | 546 } |
OLD | NEW |