| 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 26 matching lines...) Expand all Loading... |
| 37 "//content/public/common:mojo_bindings", | 37 "//content/public/common:mojo_bindings", |
| 38 "//crypto", | 38 "//crypto", |
| 39 "//device/battery", | 39 "//device/battery", |
| 40 "//device/vibration", | 40 "//device/vibration", |
| 41 "//google_apis", | 41 "//google_apis", |
| 42 "//mojo/common", | 42 "//mojo/common", |
| 43 "//mojo/public/cpp/bindings", | 43 "//mojo/public/cpp/bindings", |
| 44 "//mojo/shell", | 44 "//mojo/shell", |
| 45 "//mojo/shell/public/cpp:cpp_for_chromium", | 45 "//mojo/shell/public/cpp:cpp_for_chromium", |
| 46 "//mojo/shell/public/interfaces", | 46 "//mojo/shell/public/interfaces", |
| 47 "//mojo/shell/runner/common", |
| 47 "//mojo/shell/runner/host:lib", | 48 "//mojo/shell/runner/host:lib", |
| 48 "//net", | 49 "//net", |
| 49 "//net:extras", | 50 "//net:extras", |
| 50 "//skia", | 51 "//skia", |
| 51 "//sql", | 52 "//sql", |
| 52 "//third_party/WebKit/public:blink_headers", | 53 "//third_party/WebKit/public:blink_headers", |
| 53 "//third_party/kasko:kasko_features", | 54 "//third_party/kasko:kasko_features", |
| 54 "//third_party/npapi", | 55 "//third_party/npapi", |
| 55 "//third_party/re2", | 56 "//third_party/re2", |
| 56 "//third_party/zlib", | 57 "//third_party/zlib", |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 "vr/android/cardboard/cardboard_vr_device_provider.h", | 541 "vr/android/cardboard/cardboard_vr_device_provider.h", |
| 541 ] | 542 ] |
| 542 } | 543 } |
| 543 } | 544 } |
| 544 | 545 |
| 545 mojo_application_manifest("chrome_renderer_manifest") { | 546 mojo_application_manifest("chrome_renderer_manifest") { |
| 546 type = "exe" | 547 type = "exe" |
| 547 application_name = "chrome_renderer" | 548 application_name = "chrome_renderer" |
| 548 source = "mojo/chrome_renderer_manifest.json" | 549 source = "mojo/chrome_renderer_manifest.json" |
| 549 } | 550 } |
| OLD | NEW |