| 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 import("//mojo/public/mojo_application_manifest.gni") | 9 import("//mojo/public/mojo_application_manifest.gni") |
| 10 | 10 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "$root_gen_dir/blink/grit/devtools_resources_map.h", | 107 "$root_gen_dir/blink/grit/devtools_resources_map.h", |
| 108 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", | 108 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", |
| 109 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc", | 109 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc", |
| 110 ], | 110 ], |
| 111 ".") | 111 ".") |
| 112 | 112 |
| 113 # Non-iOS deps. | 113 # Non-iOS deps. |
| 114 deps += [ | 114 deps += [ |
| 115 "//cc", | 115 "//cc", |
| 116 "//cc/surfaces", | 116 "//cc/surfaces", |
| 117 "//components/filesystem:lib", |
| 117 "//components/leveldb:lib", | 118 "//components/leveldb:lib", |
| 118 "//components/profile_service:lib", | 119 "//components/profile_service:lib", |
| 119 "//components/scheduler:common", | 120 "//components/scheduler:common", |
| 120 "//content/app/resources", | 121 "//content/app/resources", |
| 121 "//content/app/strings", | 122 "//content/app/strings", |
| 122 "//content/browser/devtools:gen_devtools_protocol_handler", | 123 "//content/browser/devtools:gen_devtools_protocol_handler", |
| 123 "//content/browser/devtools:resources", | 124 "//content/browser/devtools:resources", |
| 124 "//content/common:mojo_bindings", | 125 "//content/common:mojo_bindings", |
| 125 "//content/public/common:mojo_bindings", | 126 "//content/public/common:mojo_bindings", |
| 126 "//device/bluetooth", | 127 "//device/bluetooth", |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 "vr/android/cardboard/cardboard_vr_device_provider.h", | 537 "vr/android/cardboard/cardboard_vr_device_provider.h", |
| 537 ] | 538 ] |
| 538 } | 539 } |
| 539 } | 540 } |
| 540 | 541 |
| 541 mojo_application_manifest("chrome_renderer_manifest") { | 542 mojo_application_manifest("chrome_renderer_manifest") { |
| 542 type = "exe" | 543 type = "exe" |
| 543 application_name = "chrome_renderer" | 544 application_name = "chrome_renderer" |
| 544 source = "mojo/chrome_renderer_manifest.json" | 545 source = "mojo/chrome_renderer_manifest.json" |
| 545 } | 546 } |
| OLD | NEW |