| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 "//third_party/re2", | 97 "//third_party/re2", |
| 98 "//third_party/webrtc", | 98 "//third_party/webrtc", |
| 99 "//third_party/webrtc/base:rtc_base", | 99 "//third_party/webrtc/base:rtc_base", |
| 100 "//third_party/webrtc/modules/desktop_capture:primitives", | 100 "//third_party/webrtc/modules/desktop_capture:primitives", |
| 101 "//third_party/zlib", | 101 "//third_party/zlib", |
| 102 "//third_party/zlib:zip", | 102 "//third_party/zlib:zip", |
| 103 "//ui/accessibility", | 103 "//ui/accessibility", |
| 104 "//ui/accessibility:ax_gen", | 104 "//ui/accessibility:ax_gen", |
| 105 "//ui/base", | 105 "//ui/base", |
| 106 "//ui/base/ime", | 106 "//ui/base/ime", |
| 107 "//ui/display", | |
| 108 "//ui/events", | 107 "//ui/events", |
| 109 "//ui/events:gesture_detection", | 108 "//ui/events:gesture_detection", |
| 110 "//ui/events/blink", | 109 "//ui/events/blink", |
| 111 "//ui/gfx", | 110 "//ui/gfx", |
| 112 "//ui/gfx/geometry", | 111 "//ui/gfx/geometry", |
| 113 "//ui/gl", | 112 "//ui/gl", |
| 114 "//ui/native_theme", | 113 "//ui/native_theme", |
| 115 "//ui/resources", | 114 "//ui/resources", |
| 116 "//ui/shell_dialogs", | 115 "//ui/shell_dialogs", |
| 117 "//ui/snapshot", | 116 "//ui/snapshot", |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 type = "exe" | 530 type = "exe" |
| 532 application_name = "chrome" | 531 application_name = "chrome" |
| 533 source = "mojo/chrome_manifest.json" | 532 source = "mojo/chrome_manifest.json" |
| 534 } | 533 } |
| 535 | 534 |
| 536 mojo_application_manifest("chrome_renderer_manifest") { | 535 mojo_application_manifest("chrome_renderer_manifest") { |
| 537 type = "exe" | 536 type = "exe" |
| 538 application_name = "chrome_renderer" | 537 application_name = "chrome_renderer" |
| 539 source = "mojo/chrome_renderer_manifest.json" | 538 source = "mojo/chrome_renderer_manifest.json" |
| 540 } | 539 } |
| OLD | NEW |