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", |
107 "//ui/events", | 108 "//ui/events", |
108 "//ui/events:gesture_detection", | 109 "//ui/events:gesture_detection", |
109 "//ui/events/blink", | 110 "//ui/events/blink", |
110 "//ui/gfx", | 111 "//ui/gfx", |
111 "//ui/gfx/geometry", | 112 "//ui/gfx/geometry", |
112 "//ui/gl", | 113 "//ui/gl", |
113 "//ui/native_theme", | 114 "//ui/native_theme", |
114 "//ui/resources", | 115 "//ui/resources", |
115 "//ui/shell_dialogs", | 116 "//ui/shell_dialogs", |
116 "//ui/snapshot", | 117 "//ui/snapshot", |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 type = "exe" | 531 type = "exe" |
531 application_name = "chrome" | 532 application_name = "chrome" |
532 source = "mojo/chrome_manifest.json" | 533 source = "mojo/chrome_manifest.json" |
533 } | 534 } |
534 | 535 |
535 mojo_application_manifest("chrome_renderer_manifest") { | 536 mojo_application_manifest("chrome_renderer_manifest") { |
536 type = "exe" | 537 type = "exe" |
537 application_name = "chrome_renderer" | 538 application_name = "chrome_renderer" |
538 source = "mojo/chrome_renderer_manifest.json" | 539 source = "mojo/chrome_renderer_manifest.json" |
539 } | 540 } |
OLD | NEW |