| 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("//mojo/public/mojo_application.gni") | 5 import("//mojo/public/mojo_application.gni") |
| 6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 | 7 |
| 8 mojom("bindings") { | 8 mojom("bindings") { |
| 9 sources = [ | 9 sources = [ |
| 10 "test_request_tracker.mojom", | 10 "test_request_tracker.mojom", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "//base", | 54 "//base", |
| 55 "//base:i18n", | 55 "//base:i18n", |
| 56 "//mojo/public/c/system:for_shared_library", | 56 "//mojo/public/c/system:for_shared_library", |
| 57 "//mojo/public/cpp/application", | 57 "//mojo/public/cpp/application", |
| 58 "//mojo/public/cpp/application:standalone", | 58 "//mojo/public/cpp/application:standalone", |
| 59 "//mojo/public/cpp/bindings", | 59 "//mojo/public/cpp/bindings", |
| 60 "//mojo/public/cpp/system", | 60 "//mojo/public/cpp/system", |
| 61 "//mojo/public/cpp/utility", | 61 "//mojo/public/cpp/utility", |
| 62 ] | 62 ] |
| 63 } | 63 } |
| OLD | NEW |