| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "//third_party/re2", | 100 "//third_party/re2", |
| 101 "//third_party/webrtc", | 101 "//third_party/webrtc", |
| 102 "//third_party/webrtc/base:rtc_base", | 102 "//third_party/webrtc/base:rtc_base", |
| 103 "//third_party/webrtc/modules/desktop_capture:primitives", | 103 "//third_party/webrtc/modules/desktop_capture:primitives", |
| 104 "//third_party/zlib", | 104 "//third_party/zlib", |
| 105 "//third_party/zlib:zip", | 105 "//third_party/zlib:zip", |
| 106 "//ui/accessibility", | 106 "//ui/accessibility", |
| 107 "//ui/accessibility:ax_gen", | 107 "//ui/accessibility:ax_gen", |
| 108 "//ui/base", | 108 "//ui/base", |
| 109 "//ui/base/ime", | 109 "//ui/base/ime", |
| 110 "//ui/display", |
| 110 "//ui/events", | 111 "//ui/events", |
| 111 "//ui/events:gesture_detection", | 112 "//ui/events:gesture_detection", |
| 112 "//ui/events/blink", | 113 "//ui/events/blink", |
| 113 "//ui/gfx", | 114 "//ui/gfx", |
| 114 "//ui/gfx/geometry", | 115 "//ui/gfx/geometry", |
| 115 "//ui/gl", | 116 "//ui/gl", |
| 116 "//ui/native_theme", | 117 "//ui/native_theme", |
| 117 "//ui/resources", | 118 "//ui/resources", |
| 118 "//ui/shell_dialogs", | 119 "//ui/shell_dialogs", |
| 119 "//ui/snapshot", | 120 "//ui/snapshot", |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 type = "exe" | 544 type = "exe" |
| 544 application_name = "chrome" | 545 application_name = "chrome" |
| 545 source = "mojo/chrome_manifest.json" | 546 source = "mojo/chrome_manifest.json" |
| 546 } | 547 } |
| 547 | 548 |
| 548 mojo_application_manifest("chrome_renderer_manifest") { | 549 mojo_application_manifest("chrome_renderer_manifest") { |
| 549 type = "exe" | 550 type = "exe" |
| 550 application_name = "chrome_renderer" | 551 application_name = "chrome_renderer" |
| 551 source = "mojo/chrome_renderer_manifest.json" | 552 source = "mojo/chrome_renderer_manifest.json" |
| 552 } | 553 } |
| OLD | NEW |