| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 # WebKeyboardEvent::setKeyIdentifierFromWindowsKeyCode | 89 # WebKeyboardEvent::setKeyIdentifierFromWindowsKeyCode |
| 90 "//third_party/WebKit/public:blink", | 90 "//third_party/WebKit/public:blink", |
| 91 "//third_party/WebKit/public:blink_headers", | 91 "//third_party/WebKit/public:blink_headers", |
| 92 "//third_party/WebKit/public:image_resources", | 92 "//third_party/WebKit/public:image_resources", |
| 93 "//third_party/WebKit/public:resources", | 93 "//third_party/WebKit/public:resources", |
| 94 "//third_party/angle:commit_id", | 94 "//third_party/angle:commit_id", |
| 95 "//third_party/icu", | 95 "//third_party/icu", |
| 96 "//third_party/kasko:kasko_features", | 96 "//third_party/kasko:kasko_features", |
| 97 "//third_party/leveldatabase", | 97 "//third_party/leveldatabase", |
| 98 "//third_party/libyuv", | 98 "//third_party/libyuv", |
| 99 "//third_party/npapi", | |
| 100 "//third_party/re2", | 99 "//third_party/re2", |
| 101 "//third_party/webrtc", | 100 "//third_party/webrtc", |
| 102 "//third_party/webrtc/base:rtc_base", | 101 "//third_party/webrtc/base:rtc_base", |
| 103 "//third_party/webrtc/modules/desktop_capture:primitives", | 102 "//third_party/webrtc/modules/desktop_capture:primitives", |
| 104 "//third_party/zlib", | 103 "//third_party/zlib", |
| 105 "//third_party/zlib:zip", | 104 "//third_party/zlib:zip", |
| 106 "//ui/accessibility", | 105 "//ui/accessibility", |
| 107 "//ui/accessibility:ax_gen", | 106 "//ui/accessibility:ax_gen", |
| 108 "//ui/base", | 107 "//ui/base", |
| 109 "//ui/base/ime", | 108 "//ui/base/ime", |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 type = "exe" | 542 type = "exe" |
| 544 application_name = "chrome" | 543 application_name = "chrome" |
| 545 source = "mojo/chrome_manifest.json" | 544 source = "mojo/chrome_manifest.json" |
| 546 } | 545 } |
| 547 | 546 |
| 548 mojo_application_manifest("chrome_renderer_manifest") { | 547 mojo_application_manifest("chrome_renderer_manifest") { |
| 549 type = "exe" | 548 type = "exe" |
| 550 application_name = "chrome_renderer" | 549 application_name = "chrome_renderer" |
| 551 source = "mojo/chrome_renderer_manifest.json" | 550 source = "mojo/chrome_renderer_manifest.json" |
| 552 } | 551 } |
| OLD | NEW |