| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "//content/app/resources", | 42 "//content/app/resources", |
| 43 "//content/app/strings", | 43 "//content/app/strings", |
| 44 "//content/browser/background_sync:background_sync_proto", | 44 "//content/browser/background_sync:background_sync_proto", |
| 45 "//content/browser/cache_storage:cache_storage_proto", | 45 "//content/browser/cache_storage:cache_storage_proto", |
| 46 "//content/browser/devtools:gen_devtools_protocol_handler", | 46 "//content/browser/devtools:gen_devtools_protocol_handler", |
| 47 "//content/browser/devtools:resources", | 47 "//content/browser/devtools:resources", |
| 48 "//content/browser/notifications:notification_proto", | 48 "//content/browser/notifications:notification_proto", |
| 49 "//content/browser/service_worker:service_worker_proto", | 49 "//content/browser/service_worker:service_worker_proto", |
| 50 "//content/browser/speech/proto", | 50 "//content/browser/speech/proto", |
| 51 "//content/common:mojo_bindings", | 51 "//content/common:mojo_bindings", |
| 52 "//content/gpu:gpu_sources", | |
| 53 "//content/public/common:common_sources", | 52 "//content/public/common:common_sources", |
| 54 "//content/public/common:mojo_bindings", | 53 "//content/public/common:mojo_bindings", |
| 55 "//crypto", | 54 "//crypto", |
| 56 "//device/battery", | 55 "//device/battery", |
| 57 "//device/bluetooth", | 56 "//device/bluetooth", |
| 58 "//device/vibration", | 57 "//device/vibration", |
| 59 "//gin", | 58 "//gin", |
| 60 "//google_apis", | 59 "//google_apis", |
| 61 "//gpu", | 60 "//gpu", |
| 62 "//gpu/command_buffer/client:gles2_implementation", | 61 "//gpu/command_buffer/client:gles2_implementation", |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 type = "exe" | 529 type = "exe" |
| 531 application_name = "chrome" | 530 application_name = "chrome" |
| 532 source = "mojo/chrome_manifest.json" | 531 source = "mojo/chrome_manifest.json" |
| 533 } | 532 } |
| 534 | 533 |
| 535 mojo_application_manifest("chrome_renderer_manifest") { | 534 mojo_application_manifest("chrome_renderer_manifest") { |
| 536 type = "exe" | 535 type = "exe" |
| 537 application_name = "chrome_renderer" | 536 application_name = "chrome_renderer" |
| 538 source = "mojo/chrome_renderer_manifest.json" | 537 source = "mojo/chrome_renderer_manifest.json" |
| 539 } | 538 } |
| OLD | NEW |