| 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 15 matching lines...) Expand all Loading... |
| 26 "//base", | 26 "//base", |
| 27 "//base:base_static", | 27 "//base:base_static", |
| 28 "//components/mime_util", | 28 "//components/mime_util", |
| 29 "//components/url_formatter", | 29 "//components/url_formatter", |
| 30 "//content:resources", | 30 "//content:resources", |
| 31 "//content/browser/background_sync:background_sync_proto", | 31 "//content/browser/background_sync:background_sync_proto", |
| 32 "//content/browser/cache_storage:cache_storage_proto", | 32 "//content/browser/cache_storage:cache_storage_proto", |
| 33 "//content/browser/notifications:notification_proto", | 33 "//content/browser/notifications:notification_proto", |
| 34 "//content/browser/service_worker:service_worker_proto", | 34 "//content/browser/service_worker:service_worker_proto", |
| 35 "//content/browser/speech/proto", | 35 "//content/browser/speech/proto", |
| 36 "//content/gpu:gpu_sources", |
| 36 "//content/public/common:common_sources", | 37 "//content/public/common:common_sources", |
| 37 "//content/public/common:mojo_bindings", | 38 "//content/public/common:mojo_bindings", |
| 38 "//crypto", | 39 "//crypto", |
| 39 "//device/battery", | 40 "//device/battery", |
| 40 "//device/vibration", | 41 "//device/vibration", |
| 41 "//google_apis", | 42 "//google_apis", |
| 42 "//mojo/common", | 43 "//mojo/common", |
| 43 "//mojo/public/cpp/bindings", | 44 "//mojo/public/cpp/bindings", |
| 44 "//mojo/shell", | 45 "//mojo/shell", |
| 45 "//mojo/shell/public/cpp:cpp_for_chromium", | 46 "//mojo/shell/public/cpp:cpp_for_chromium", |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 type = "exe" | 549 type = "exe" |
| 549 application_name = "chrome" | 550 application_name = "chrome" |
| 550 source = "mojo/chrome_manifest.json" | 551 source = "mojo/chrome_manifest.json" |
| 551 } | 552 } |
| 552 | 553 |
| 553 mojo_application_manifest("chrome_renderer_manifest") { | 554 mojo_application_manifest("chrome_renderer_manifest") { |
| 554 type = "exe" | 555 type = "exe" |
| 555 application_name = "chrome_renderer" | 556 application_name = "chrome_renderer" |
| 556 source = "mojo/chrome_renderer_manifest.json" | 557 source = "mojo/chrome_renderer_manifest.json" |
| 557 } | 558 } |
| OLD | NEW |